Differences between revisions 1 and 2
Revision 1 as of 2011-05-05 17:18:37
Size: 917
Editor: jb-mtvalleyhs
Comment:
Revision 2 as of 2011-05-05 19:17:51
Size: 947
Editor: PaulBoddie
Comment: Attempted to answer the question, tidying it up a bit.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Asking for Help: No module named visual =
Line 3: Line 5:
= Asking for Help: ... =
Line 5: Line 6:
... {{{
Line 17: Line 18:

## Leave the note below so that editors can follow the instructions...

{{{#!wiki note
When ''answering'' questions, add the CategoryAskingForHelpAnswered category when saving the page. This will move the link to this page from the questions section to the answers section on the [[Asking for Help]] page.
Line 24: Line 20:
If you're referring to one of [[http://www.youtube.com/vpythonvideos|these videos]] then you need to install [[http://vpython.org/|VPython]] on your computer. It looks like you're using a Mac, so maybe [[http://vpython.org/contents/download_mac.html|this download page]] will be helpful.
Line 25: Line 23:
CategoryAskingForHelp CategoryAskingForHelp CategoryAskingForHelpAnswered

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

Asking for Help/visual error message (last edited 2011-05-05 19:17:51 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.