Python, Reportlabs, Pil and Windows 7 (64bit)

"Martin v. Löwis" martin at v.loewis.de
Fri Mar 12 14:29:40 EST 2010


> Not sure if this is a bug

I think it is. It seems that the cross-build support in msvc9compiler
has been tested only in a build tree of Python (where there is no Libs
directory).

For released copies of Python, I could change that to distribute the
AMD64 pythonXY.lib in libs/amd64. [FWIW, I'm still puzzled why I ship
the import libraries of all the pyd files as well - I can't see a reason
other than tradition]. Then, distutils should change to look it up there.

Regards,
Martin



More information about the Python-list mailing list