Thanks. I encountered another error:
ImportError: No module named objc
Thanks. I encountered another error:
ImportError: No module named objc
you need to have py-objc installed. Not sure from where.
Thanks for the tips. I have managed to compile, run and package successfully on 10.8. Hope fully this helps.
Follow the instructions in github Daid/Cura on OSX section. After that, try to run cura with pythonw -m Cura.cura
as per Daid's advice above.
Then there may be errors and try to install the missing modules:
easy_install pyobjc-core
easy_install pyobjc
pip install numpy
pip install PyOpenGL PyOpenGL_accelerate
pip install pyserial
pip install power
Finally, Cura should be able to be executed finely. Then only package it with ./package.sh darwin.
Recommended Posts
Daid 306
You need to run cura with pythonw -m Cura.cura
Link to post
Share on other sites