I have 4 machines that are failing when trying to install various modules
via pyppm. (see below) Note 3 of the 4 have workd fine in the past.

Solutions that don't work:
1) deleting all the py & pyc files listed in the traceback, plus deleting
the ppm directory and pyppm.py/pyc Then running "Repair" from the
installition file.  The repair process doesn't replace all files! (pyppm.py)
Where's the reinstall option?

2)Uninstalling & then reinstalling. Waste of time.

What did work:
1)uninstall. Delete the Python20 directory and all the files NOT deleted by
the uninstall.  Then reinstall.

I'm hoping someone at ActiveState can come up with a more acceptable
solution.

Thanks,
Don
-------------------------------------------------------------------
PPM>install egenix-mx-base
Install package egenix-mx-base? (Y/n): y
Installing package 'egenix-mx-base'...

Connecting to SOAP server ActiveState Package Repository...

Unhandled exception: exceptions.IndexError
 string index out of range
   File "d:\python20\pyppm.py", line 28, in run
    shell.cmdloop()
  File "d:\python20\lib\cmd.py", line 75, in cmdloop
    stop = self.onecmd(line)
  File "d:\python20\lib\cmd.py", line 113, in onecmd
    return func(arg)
  File "d:\python20\PPM\__init__.py", line 681, in do_install
    instaler.InstallPackage(ppd,self.cnfs,self.cnfs.options['clean'])
  File "d:\python20\PPM\installer.py", line 402, in InstallPackage
    self.binary_name = self.fetch_binary(location,cnfs.builddir)
  File "d:\python20\PPM\installer.py", line 303, in fetch_binary
    if self.build_dir[-1] != '/':


FATAL ERROR: Unhandled exception: exceptions.IndexError
 string index out of range

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to