using:
python-2.2.3.exe
wxPythonWIN32-2.4.1.2u-Py22.exe
pysnmp-3.3.4.tar.gz
output is:
Traceback (most recent call last):
File "setup.py", line 13, in ?
scripts = ['OpenMapper']
File "C:\Python22\lib\distutils\core.py", line 138,
in setup
dist.run_commands()
File "C:\Python22\lib\distutils\dist.py", line 902,
in run_commands
self.run_command(cmd)
File "C:\Python22\lib\distutils\dist.py", line 921,
in run_command
cmd_obj.ensure_finalized()
File "C:\Python22\lib\distutils\cmd.py", line 112, in
ensure_finalized
self.finalize_options()
File "c:\python22\lib\distutils\command\install.py",
line 312, in finalize_opt
ions
'scripts', 'data', 'headers')
File "c:\python22\lib\distutils\command\install.py",
line 442, in convert_path
s
setattr(self, attr, convert_path(getattr(self, attr)))
File "C:\Python22\lib\distutils\util.py", line 91, in
convert_path
raise ValueError, "path '%s' cannot be absolute" %
pathname
ValueError: path '/usr/local/bin' cannot be absolute
Logged In: YES
user_id=798352
Yup. I can see that '/usr/local/bin' would be a problem on
an XP box. I don't have access to a windows machine, so
it's hard to debug there. At some point I might set up
bochs or something to try it out on windows, but if someone
else feels like doing some debugging, that'd be helpful...