|
From: Patrick K. O'B. <po...@or...> - 2001-05-29 05:02:22
|
Not being the patient type, I went ahead and installed vpython. Tried to run
some of the demos and I got an error on the 'from visual import *' line.
Went in to Boa and ran that line in the shell and got the following details.
Anyone got a solution?
>>> from visual import *
Visual-2001-04-20
sys.exc_value DLL load failed: One of the library files needed to run this
application cannot be found.
File "C:\Python21\Boa-0.0.5\ExternalLib\PythonInterpreter.py", line 66, in
push
exec code in self.locals
File "<console>", line 1, in ?
File "c:\python21\visual\__init__.py", line 12, in ?
from Numeric import *
File "c:\python21\numeric\Numeric.py", line 80, in ?
import multiarray
exceptions.ImportError: DLL load failed: One of the library files needed to
run this application cannot be found.
>>>
---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."
-----Original Message-----
From: vis...@li...
[mailto:vis...@li...]On Behalf Of Patrick
K. O'Brien
Sent: Monday, May 28, 2001 11:25 PM
To: VisualPython Users
Subject: [Visualpython-users] Status of VisualPython and Python 2.1???
I'm using python 2.1 exclusively and would like to install VPython. Could
someone please confirm that this combination will work properly (because I
only want to hear good news <wink>).
---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."
_______________________________________________
Visualpython-users mailing list
Vis...@li...
http://lists.sourceforge.net/lists/listinfo/visualpython-users
|