Nice to hear it . I have the last question... What a python libraries should I select when I'm creating *.exe file from Construct? My exe application doesn't work correctly when I'm trying to launch it on a other machine without python26. I think, I have all nessesary files in my app directory (copied from "build" folder and from ur simple screenshot example directory), but I see this same error message.
[quote:3rzolbb6]Traceback (most recent call last):
File "<string>", line 9, in <module>
File "C:\Python26\lib\site-packages\gtk-2.0\gtk\__init__.py", line 30, in <module>
import gobject as _gobject
File"C:\Python26\lib\site-packages\gtk-2.0\gobject\__init__.py", line 26, in <module>
from glib import spawn _async, idle _add, timeout _add, timeout _add_seconds, File"C:\Python26\lib\site-packages\gtk-2.0\glib\__init__.py", line 22, in <module>
grom glib._glib import *
ImportError: DLL load failed
Your application is working very good, mine's not . Maybe I'm copying wrong dll files to my app directory?
Sorry for my strange questions and bad level of english language, and thank you for all .