> First, it looks like you are mixing Python 2.1 packages with 
> Python 2.2 or something.

>> E:\PPMPackages\PyPPM\2.1 to my local hard drive for convenience/speed.
Tried
                       ^^^
>> PPM>install c:\python22\ppd\Numeric.ppd
                       ^^
Since the summer intern is getting my old machine, I installed Python 2.1.1
from the ActiveCD on WindowsXP. When PythonWin is invoked, this is on the
Interactive Windows, "PythonWin 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32
bit (Intel)] on win32." Theoretically, the Python version on the CD should
match the PyPPM. Again, No Joy.


Copyright (C) 2000-2001 ActiveState Tool Corp., All rights reserved.
ActivePython PPM interactive shell (0.1.0). Type 'help' for available
commands.
PPM>install d:\PPMPackages\PyPPM\2.1\Numeric.ppd
Install package d:\PPMPackages\PyPPM\2.1\Numeric.ppd? (Y/n): Y
Installing package 'd:\PPMPackages\PyPPM\2.1\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] (10053,
'Software caused connection abort')

>ERROR: Package can not be installed: URL inaccessible


>> ERROR: can not access the specified URL: [Errno socket error] (10054,
>> 'Connection reset by peer')

>Hrm. PyPPM may still, unnecessarily depend on being able to open a
>socket even though you are installing a local package. You could just
>work around this problem by trying this:
>
>    - Open the .ppd in your editor. It is an XML file that describes
>      where to find the actual package file (the <CODEBASE> tags). This
>      should indicate where in the PyPPM\2.1\... tree to get the Windows
>      Numeric package. Probably something like:
>      packages/Numeric-20.2.0.win32.2.1.zip
>    - Unzip that file in a temporary directory.
>    - cd into the directory with a setup.py
>    - Run this command:
>        C:\path\to\Python21\python setup.py install --skip-build
>
>This should install Numeric for you, although this *is* a work around
>because PyPPM's registry of installed packages has *not* been updated to
>say that Numeric is installed.

Gack~>Hack~>Gak!! And other sounds similar to my katt coughing up a
hairball. But it works.  8-)

Thanks Trent. 

¿Could I recommend that you forward this on to the appropriate people inside
ActiveState for review? It would be nice if all the pieces/parts on the CD
would play nice with one another. 

_______________________________________________
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