Brian,
I am not sure but I doubt that the Numeric package comes with VPython...wait
a confirmation from the authors of VPython (or someone with more experience
with it)...otherwise you can still try to get the Python Numerical package
from
http://sourceforge.net/project/showfiles.php?group_id=1369&release_id=31875
Hope this helps,
Cheers
Karim
----- Original Message -----
From: "Patrick K. O'Brien" <po...@or...>
To: "VisualPython Users" <vis...@li...>
Sent: Tuesday, May 29, 2001 6:02 AM
Subject: RE: [Visualpython-users] Status of VisualPython and Python 2.1???
> 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
>
>
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> http://lists.sourceforge.net/lists/listinfo/visualpython-users
>
|