On 1 October 2012 01:35, Peter Farrell <span dir="ltr"><<a href="mailto:peterfarrell66@gmail.com" target="_blank">peterfarrell66@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks for trying to help, everybody. Sorry I didn't post the whole error message. Now my problem is I just installed VPython and I'm trying to run the very first example, bounce.py which I located. I opened it and ran it in Idle. I got this message:<br>


<div class="im"><br>
Traceback (most recent call last):<br>
</div>  File "C:\Python32\Lib\site-packages\visual\examples\bounce.py", line 1, in <module><br>
    from visual import *<br>
  File "C:\Python32\lib\site-packages\visual\__init__.py", line 1, in <module><br>
    from .visual_all import *<br>
  File "C:\Python32\lib\site-packages\visual\visual_all.py", line 1, in <module><br>
    from vis import version<br>
  File "C:\Python32\lib\site-packages\vis\__init__.py", line 3, in <module><br>
    from .cvisual import (vector, dot, mag, mag2, norm, cross, rotate,<br>
SystemError: initialization of cvisual raised unreported exception<br>
<br>
I'm not a programmer, just a math teacher/tutor who's trying to teach my students to understand math through using something real like Python. I'll keep you posted on my progress.<br>
<br>
Thank you in advance for your help!</blockquote><div><br></div><div>Please don't <a href="http://www.catb.org/jargon/html/T/top-post.html">top post</a>. </div><div><br></div><div>Are you using Ubuntu, by chance? If you are, try looking at the <a href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">VPython archives</a>, specifically <a href="http://sourceforge.net/mailarchive/forum.php?thread_name=505EA4AE.5050201%40aut.ac.nz&forum_name=visualpython-users">this</a>. I chose that because although I know almost nothing about VPython it is recent. Try VPython's list even if it isn't as they're likely to know more than us.</div>

<div><br></div><div>Also, this error is distinctly different to the one you first posted. What happened there?</div></div>