When I make a exe from py python3 + pygobject + gtk3 application using the setup.py from pygobject site it misses some DLL files.
what files are missing?
When I make a exe from py python3 + pygobject + gtk3 application using the setup.py from pygobject site it misses some DLL files.
what files are missing?
I have manualy tried what DLLs are required. So if this will help someone:
the setup.py must be edited. the missing_dlls list must be:
and when you dont want all the files from
share
,etc
andlib
, edit the gtk_libs list:you might include also the
lib/engines
, but I dont needed it.