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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to