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 vstinner
Recipients LambertDW, vstinner
Date 2008-10-22.08:11:37
SpamBayes Score 0.015840419
Marked as misclassified No
Message-id <1224663098.89.0.789246774449.issue4168@psf.upfronthosting.co.za>
In-reply-to
Content
I installed gsl using "sudo apt-get install libgsl0ldbl". Then I 
added ".0" to the library filenames (eg. CDLL('libgsl.so.0')).

$ python3.0 dumpdriver.py
Exception AttributeError: "'NoneType' object has no attribute 'debug'" 
in <bound method Real_FFT.__del__ of <gsl_fft.Real_FFT object at 
0xb7bb45ac>> ignored

Real_FFT.__del__() uses logging.debug, logging.info and logging.warn 
whereas logging is None when the destructor is called.
History
Date User Action Args
2008-10-22 08:11:39vstinnersetrecipients: + vstinner, LambertDW
2008-10-22 08:11:38vstinnersetmessageid: <1224663098.89.0.789246774449.issue4168@psf.upfronthosting.co.za>
2008-10-22 08:11:38vstinnerlinkissue4168 messages
2008-10-22 08:11:37vstinnercreate