Environment: Win98SE, Python 2.2, ActiveCD dated Feb 2002

My company blocks 99.999% of Internet access, so I got the ActiveCD to get
the Python package repository. Copied the directory,
E:\PPMPackages\PyPPM\2.1 to my local hard drive for convenience/speed. Tried
to install some modules without success. 

żAny clues on where to go from here?


This is what I got:

---  install by specifying the location  ---

PPM>install c:\python22\ppd\Numeric.ppd
Install package c:\python22\ppd\numeric.ppd? (Y/n): Y

Installing package 'c:\python22\ppd\numeric.ppd'...
Opening PPD file on local file system...
(fetching Numeric-20.1.0.win32.2.1.zip)
ERROR: can not access the specified URL: [Errno socket error] (10054,
'Connection reset by peer')

ERROR: Package can not be installed: URL inaccessible


---  install using "--location=" flag  ---

PPM>install --location=c:\python22\ppd Numeric.ppd
Install package numeric.ppd? (Y/n): Y

Installing package 'numeric.ppd'...
Opening PPD file on local file system...
(fetching Numeric-20.1.0.win32.2.1.zip)
ERROR: can not access the specified URL: [Errno socket error] (10054,
'Connection reset by peer')

ERROR: Package can not be installed: URL inaccessible

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to