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 zooko
Recipients zooko
Date 2008-12-20.14:09:51
SpamBayes Score 9.425749e-05
Marked as misclassified No
Message-id <1229782192.75.0.491587462854.issue4706@psf.upfronthosting.co.za>
In-reply-to
Content
I was trying to install Twisted on my son's OLPC.  Twisted comes with a
handful of C extensions which are all optional and most of which are not
expected to compile on this platform anyway (they are platform-specific
for Mac or Windows).  If my son's OLPC had a C compiler installed, then
it would attempt to build those modules, fail, and proceed to install
Twisted.  However, since it doesn't have a C compiler, then instead it
stops with an error.

It would be nice if Twisted could tell distutils to try to build a
module, and report whether the build succeeded, but don't stop the
entire setup().

http://twistedmatrix.com/trac/ticket/3586
History
Date User Action Args
2008-12-20 14:09:53zookosetrecipients: + zooko
2008-12-20 14:09:52zookosetmessageid: <1229782192.75.0.491587462854.issue4706@psf.upfronthosting.co.za>
2008-12-20 14:09:51zookolinkissue4706 messages
2008-12-20 14:09:51zookocreate