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 ocean-city
Recipients ghaering, jlt63, ocean-city, tan2, vitalyy2000
Date 2008-09-21.12:24:53
SpamBayes Score 1.11359e-06
Marked as misclassified No
Message-id <1221999896.77.0.579171013295.issue1706863@psf.upfronthosting.co.za>
In-reply-to
Content
>AttributeError: 'NoneType' object has no attribute 'rfind'

Fixing this error is not difficult. I think attached patch is enough.

But still cygwin user who wants to use sqlite3 module won't be happy.
find_library() supports static lib, shared lib, and dylib but ".dll.a"
seems to be windows specific import library. Probably disutils itself
need to be modified. (And probably it's too late for RC phase :-()
History
Date User Action Args
2008-09-21 12:24:56ocean-citysetrecipients: + ocean-city, jlt63, ghaering, vitalyy2000, tan2
2008-09-21 12:24:56ocean-citysetmessageid: <1221999896.77.0.579171013295.issue1706863@psf.upfronthosting.co.za>
2008-09-21 12:24:54ocean-citylinkissue1706863 messages
2008-09-21 12:24:54ocean-citycreate