Jump to content
AutoDesSys

Beginning Hiccups


Recommended Posts

Just starting.  I don't know what I'm doing at all.  Using a Mac 10.11.6 so Python should be installed right? (how can I find out which version of Python is installed?)  I ran "cube.py" utility from the Extensions menu and I got this error msg:

1573047482_ScreenShot2020-05-19at5_56_15PM.png.0ae61e0aefcaccce3e5c53efc4e49be6.png

I thought there may be a permissions error so I moved the script to the desktop and got the same error message implying that it was trying to open the same file, not the one on the desktop so I renamed the one on the desktop to cube2.py retried and then got this msg:

11141928_ScreenShot2020-05-19at5_59_10PM.png.af3842b714f4b22b3ba837b38b020f81.png

...and no .pyc file was created.  What is going wrong here?

 

 

Link to comment
Share on other sites

I ran "python ––version" in Terminal and it returned this:

1051395635_ScreenShot2020-05-19at6_13_05PM.png.f3a8a2705b986ea3aec7d41d8fae62de.png

and then I downloaded Python 2.7.18, ran the installer. It created a Python folder with this in my Applications folder:

629040110_ScreenShot2020-05-19at6_12_47PM.png.ab6bdb7c085f7c6cbce9c9c08d774a6f.png

So it looks like I have 2.7 in /Library/Frameworks but the No module named cube2 is still displayed when I run the cube2py script.

Is the 2.7 enough 2.7.? or do I need to get the 2.7.18 installed and how?

Link to comment
Share on other sites

Setz.  Python 2.7 is installed on all Mac OSs up to Catalina.

 

The problem doesn't appear to be with python.

I get the same error when I run the cube.py script.

By looking at the code, there is an error in the "formzPythonInterface"  This worked before, so it appears to be somewhat recent.   I let dev know.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...