On Fri, 2004-12-17 at 12:41 -0600, cypherpunk1 wrote:
> Hello,
>=20
> =20
>=20
> I want to play with Vpython but I=A2ve been using
> Numeric-23.1.win32-py2.3 with Python 2.3.4. I=A2ve imported and used
> some of the Numeric 23.1 modules in my other programs therefore I
> don=A2t want to go back to Numeric 23.0.
>=20
> =20
>=20
> According to the instructions at:
>=20
> http://vpython.org/win_download.html
>=20
> =20
>=20
> The installer for Vpython will replace Numeric 23.1 with Numeric
> 23.0. =20
>=20
> Is there anyway to just get an installer for Vpython?
>=20
> I=A2m running Python 2.3.4 and Numeric-23.1 under Windows XP
> Professional.
First off, the version in the installer might actually be more recent
than 23.0. So, I recommend that you run our installer, and check the
value of Numeric.__version__ (a string). If it is too low, then delete
C:\Python23\Lib\site-packages\Numeric after installing Visual, and run
the Numeric installation program.
HTH,
-Jonathan
|