STINNER Victor <[EMAIL PROTECTED]> added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4168>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to