>>>>> "GW" == Ganz, Will <[EMAIL PROTECTED]> writes:
g
GW> Environment: Win98SE, Python 2.2, ActiveCD dated Feb 2002
GW> My company blocks 99.999% of Internet access, so I got the ActiveCD to get
GW> the Python package repository. Copied the directory,
GW> E:\PPMPackages\PyPPM\2.1 to my local hard drive for convenience/speed. Tried
GW> to install some modules without success. 

GW> żAny clues on where to go from here?


hmmmm, interesting problem.
Try using: 
file://localhost/C:/python22/ppd/Numeric.ppd

or some combination of that and other bright ideas.

If that fails, find or set up a local web server and serve them off of
that.  There are some minimal servers written in python...

Is install a script?  If so, read it, maybe that will help.

GW> This is what I got:

GW> ---  install by specifying the location  ---

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

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

GW> ERROR: Package can not be installed: URL inaccessible


GW> ---  install using "--location=" flag  ---

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

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

GW> ERROR: Package can not be installed: URL inaccessible

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






_______________________________________________
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