Odd..
I didn't see a Cocoa version of v2.7 or v2.8 on the wxPython site. The documentation also indicates that those installers are Carbon based.
What are you missing for a "turnkey" Cura installer on the Mac?
bob.
Odd..
I didn't see a Cocoa version of v2.7 or v2.8 on the wxPython site. The documentation also indicates that those installers are Carbon based.
What are you missing for a "turnkey" Cura installer on the Mac?
bob.
I am very new with Cura.
I think that in general Cura runs on my System 10.8.2 but i have some trouble with the calbration.
I have Cura installed on 1 of my 2 macbook pro's
My Main mac is a Quad I7 (the one Cura wont install on) and my other mac is a Dual Core I7 (the one that Cura installed on)
This is the error I get
/Applications/3D_Printing/osx64-Cura-12.08/cura.command: line 1: python2.7#!/bin/bash: No such file or directory
Traceback (most recent call last):
File "/Applications/3D_Printing/osx64-Cura-12.08/Cura/cura.py", line 80, in
main()
File "/Applications/3D_Printing/osx64-Cura-12.08/Cura/cura.py", line 76, in main
from gui import mainWindow
File "/Applications/3D_Printing/osx64-Cura-12.08/Cura/gui/mainWindow.py", line 7, in
from gui import expertConfig
File "/Applications/3D_Printing/osx64-Cura-12.08/Cura/gui/expertConfig.py", line 8, in
from gui import preview3d
File "/Applications/3D_Printing/osx64-Cura-12.08/Cura/gui/preview3d.py", line 4, in
import numpy
ImportError: No module named numpy
logout
I really would like to get it to work ... FYI Print run works no Problem though
You are missing the numpy library. This should be available from easy_install. By running "sudo easy_install numpy".
You could also download 12.07, which doesn't use the numpy library yet. But is quite a bit slower and uses more memory.
Recommended Posts
Daid 304
From the Cura website:
The information is there. But what is really needed it a proper packaged version.
Link to post
Share on other sites