[Tutor] Compile py to exe in ubuntu
Harya Dananjaya
dananzoff at gmail.com
Thu Feb 11 15:42:31 CET 2010
On 11/02/10 17:47, Timo wrote:
> I use py2exe to compile my Python/PyGTK application.
> I build it on my Windows XP machine and it works on Windows 2000 to
> Windows 7 without installing anything else (like Python).
>
> Try GUI2exe for a nice graphical interface.
>
> Cheers,
> Timo
>
Yupe, I have a windows,
after I using py2exe, the compilation is success,
but when I run the *.exe,
some error generated :
Traceback (most recent call last):
File "fondasi-4.py", line 16, in <module>
File "draw.pyc", line 5, in <module>
File "matplotlib\__init__.pyc", line 709, in <module>
File "matplotlib\__init__.pyc", line 627, in rc_params
File "matplotlib\__init__.pyc", line 569, in matplotlib_fname
File "matplotlib\__init__.pyc", line 240, in wrapper
File "matplotlib\__init__.pyc", line 483, in _get_data_path_cached
File "matplotlib\__init__.pyc", line 479, in _get_data_path
RuntimeError: Could not find the matplotlib data files
More information about the Tutor
mailing list