I notice that the DeprecationWarning raises at the startup in wxpy2.5.
E:\pamphlet\dist\library.zip\fcntl.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
I packed my application into a exe file, and every time after application terminates a message box pops up because of this Warning.
It's boring!
How could I get rid of this warning?
I notice that the DeprecationWarning raises at the startup in wxpy2.5.
E:\pamphlet\dist\library.zip\fcntl.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
I packed my application into a exe file, and every time after application terminates a message box pops up because of this Warning.
It's boring!
How could I get rid of this warning?
This has nothing to do with wxPython but my guess is that py2exe is
finding the wrong module because of the case insensitivity of the
windows file system. You could probably tell py2exe to explicitly
exclude that module.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!