From: Patrick K. O'B. <po...@or...> - 2001-05-29 04:28:07
|
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." |
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 |
From: Karim Y. <ka...@ni...> - 2001-05-29 08:43:22
|
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 > |
From: Les S. <sch...@op...> - 2001-05-29 18:32:40
|
> Then I got the 2.1 compiled vpython DLL (cvisual.dll, to be exact) > from Les Schaffer's website (http://basic.netmeg.net/godzilla/ -- > thanks, Les). so far, the pleasure's been all mine... if anyone has any recommendations on a better packaging format for the next release, i am game to do something spiffier than just zipping up cvisual.dll. > After that, most of the demos are running properly now. VPython is > way cool. aint that the truth! les schaffer |