Me di cuenta de que tenía los dlls en
C:\Python27\Lib\site-packages\gtk-2.16.6, los copie a la carpeta DLLs de Python27, modifiqué el setup.py agregándole
Código Python:
Ver originaloptions={"py2exe":{"includes":"cairo,webkit,gio,pango,atk,pangocairo"}}
y ya no me pide dlls.
Pero ahora hay otro problema
, cuando quiero ejecutar el .exe, me da este error:
Código Error:
Ver originalC:\Ruta>dist\Programa.exe
C:\Ruta\dist\library.zip
_gtk.py:10: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
ImportError: could not import atk
Traceback (most recent call last):
File "Programa.py", line 4, in <module>
import webkit
File "webkit\__init__.pyc", line 21, in <module>
File "webkit\webkit.pyc", line 12, in <module>
File "webkit\webkit.pyc", line 10, in __load
ImportError: DLL load failed: No se puede encontrar el módulo especificado.