This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Thorney, ceball, eric.araujo, loewis, tarek
Date 2010-08-25.02:14:22
SpamBayes Score 0.0001265412
Marked as misclassified No
Message-id <1282702464.19.0.155274156233.issue4508@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, this time it worked. I had to remove the example.i source file in setup.py since I don’t have swig installed, but apart from that, compiling “ex ample.c” or “ex ample/ex ample.c” worked.

Next steps:
- Write something similar to your example (can’t just copy it since Python is not under GPL) as a unit test for distutils; I’ll do it if nobody does it shortly.
- Confirm that the bug is present on windows and hunt for it (paths translation? argument quoting?)
History
Date User Action Args
2010-08-25 02:14:24eric.araujosetrecipients: + eric.araujo, loewis, ceball, tarek, Thorney
2010-08-25 02:14:24eric.araujosetmessageid: <1282702464.19.0.155274156233.issue4508@psf.upfronthosting.co.za>
2010-08-25 02:14:22eric.araujolinkissue4508 messages
2010-08-25 02:14:22eric.araujocreate