Hi
Ich versuche ein Windows Binary zu erstellen dabei
wenn ich btdownloadgui.exe starte kommt diese Fehlermeldung:
Traceback (most recent call last):
File "btdownloadgui.py", line 28, in <module>
File "gtk\__init__.pyc", line 48, in <module>
File "gtk\_gtk.pyc", line 12, in <module>
File "gtk ...
Die Suche ergab 6 Treffer
- Freitag 26. Dezember 2008, 02:03
- Forum: GTK+/GNOME
- Thema: ImportError mit modul cairo
- Antworten: 0
- Zugriffe: 2009
- Mittwoch 29. August 2007, 00:37
- Forum: GTK+/GNOME
- Thema: Windows binary findet cairo nicht
- Antworten: 8
- Zugriffe: 6261
- Dienstag 28. August 2007, 23:12
- Forum: GTK+/GNOME
- Thema: Windows binary findet cairo nicht
- Antworten: 8
- Zugriffe: 6261
- Dienstag 28. August 2007, 23:00
- Forum: GTK+/GNOME
- Thema: Windows binary findet cairo nicht
- Antworten: 8
- Zugriffe: 6261
- Montag 27. August 2007, 23:43
- Forum: GTK+/GNOME
- Thema: Windows binary findet cairo nicht
- Antworten: 8
- Zugriffe: 6261
jetzt bin ich etwas weiter aber nun kommt ein andere fehler:
D:\cryptic6\bzr\dist\library.zip\twisted\manhole\telnet.py:8: DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated. See twisted.conch.telnet for the current, supported API.
Traceback (most recent call last):
File ...
D:\cryptic6\bzr\dist\library.zip\twisted\manhole\telnet.py:8: DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated. See twisted.conch.telnet for the current, supported API.
Traceback (most recent call last):
File ...
- Montag 27. August 2007, 00:45
- Forum: GTK+/GNOME
- Thema: Windows binary findet cairo nicht
- Antworten: 8
- Zugriffe: 6261
Windows binary findet cairo nicht
hi
ich habe zu einem project ein winsetup.py erstellt:
und ich hatte bei einem anderen projecten erfolg gehabt mit mein winsetup.py.
from distutils.core import setup
import py2exe
manifest_template = '''
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas ...
ich habe zu einem project ein winsetup.py erstellt:
und ich hatte bei einem anderen projecten erfolg gehabt mit mein winsetup.py.
from distutils.core import setup
import py2exe
manifest_template = '''
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas ...
