I've just installed ActivePython 2.6.4.10 on Windows XP and I get the following error when I try to install a package via pypm:
---- C:\Documents and Settings\arubinst>pypm install lxml error: non-zero returncode: 1 command: C:\Program Files\Python26\Python.exe -B -s -c "import sys;print '%d.%d' % sys.version_info[:2]" pwd: C:\Documents and Settings\arubinst stderr: 'C:\Program' is not recognized as an internal or external command, operable program or batch file. stdout: ---- It looks like the space in the command hasn't been escaped. I can't seem to find any reference to this error online so I'm wondering if it isn't a problem with my local setup. Any help solving this problem would be greatly appreciated. Thanks! _______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython