0

On running scripts through an OSX-Mavericks machine that import the visual module from VPython, Komodo Edit throws up an error saying something to the effect of "no module named 'visual'".

I've played around with the placing of the VIDLE program, but to no avail.

How can I fix this error then? Any help would be greatly appreciated.

  • Did you install the package you're calling? Can you post the full error and code? – duhaime Feb 17 '15 at 03:16
  • Yes, the package has definitely been installed, it works fine in IDLE. Traceback (most recent call last): File "/Users/etc", line 4, in from visual import * ImportError: No module named visual The code itself is coursework, so I feel hesitant to post it online, but the exact same error occurs regardless. For example, I ran: ----------------------------------------- from visual import * sphere() ----------------------------------------- and got exactly the same error. – Papa Lucho Feb 18 '15 at 20:16
  • Sorry about the formatting, I couldn't get the mini-Markdown to work :/ – Papa Lucho Feb 18 '15 at 20:17

0 Answers0