[Distutils] Wrong Filename Extension

Richard Plana Richard.Plana at enabil.com
Mon Jan 4 22:58:39 CET 2010


Hi,

While trying to build a python project cx_Freeze-4.1.1 in this case) on Linux, I came up against the following problem:When building one of the packages (cx_Freeze.util) which is a C native extension package, the setup.py script ends up building a file with the name “util” instead of the expected “util.so” under the cx_Freeze/ subdirectory.

Any ideas what the problem is? I’m building this on a Fedora 12 x86_64 box which uses python-2.6.2-2.fc12.x86_64.

Note: Manually renaming the file from “util” to “util.so” ends up with a working system, but I’m guessing that’s not the ideal scenario.
--

Richard Plana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20100104/32cdd481/attachment-0001.htm>


More information about the Distutils-SIG mailing list