Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Your search query "linkto:"Asking for Help/visual error message"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

Asking for Help: No module named visual

I had trouble running my program. I am following instructions from the Youtube video. This is the error I get.

Python 2.7.1 (r271:86882M, Nov 30 2010, 09:39:13) 
[GCC 4.0.1 (Apple Inc. build 5494)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>> 

Traceback (most recent call last):
  File "/Users/PRousseau/Desktop/sphere.py", line 1, in <module>
    from visual import *
ImportError: No module named visual
>>> 

If you're referring to one of these videos then you need to install VPython on your computer. It looks like you're using a Mac, so maybe this download page will be helpful.


CategoryAskingForHelp CategoryAskingForHelpAnswered