From: Jon S. <js...@so...> - 2004-12-08 04:46:56
|
Although I can run vpython programs under python (osx 10.3.6), I cannot run vpython. I get this error: 208-186-56-189:~ jis$ vpython Traceback (most recent call last): File "<string>", line 1, in ? File "/sw/lib/python2.3/idlelib/run.py", line 7, in ? import threading File "/sw/lib/python2.3/threading.py", line 13, in ? from traceback import print_exc as _print_exc ImportError: cannot import name print_exc [at this point I must type ctrl-c] ^CTraceback (most recent call last): File "/sw/lib/python2.3/idlelib/idle", line 21, in ? PyShell.main() File "/sw/lib/python2.3/idlelib/PyShell.py", line 1287, in main flist.pyshell = PyShell(flist) File "/sw/lib/python2.3/idlelib/PyShell.py", line 769, in __init__ self.interp.start_subprocess() File "/sw/lib/python2.3/idlelib/PyShell.py", line 362, in start_subprocess self.rpcclt.accept() File "/sw/lib/python2.3/idlelib/rpc.py", line 526, in accept working_sock, address = self.listening_sock.accept() File "/sw/lib/python2.3/socket.py", line 167, in accept sock, addr = self._sock.accept() KeyboardInterrupt 208-186-56-189:~ jis$ python Python 2.3.4 (#1, Nov 7 2004, 14:21:14) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> I'd welcome suggestions. (and will continue to hope that someone will roll vpython into a mcEnthon package) thanks =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Jon Schull, Ph.D. Associate Professor Information Technology Rochester Institute of Technology 102 Lomb Memorial Drive Rochester, New York 14623 sc...@di... 585-738-6696 |