I picked SF41 because that what I'm using right now. But I planned to do multiple versions. (just want to know this works first)I'd suggest you compile SF45 (or 46 when it comes out), and upload it to the UM wiki.
I don't own a Mac. And from experience I know that you better not try to make anything for a Mac without testing it on a Mac. Also, this SF is not compiled, it's just the scripts packaged with portable versions of python and pypy.it would be even nicer if you could create a pypy SF45 mac executable for download
But if you have python installed on your Mac. You could download the zip package for windows. Extract it, then remove the /python/ and /pypy-1.7/ directories. Get pypy for from
and extract it to the same location. (should create a pypy-1.7 directory again). Change line 580 in target/SF41/skeinforge_application/skeinforge.py: (the /bin/ is not needed for the windows version)
pypyExe = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../pypy-1.7/bin/pypy"));
And then run skeinforge with:
python SF41/skeinforge_application/skeinforge.py
Recommended Posts
joergen 2
great idea... I attempted something similar, but failed miserably.
I'd suggest you compile SF45 (or 46 when it comes out), and upload it to the UM wiki. it would be even nicer if you could create a pypy SF45 mac executable for download
Link to post
Share on other sites