daid / LegacyCura

Read this, it's important! NEW CURA DEVELOPMENT IS HAPPENING AT https://github.com/Ultimaker/Cura, this is the Cura 15.04 archive. Cura 2.1 and newer is on the Ultimaker github.
https://www.ultimaker.com/pages/our-software
584 stars 429 forks source link

Elementary Python module import question. #292

Closed Itchetiky closed 11 years ago

Itchetiky commented 11 years ago

Hi Daid and everyone,

I know this is pretty basic stuff. Unfortunately I'm a learn by doing sort of person.

I did a recent clone of your repo and found upon executing ./cura.command that I received this error message:

$ ./cura.command
Traceback (most recent call last):
  File "./Cura/cura.py", line 15, in <module>
    from Cura.util import profile
ImportError: No module named Cura.util

I can cheat and work around this by using sed to delete all the occurrences of 'Cura.util' but that's not the right way of doing things.

Googling shows that the import should work just fine.

My OS flavor is OS X 10.8.2 using the included Pyton version 2.7.

Thank you for your help, or any help that you can offer.

daid commented 11 years ago

The cura.command is outdated. The full instructions to get Cura running in a dev-environment are in the README.md But the easiest way to get Cura running on the Mac is by getting the release from http://software.ultimaker.com/