[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

freeze.py - resolving dependencies

Rakesh

2/26/2008 5:06:00 AM

hi -
I wrote a wxWidgets program and was trying to convert the python
script to native python code.

After running freeze.py on my source file - I am getting the following
unknown modules error.


Warning: unknown modules remain: _bisect _heapq _locale _random
_socket _ssl _struct _tkinter array binascii cStringIO collections
fcntl itertools math operator pyexpat readline select strop termios
time wx._controls_ wx._core_ wx._gdi_ wx._misc_ wx._windows_


I had contacted the wxPython about the dependencies of modules wx.* .

But can somebody please help me with details regarding the other
modules that we are discussing about.


I am using python 2.5 with Mandriva Linux 2008 - wxWidgets 2.8

Thanks for the help.