Ok, To get this application working, you need todo few simple step:
- WX does not run in 64bit. So, you need to start Pinguino in 32bit mode, running this command to start Pinguino instead of the normal python command: arch -i386 python2.7 pinguino.py
- pySVN is not able to compile in 32bit model, meaning I don't know how and I have try finding it... but could not find a solution for it... so, remove the checking in wxgui/check.py, just search for svn and remove all the line in that section that related to SVN checkin in the line.
- also the cp command does not like space, you need to move the whole IDE directory like this so that you don't have compilation error: mv pinguinoX.3\ MAC\ OSX\ rev459 pinguinoX.3
Once you did all the step, you are now able to use the IDE on Mac...
No comments:
Post a Comment