Arve Knudsen schrieb: > Hi > > I'm trying to install Python-Win32 from source in a debug-build of Python > 2.6.4, by issuing this command: python_d .\setup.py install. It fails > however, with this error: LINK : fatal error LNK1104: cannot open file > 'python26.lib'. Is this due to a bug in the Python-Win32 distribution?
No. You must create a debug build by giving the '-g' or '--debug' flag to the build step, like this: python_d setup.py build -g install Thomas _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32