Message231

Author quentinsf
Recipients pje, quentinsf, warner, wonlay, zooko
Date 2009-01-26.07:43:45
Content
Yes, wonlay's fix (around line 2270) works fine for me.

On my Ubuntu machine, a quick way to show the bug is:

>>> import MySQLdb
>>> import pkg_resources

__main__:1: UserWarning: Module _mysql was already imported from 
/var/lib/python-support/python2.5/_mysql.so, but /var/lib/python-
support/python2.5 is being added to sys.path
History
Date User Action Args
2009-01-26 07:43:45quentinsfsetrecipients: + quentinsf, zooko, pje, warner, wonlay
2009-01-26 07:43:45quentinsfsetmessageid: <1232955825.6.0.87042763298.issue36@psf.upfronthosting.co.za>
2009-01-26 07:43:45quentinsflinkissue36 messages
2009-01-26 07:43:45quentinsfcreate