[Tutor] Compile py to exe in ubuntu

Harya Dananjaya dananzoff at gmail.com
Thu Feb 11 04:54:51 CET 2010


On 11/02/10 04:56, Grigor Kolev wrote:
> Use cx_freeze but you cannot make exe in ubuntu must use Windows
OK, I have installed cx_freeze on my windows, but when I compile with 
cx_freeze, it generate error :
---------------------------------------Begin 
error-------------------------------------------------------------------------------------------------------------- 


Missing modules:
? Image imported from matplotlib.image
? PyQt4.QtGui imported from matplotlib.pyplot
? _scproxy imported from urllib
? _transforms imported from matplotlib.dates
? _wxagg imported from matplotlib.backends.backend_wxagg
? config imported from matplotlib
? gobject imported from matplotlib.pyplot
? mpl_toolkits.natgrid imported from matplotlib.mlab
? nose imported from numpy.testing.nosetester
? numpy.core.integer imported from numpy.fft.helper
? numpy.core.signbit imported from numpy.testing.utils
? pkg_resources imported from pytz
? pyemf imported from matplotlib.backends.backend_emf
? pytz.zoneinfo imported from matplotlib.dates
? qt imported from matplotlib.pyplot
? scipy imported from numpy.testing.nosetester
? win32pdh imported from numpy.testing.utils
------------------------------END of 
Error------------------------------------------------------------------------------------------------------------------- 

Harya Dananjaya



More information about the Tutor mailing list