IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

GTK+ avec Python Discussion :

glade manquant (et pourtant présent) après compilation py2exe /python2.6


Sujet :

GTK+ avec Python

  1. #1
    Membre éprouvé
    Avatar de clavier12AZQSWX
    Homme Profil pro
    Technicien maintenance
    Inscrit en
    Avril 2009
    Messages
    1 464
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Somme (Picardie)

    Informations professionnelles :
    Activité : Technicien maintenance

    Informations forums :
    Inscription : Avril 2009
    Messages : 1 464
    Par défaut glade manquant (et pourtant présent) après compilation py2exe /python2.6
    bonjour,

    j'ai un applicatif python dont j'essaie de réaliser un executable avec py2exe et la version python 2.6.

    Mon applicatif utilise glade.
    quand j'exécute en ligne de commande la version non compilée (donc avec python monprogramme.py) tout est ok et glade est bien trouvé, ça marche nickel...

    Une fois que j'ai crée mon .exe et que le le lance j'ai un message d'erreur qui dit ceci :
    C:\ocpnexe\library.zip\gtk\_gtk.py:10: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
    ImportError: could not import gio
    ImportError: could not import gio
    Traceback (most recent call last):
    File "opencplusnet-client.py", line 65, in <module>
    File "gtk\glade.pyc", line 12, in <module>
    File "gtk\glade.pyc", line 10, in __load
    ImportError: DLL load failed: Le module spécifié est introuvable.
    comment régler le souci ?

    voilà les packages que j'utilise sur une machine propre (xp fraîchement installé) , dans l'ordre de leur installation :
    -1 : gtk+-bundle_2.22.1-20101227_win32.zip
    -2 : python-2.6.6.msi
    -3 : vcredist_x86 (pour py2exe du dessous).exe
    -4 : py2exe-0.6.9.win32-py2.6.exe
    -5 : pycairo-1.8.10.win32-py2.6.msi
    -6 : pygobject-2.26.0-1.win32-py2.6.msi
    -7 : pygtk-2.22.0-1.win32-py2.6.msi

    j'ai bien ajouté mes variables locales d'environnement :
    PATH donne :

    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Python26;c:\gtk-2.0\bin
    Je le répete, dans un simple cmd, en ligne de commande python monprogramme.py fonctionne, il trouve bien son glade !

    merci de votre aide.

  2. #2
    Membre éprouvé
    Avatar de clavier12AZQSWX
    Homme Profil pro
    Technicien maintenance
    Inscrit en
    Avril 2009
    Messages
    1 464
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Somme (Picardie)

    Informations professionnelles :
    Activité : Technicien maintenance

    Informations forums :
    Inscription : Avril 2009
    Messages : 1 464
    Par défaut le log de compilation
    désolé de sa longueur, mais voiçi le log de la compilation, au cas où quelqu'un voit une évidence :

    running py2exe
    creating C:\ocpn\bin\dist
    *** searching for required modules ***
    *** parsing results ***
    creating python loader for extension 'select' (c:\Python26\DLLs\select.pyd -> select.pyd)
    creating python loader for extension 'unicodedata' (c:\Python26\DLLs\unicodedata.pyd -> unicodedata.pyd)
    creating python loader for extension 'pangocairo' (c:\Python26\lib\site-packages\gtk-2.0\pangocairo.pyd -> pangocairo.pyd)
    creating python loader for extension 'pango' (c:\Python26\lib\site-packages\gtk-2.0\pango.pyd -> pango.pyd)
    creating python loader for extension 'atk' (c:\Python26\lib\site-packages\gtk-2.0\atk.pyd -> atk.pyd)
    creating python loader for extension '_hashlib' (c:\Python26\DLLs\_hashlib.pyd -> _hashlib.pyd)
    creating python loader for extension 'bz2' (c:\Python26\DLLs\bz2.pyd -> bz2.pyd)
    creating python loader for extension 'gobject._gobject' (c:\Python26\lib\site-packages\gtk-2.0\gobject\_gobject.pyd -> gobject._gobject.pyd)
    creating python loader for extension 'cairo._cairo' (c:\Python26\lib\site-packages\cairo\_cairo.pyd -> cairo._cairo.pyd)
    creating python loader for extension 'gtk._gtk' (c:\Python26\lib\site-packages\gtk-2.0\gtk\_gtk.pyd -> gtk._gtk.pyd)
    creating python loader for extension 'pyexpat' (c:\Python26\DLLs\pyexpat.pyd -> pyexpat.pyd)
    creating python loader for extension 'gtk.glade' (c:\Python26\lib\site-packages\gtk-2.0\gtk\glade.pyd -> gtk.glade.pyd)
    creating python loader for extension '_ssl' (c:\Python26\DLLs\_ssl.pyd -> _ssl.pyd)
    creating python loader for extension 'glib._glib' (c:\Python26\lib\site-packages\gtk-2.0\glib\_glib.pyd -> glib._glib.pyd)
    creating python loader for extension '_socket' (c:\Python26\DLLs\_socket.pyd -> _socket.pyd)
    *** finding dlls needed ***
    *** create binaries ***
    *** byte compile python files ***
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\_hashlib.py to _hashlib.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\_socket.py to _socket.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\_ssl.py to _ssl.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\atk.py to atk.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\bz2.py to bz2.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\cairo._cairo.py to cairo\_cairo.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\glib._glib.py to glib\_glib.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\gobject._gobject.py to gobject\_gobject.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\gtk._gtk.py to gtk\_gtk.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\gtk.glade.py to gtk\glade.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\pango.py to pango.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\pangocairo.py to pangocairo.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\pyexpat.py to pyexpat.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\select.py to select.pyc
    byte-compiling C:\ocpn\bin\build\bdist.win32\winexe\temp\unicodedata.py to unicodedata.pyc
    skipping byte-compilation of C:\ocpn\bin\common\__init__.py to common\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\common\common.py to common\common.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\__init__.py to dateutil\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\easter.py to dateutil\easter.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\parser.py to dateutil\parser.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\relativedelta.py to dateutil\relativedelta.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\rrule.py to dateutil\rrule.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\tz.py to dateutil\tz.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\tzwin.py to dateutil\tzwin.pyc
    skipping byte-compilation of C:\ocpn\bin\dateutil\zoneinfo\__init__.py to dateutil\zoneinfo\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\icalendar\__init__.py to icalendar\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\icalendar\cal.py to icalendar\cal.pyc
    skipping byte-compilation of C:\ocpn\bin\icalendar\caselessdict.py to icalendar\caselessdict.pyc
    skipping byte-compilation of C:\ocpn\bin\icalendar\parser.py to icalendar\parser.pyc
    skipping byte-compilation of C:\ocpn\bin\icalendar\prop.py to icalendar\prop.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\__init__.py to modules\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\action\__init__.py to modules\action\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\action\main.py to modules\action\main.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\action\wizard.py to modules\action\wizard.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\__init__.py to modules\gui\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\main.py to modules\gui\main.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\__init__.py to modules\gui\window\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\form.py to modules\gui\window\form.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\tree.py to modules\gui\window\tree.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\view_tree\__init__.py to modules\gui\window\view_tree\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\view_tree\parse.py to modules\gui\window\view_tree\parse.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\view_tree\view_tree.py to modules\gui\window\view_tree\view_tree.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\view_tree\view_tree_sc.py to modules\gui\window\view_tree\view_tree_sc.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_attach.py to modules\gui\window\win_attach.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_export.py to modules\gui\window\win_export.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_import.py to modules\gui\window\win_import.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_list.py to modules\gui\window\win_list.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_preference.py to modules\gui\window\win_preference.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_search.py to modules\gui\window\win_search.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\gui\window\win_selection.py to modules\gui\window\win_selection.pyc
    skipping byte-compilation of C:\ocpn\bin\modules\spool\__init__.py to modules\spool\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\observator.py to observator.pyc
    skipping byte-compilation of C:\ocpn\bin\options.py to options.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\__init__.py to planning_manager\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\cut.py to planning_manager\cut.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\datas.py to planning_manager\datas.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\dialog.py to planning_manager\dialog.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\elements.py to planning_manager\elements.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\planning.py to planning_manager\planning.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\pm.py to planning_manager\pm.pyc
    skipping byte-compilation of C:\ocpn\bin\planning_manager\windows.py to planning_manager\windows.pyc
    skipping byte-compilation of C:\ocpn\bin\plugins\__init__.py to plugins\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\plugins\workflow_print\__init__.py to plugins\workflow_print\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\printer\__init__.py to printer\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\printer\printer.py to printer\printer.pyc
    skipping byte-compilation of C:\ocpn\bin\rpc.py to rpc.pyc
    skipping byte-compilation of C:\ocpn\bin\service.py to service.pyc
    skipping byte-compilation of C:\ocpn\bin\signal_event.py to signal_event.pyc
    skipping byte-compilation of C:\ocpn\bin\tools\__init__.py to tools\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\__init__.py to widget\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\model\__init__.py to widget\model\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\model\field.py to widget\model\field.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\model\group.py to widget\model\group.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\model\record.py to widget\model\record.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\screen\__init__.py to widget\screen\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\screen\screen.py to widget\screen\screen.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\__init__.py to widget\view\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form.py to widget\view\form.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\__init__.py to widget\view\form_gtk\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\binary.py to widget\view\form_gtk\binary.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\button.py to widget\view\form_gtk\button.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\cal.py to widget\view\form_gtk\cal.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\calendar.py to widget\view\form_gtk\calendar.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\char.py to widget\view\form_gtk\char.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\checkbox.py to widget\view\form_gtk\checkbox.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\event.py to widget\view\form_gtk\event.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\form.py to widget\view\form_gtk\form.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\image.py to widget\view\form_gtk\image.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\interface.py to widget\view\form_gtk\interface.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\many2many.py to widget\view\form_gtk\many2many.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\many2many_calevent.py to widget\view\form_gtk\many2many_calevent.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\many2one.py to widget\view\form_gtk\many2one.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\one2many_list.py to widget\view\form_gtk\one2many_list.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\picture.py to widget\view\form_gtk\picture.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\reference.py to widget\view\form_gtk\reference.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\selection.py to widget\view\form_gtk\selection.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\spinbutton.py to widget\view\form_gtk\spinbutton.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\spinint.py to widget\view\form_gtk\spinint.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\textbox.py to widget\view\form_gtk\textbox.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\textbox_tag.py to widget\view\form_gtk\textbox_tag.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\url.py to widget\view\form_gtk\url.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\form_gtk\wid_common.py to widget\view\form_gtk\wid_common.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\interface.py to widget\view\interface.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\list.py to widget\view\list.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\screen_container.py to widget\view\screen_container.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\tree_gtk\__init__.py to widget\view\tree_gtk\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\tree_gtk\editabletree.py to widget\view\tree_gtk\editabletree.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\tree_gtk\parser.py to widget\view\tree_gtk\parser.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\widget.py to widget\view\widget.pyc
    skipping byte-compilation of C:\ocpn\bin\widget\view\widget_parse.py to widget\view\widget_parse.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\__init__.py to widget_search\__init__.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\calendar.py to widget_search\calendar.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\char.py to widget_search\char.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\checkbox.py to widget_search\checkbox.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\form.py to widget_search\form.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\many2one.py to widget_search\many2one.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\reference.py to widget_search\reference.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\selection.py to widget_search\selection.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\spinbutton.py to widget_search\spinbutton.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\spinint.py to widget_search\spinint.pyc
    skipping byte-compilation of C:\ocpn\bin\widget_search\wid_int.py to widget_search\wid_int.pyc
    skipping byte-compilation of c:\Python26\lib\ConfigParser.py to ConfigParser.pyc
    skipping byte-compilation of c:\Python26\lib\StringIO.py to StringIO.pyc
    skipping byte-compilation of c:\Python26\lib\UserDict.py to UserDict.pyc
    skipping byte-compilation of c:\Python26\lib\_LWPCookieJar.py to _LWPCookieJar.pyc
    skipping byte-compilation of c:\Python26\lib\_MozillaCookieJar.py to _MozillaCookieJar.pyc
    skipping byte-compilation of c:\Python26\lib\__future__.py to __future__.pyc
    skipping byte-compilation of c:\Python26\lib\_abcoll.py to _abcoll.pyc
    skipping byte-compilation of c:\Python26\lib\_strptime.py to _strptime.pyc
    skipping byte-compilation of c:\Python26\lib\_threading_local.py to _threading_local.pyc
    skipping byte-compilation of c:\Python26\lib\abc.py to abc.pyc
    skipping byte-compilation of c:\Python26\lib\atexit.py to atexit.pyc
    skipping byte-compilation of c:\Python26\lib\base64.py to base64.pyc
    skipping byte-compilation of c:\Python26\lib\bdb.py to bdb.pyc
    skipping byte-compilation of c:\Python26\lib\bisect.py to bisect.pyc
    skipping byte-compilation of c:\Python26\lib\calendar.py to calendar.pyc
    skipping byte-compilation of c:\Python26\lib\cmd.py to cmd.pyc
    skipping byte-compilation of c:\Python26\lib\codecs.py to codecs.pyc
    skipping byte-compilation of c:\Python26\lib\collections.py to collections.pyc
    skipping byte-compilation of c:\Python26\lib\colorsys.py to colorsys.pyc
    skipping byte-compilation of c:\Python26\lib\cookielib.py to cookielib.pyc
    skipping byte-compilation of c:\Python26\lib\copy.py to copy.pyc
    skipping byte-compilation of c:\Python26\lib\copy_reg.py to copy_reg.pyc
    skipping byte-compilation of c:\Python26\lib\csv.py to csv.pyc
    skipping byte-compilation of c:\Python26\lib\difflib.py to difflib.pyc
    skipping byte-compilation of c:\Python26\lib\dis.py to dis.pyc
    skipping byte-compilation of c:\Python26\lib\distutils\__init__.py to distutils\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\distutils\errors.py to distutils\errors.pyc
    skipping byte-compilation of c:\Python26\lib\distutils\sysconfig.py to distutils\sysconfig.pyc
    skipping byte-compilation of c:\Python26\lib\distutils\text_file.py to distutils\text_file.pyc
    skipping byte-compilation of c:\Python26\lib\doctest.py to doctest.pyc
    skipping byte-compilation of c:\Python26\lib\dummy_thread.py to dummy_thread.pyc
    skipping byte-compilation of c:\Python26\lib\dummy_threading.py to dummy_threading.pyc
    skipping byte-compilation of c:\Python26\lib\email\__init__.py to email\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\email\_parseaddr.py to email\_parseaddr.pyc
    skipping byte-compilation of c:\Python26\lib\email\base64mime.py to email\base64mime.pyc
    skipping byte-compilation of c:\Python26\lib\email\charset.py to email\charset.pyc
    skipping byte-compilation of c:\Python26\lib\email\encoders.py to email\encoders.pyc
    skipping byte-compilation of c:\Python26\lib\email\errors.py to email\errors.pyc
    skipping byte-compilation of c:\Python26\lib\email\feedparser.py to email\feedparser.pyc
    skipping byte-compilation of c:\Python26\lib\email\generator.py to email\generator.pyc
    skipping byte-compilation of c:\Python26\lib\email\header.py to email\header.pyc
    skipping byte-compilation of c:\Python26\lib\email\iterators.py to email\iterators.pyc
    skipping byte-compilation of c:\Python26\lib\email\message.py to email\message.pyc
    skipping byte-compilation of c:\Python26\lib\email\mime\__init__.py to email\mime\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\email\parser.py to email\parser.pyc
    skipping byte-compilation of c:\Python26\lib\email\quoprimime.py to email\quoprimime.pyc
    skipping byte-compilation of c:\Python26\lib\email\utils.py to email\utils.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\__init__.py to encodings\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\aliases.py to encodings\aliases.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\ascii.py to encodings\ascii.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\base64_codec.py to encodings\base64_codec.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\big5.py to encodings\big5.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\big5hkscs.py to encodings\big5hkscs.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\bz2_codec.py to encodings\bz2_codec.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\charmap.py to encodings\charmap.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp037.py to encodings\cp037.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1006.py to encodings\cp1006.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1026.py to encodings\cp1026.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1140.py to encodings\cp1140.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1250.py to encodings\cp1250.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1251.py to encodings\cp1251.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1252.py to encodings\cp1252.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1253.py to encodings\cp1253.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1254.py to encodings\cp1254.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1255.py to encodings\cp1255.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1256.py to encodings\cp1256.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1257.py to encodings\cp1257.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp1258.py to encodings\cp1258.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp424.py to encodings\cp424.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp437.py to encodings\cp437.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp500.py to encodings\cp500.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp737.py to encodings\cp737.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp775.py to encodings\cp775.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp850.py to encodings\cp850.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp852.py to encodings\cp852.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp855.py to encodings\cp855.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp856.py to encodings\cp856.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp857.py to encodings\cp857.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp860.py to encodings\cp860.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp861.py to encodings\cp861.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp862.py to encodings\cp862.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp863.py to encodings\cp863.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp864.py to encodings\cp864.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp865.py to encodings\cp865.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp866.py to encodings\cp866.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp869.py to encodings\cp869.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp874.py to encodings\cp874.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp875.py to encodings\cp875.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp932.py to encodings\cp932.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp949.py to encodings\cp949.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\cp950.py to encodings\cp950.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\euc_jis_2004.py to encodings\euc_jis_2004.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\euc_jisx0213.py to encodings\euc_jisx0213.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\euc_jp.py to encodings\euc_jp.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\euc_kr.py to encodings\euc_kr.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\gb18030.py to encodings\gb18030.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\gb2312.py to encodings\gb2312.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\gbk.py to encodings\gbk.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\hex_codec.py to encodings\hex_codec.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\hp_roman8.py to encodings\hp_roman8.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\hz.py to encodings\hz.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\idna.py to encodings\idna.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp.py to encodings\iso2022_jp.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp_1.py to encodings\iso2022_jp_1.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp_2.py to encodings\iso2022_jp_2.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp_2004.py to encodings\iso2022_jp_2004.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp_3.py to encodings\iso2022_jp_3.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_jp_ext.py to encodings\iso2022_jp_ext.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso2022_kr.py to encodings\iso2022_kr.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_1.py to encodings\iso8859_1.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_10.py to encodings\iso8859_10.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_11.py to encodings\iso8859_11.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_13.py to encodings\iso8859_13.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_14.py to encodings\iso8859_14.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_15.py to encodings\iso8859_15.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_16.py to encodings\iso8859_16.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_2.py to encodings\iso8859_2.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_3.py to encodings\iso8859_3.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_4.py to encodings\iso8859_4.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_5.py to encodings\iso8859_5.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_6.py to encodings\iso8859_6.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_7.py to encodings\iso8859_7.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_8.py to encodings\iso8859_8.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\iso8859_9.py to encodings\iso8859_9.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\johab.py to encodings\johab.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\koi8_r.py to encodings\koi8_r.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\koi8_u.py to encodings\koi8_u.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\latin_1.py to encodings\latin_1.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_arabic.py to encodings\mac_arabic.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_centeuro.py to encodings\mac_centeuro.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_croatian.py to encodings\mac_croatian.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_cyrillic.py to encodings\mac_cyrillic.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_farsi.py to encodings\mac_farsi.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_greek.py to encodings\mac_greek.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_iceland.py to encodings\mac_iceland.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_latin2.py to encodings\mac_latin2.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_roman.py to encodings\mac_roman.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_romanian.py to encodings\mac_romanian.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mac_turkish.py to encodings\mac_turkish.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\mbcs.py to encodings\mbcs.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\palmos.py to encodings\palmos.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\ptcp154.py to encodings\ptcp154.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\punycode.py to encodings\punycode.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\quopri_codec.py to encodings\quopri_codec.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\raw_unicode_escape.py to encodings\raw_unicode_escape.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\rot_13.py to encodings\rot_13.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\shift_jis.py to encodings\shift_jis.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\shift_jis_2004.py to encodings\shift_jis_2004.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\shift_jisx0213.py to encodings\shift_jisx0213.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\string_escape.py to encodings\string_escape.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\tis_620.py to encodings\tis_620.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\undefined.py to encodings\undefined.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\unicode_escape.py to encodings\unicode_escape.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\unicode_internal.py to encodings\unicode_internal.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_16.py to encodings\utf_16.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_16_be.py to encodings\utf_16_be.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_16_le.py to encodings\utf_16_le.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_32.py to encodings\utf_32.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_32_be.py to encodings\utf_32_be.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_32_le.py to encodings\utf_32_le.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_7.py to encodings\utf_7.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_8.py to encodings\utf_8.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\utf_8_sig.py to encodings\utf_8_sig.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\uu_codec.py to encodings\uu_codec.pyc
    skipping byte-compilation of c:\Python26\lib\encodings\zlib_codec.py to encodings\zlib_codec.pyc
    skipping byte-compilation of c:\Python26\lib\fnmatch.py to fnmatch.pyc
    skipping byte-compilation of c:\Python26\lib\ftplib.py to ftplib.pyc
    skipping byte-compilation of c:\Python26\lib\functools.py to functools.pyc
    skipping byte-compilation of c:\Python26\lib\genericpath.py to genericpath.pyc
    skipping byte-compilation of c:\Python26\lib\getopt.py to getopt.pyc
    skipping byte-compilation of c:\Python26\lib\getpass.py to getpass.pyc
    skipping byte-compilation of c:\Python26\lib\gettext.py to gettext.pyc
    skipping byte-compilation of c:\Python26\lib\glob.py to glob.pyc
    skipping byte-compilation of c:\Python26\lib\gzip.py to gzip.pyc
    skipping byte-compilation of c:\Python26\lib\hashlib.py to hashlib.pyc
    skipping byte-compilation of c:\Python26\lib\heapq.py to heapq.pyc
    skipping byte-compilation of c:\Python26\lib\httplib.py to httplib.pyc
    skipping byte-compilation of c:\Python26\lib\inspect.py to inspect.pyc
    skipping byte-compilation of c:\Python26\lib\keyword.py to keyword.pyc
    skipping byte-compilation of c:\Python26\lib\linecache.py to linecache.pyc
    skipping byte-compilation of c:\Python26\lib\locale.py to locale.pyc
    skipping byte-compilation of c:\Python26\lib\logging\__init__.py to logging\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\macurl2path.py to macurl2path.pyc
    skipping byte-compilation of c:\Python26\lib\mimetools.py to mimetools.pyc
    skipping byte-compilation of c:\Python26\lib\mimetypes.py to mimetypes.pyc
    skipping byte-compilation of c:\Python26\lib\ntpath.py to ntpath.pyc
    skipping byte-compilation of c:\Python26\lib\nturl2path.py to nturl2path.pyc
    skipping byte-compilation of c:\Python26\lib\opcode.py to opcode.pyc
    skipping byte-compilation of c:\Python26\lib\optparse.py to optparse.pyc
    skipping byte-compilation of c:\Python26\lib\os.py to os.pyc
    skipping byte-compilation of c:\Python26\lib\os2emxpath.py to os2emxpath.pyc
    skipping byte-compilation of c:\Python26\lib\pdb.py to pdb.pyc
    skipping byte-compilation of c:\Python26\lib\pickle.py to pickle.pyc
    skipping byte-compilation of c:\Python26\lib\posixpath.py to posixpath.pyc
    skipping byte-compilation of c:\Python26\lib\pprint.py to pprint.pyc
    skipping byte-compilation of c:\Python26\lib\quopri.py to quopri.pyc
    skipping byte-compilation of c:\Python26\lib\random.py to random.pyc
    skipping byte-compilation of c:\Python26\lib\re.py to re.pyc
    skipping byte-compilation of c:\Python26\lib\repr.py to repr.pyc
    skipping byte-compilation of c:\Python26\lib\rfc822.py to rfc822.pyc
    skipping byte-compilation of c:\Python26\lib\sets.py to sets.pyc
    skipping byte-compilation of c:\Python26\lib\shlex.py to shlex.pyc
    skipping byte-compilation of c:\Python26\lib\shutil.py to shutil.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\cairo\__init__.py to cairo\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\glib\__init__.py to glib\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\glib\option.py to glib\option.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gobject\__init__.py to gobject\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gobject\constants.py to gobject\constants.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gobject\propertyhelper.py to gobject\propertyhelper.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gtk\__init__.py to gtk\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gtk\_lazyutils.py to gtk\_lazyutils.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gtk\deprecation.py to gtk\deprecation.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\gtk-2.0\gtk\keysyms.py to gtk\keysyms.pyc
    skipping byte-compilation of c:\Python26\lib\site-packages\pygtk.py to pygtk.pyc
    skipping byte-compilation of c:\Python26\lib\socket.py to socket.pyc
    skipping byte-compilation of c:\Python26\lib\sre.py to sre.pyc
    skipping byte-compilation of c:\Python26\lib\sre_compile.py to sre_compile.pyc
    skipping byte-compilation of c:\Python26\lib\sre_constants.py to sre_constants.pyc
    skipping byte-compilation of c:\Python26\lib\sre_parse.py to sre_parse.pyc
    skipping byte-compilation of c:\Python26\lib\ssl.py to ssl.pyc
    skipping byte-compilation of c:\Python26\lib\stat.py to stat.pyc
    skipping byte-compilation of c:\Python26\lib\string.py to string.pyc
    skipping byte-compilation of c:\Python26\lib\stringprep.py to stringprep.pyc
    skipping byte-compilation of c:\Python26\lib\struct.py to struct.pyc
    skipping byte-compilation of c:\Python26\lib\subprocess.py to subprocess.pyc
    skipping byte-compilation of c:\Python26\lib\tarfile.py to tarfile.pyc
    skipping byte-compilation of c:\Python26\lib\tempfile.py to tempfile.pyc
    skipping byte-compilation of c:\Python26\lib\textwrap.py to textwrap.pyc
    skipping byte-compilation of c:\Python26\lib\threading.py to threading.pyc
    skipping byte-compilation of c:\Python26\lib\token.py to token.pyc
    skipping byte-compilation of c:\Python26\lib\tokenize.py to tokenize.pyc
    skipping byte-compilation of c:\Python26\lib\traceback.py to traceback.pyc
    skipping byte-compilation of c:\Python26\lib\types.py to types.pyc
    skipping byte-compilation of c:\Python26\lib\unittest.py to unittest.pyc
    skipping byte-compilation of c:\Python26\lib\urllib.py to urllib.pyc
    skipping byte-compilation of c:\Python26\lib\urllib2.py to urllib2.pyc
    skipping byte-compilation of c:\Python26\lib\urlparse.py to urlparse.pyc
    skipping byte-compilation of c:\Python26\lib\uu.py to uu.pyc
    skipping byte-compilation of c:\Python26\lib\warnings.py to warnings.pyc
    skipping byte-compilation of c:\Python26\lib\weakref.py to weakref.pyc
    skipping byte-compilation of c:\Python26\lib\webbrowser.py to webbrowser.pyc
    skipping byte-compilation of c:\Python26\lib\xml\__init__.py to xml\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\NodeFilter.py to xml\dom\NodeFilter.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\__init__.py to xml\dom\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\domreg.py to xml\dom\domreg.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\expatbuilder.py to xml\dom\expatbuilder.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\minicompat.py to xml\dom\minicompat.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\minidom.py to xml\dom\minidom.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\pulldom.py to xml\dom\pulldom.pyc
    skipping byte-compilation of c:\Python26\lib\xml\dom\xmlbuilder.py to xml\dom\xmlbuilder.pyc
    skipping byte-compilation of c:\Python26\lib\xml\parsers\__init__.py to xml\parsers\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\xml\parsers\expat.py to xml\parsers\expat.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\__init__.py to xml\sax\__init__.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\_exceptions.py to xml\sax\_exceptions.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\expatreader.py to xml\sax\expatreader.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\handler.py to xml\sax\handler.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\saxutils.py to xml\sax\saxutils.pyc
    skipping byte-compilation of c:\Python26\lib\xml\sax\xmlreader.py to xml\sax\xmlreader.pyc
    skipping byte-compilation of c:\Python26\lib\xmllib.py to xmllib.pyc
    skipping byte-compilation of c:\Python26\lib\xmlrpclib.py to xmlrpclib.pyc
    *** copy extensions ***
    copying c:\Python26\DLLs\_hashlib.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\_socket.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\_ssl.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\bz2.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\pyexpat.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\select.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\DLLs\unicodedata.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\cairo\_cairo.pyd -> C:\ocpn\bin\dist\cairo._cairo.pyd
    copying c:\Python26\lib\site-packages\gtk-2.0\atk.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\glib\_glib.pyd -> C:\ocpn\bin\dist\glib._glib.pyd
    copying c:\Python26\lib\site-packages\gtk-2.0\gobject\_gobject.pyd -> C:\ocpn\bin\dist\gobject._gobject.pyd
    copying c:\Python26\lib\site-packages\gtk-2.0\gtk\_gtk.pyd -> C:\ocpn\bin\dist\gtk._gtk.pyd
    copying c:\Python26\lib\site-packages\gtk-2.0\gtk\glade.pyd -> C:\ocpn\bin\dist\gtk.glade.pyd
    copying c:\Python26\lib\site-packages\gtk-2.0\pango.pyd -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\pangocairo.pyd -> C:\ocpn\bin\dist
    *** copy dlls ***
    copying c:\Python26\python26.dll -> C:\ocpn\bin\dist
    setting sys.winver for 'C:\ocpn\bin\dist\python26.dll' to 'OPENCPLUSNET'
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libglade-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libfontconfig-1.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgobject-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgmodule-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libglib-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libatk-1.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libcairo-2.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgdk_pixbuf-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libpangocairo-1.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libpango-1.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgthread-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\zlib1.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libpangowin32-1.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgio-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgtk-win32-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\freetype6.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libgdk-win32-2.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libpangoft2-1.0-0.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libexpat-1.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libpng14-14.dll -> C:\ocpn\bin\dist
    copying c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\intl.dll -> C:\ocpn\bin\dist
    copying c:\Python26\w9xpopen.exe -> C:\ocpn\bin\dist
    *** copy data files ***
    copying terp.glade -> C:\ocpn\bin\dist\.
    copying flag.png -> C:\ocpn\bin\dist\.
    copying planning.glade -> C:\ocpn\bin\dist\.
    copying cal_entete.xpm -> C:\ocpn\bin\dist\.
    copying tinyerp_icon.png -> C:\ocpn\bin\dist\.
    copying tipoftheday.txt -> C:\ocpn\bin\dist\.
    copying tinyerp.png -> C:\ocpn\bin\dist\.
    copying Licence_CeCILL_V2-fr.txt -> C:\ocpn\bin\dist\.
    creating C:\ocpn\bin\dist\ical
    copying ical\FrenchHolidays.ics -> C:\ocpn\bin\dist\ical
    copying c:\Python26\lib\site-packages\py2exe\run_w.exe -> C:\ocpn\bin\dist\opencplusnet-client.exe
    The following modules appear to be missing
    ['_scproxy', 'gdk', 'win32api', 'win32com.client', 'glib.GError', 'glib.IOChannel', 'glib.IO_ERR', 'glib.IO_FLAG_APPEND', 'glib.IO_FLAG_GET_MASK', 'glib.IO_FLAG_IS_READABLE', 'glib.IO_FLAG_IS_SEEKABLE', 'glib.IO_FLAG_IS_WRITEABLE', 'glib.IO_FLAG_MASK', 'glib.IO_FLAG_NONBLOCK', 'glib.IO_FLAG_SET_MASK', 'glib.IO_HUP', 'glib.IO_IN', 'glib.IO_NVAL', 'glib.IO_OUT', 'glib.IO_PRI', 'glib.IO_STATUS_AGAIN', 'glib.IO_STATUS_EOF', 'glib.IO_STATUS_ERROR', 'glib.IO_STATUS_NORMAL', 'glib.Idle', 'glib.MainContext', 'glib.MainLoop', 'glib.OPTION_ERROR', 'glib.OPTION_ERROR_BAD_VALUE', 'glib.OPTION_ERROR_FAILED', 'glib.OPTION_ERROR_UNKNOWN_OPTION', 'glib.OPTION_FLAG_FILENAME', 'glib.OPTION_FLAG_HIDDEN', 'glib.OPTION_FLAG_IN_MAIN', 'glib.OPTION_FLAG_NOALIAS', 'glib.OPTION_FLAG_NO_ARG', 'glib.OPTION_FLAG_OPTIONAL_ARG', 'glib.OPTION_FLAG_REVERSE', 'glib.OPTION_REMAINING', 'glib.OptionContext', 'glib.OptionGroup', 'glib.PRIORITY_DEFAULT', 'glib.PRIORITY_DEFAULT_IDLE', 'glib.PRIORITY_HIGH', 'glib.PRIORITY_HIGH_IDLE', 'glib.PRIORITY_LOW', 'glib.Pid', 'glib.PollFD', 'glib.SPAWN_CHILD_INHERITS_STDIN', 'glib.SPAWN_DO_NOT_REAP_CHILD', 'glib.SPAWN_FILE_AND_ARGV_ZERO', 'glib.SPAWN_LEAVE_DESCRIPTORS_OPEN', 'glib.SPAWN_SEARCH_PATH', 'glib.SPAWN_STDERR_TO_DEV_NULL', 'glib.SPAWN_STDOUT_TO_DEV_NULL', 'glib.Source', 'glib.Timeout', 'glib.child_watch_add', 'glib.filename_display_basename', 'glib.filename_display_name', 'glib.filename_from_utf8', 'glib.get_application_name', 'glib.get_current_time', 'glib.get_prgname', 'glib.glib_version', 'glib.idle_add', 'glib.io_add_watch', 'glib.main_context_default', 'glib.main_depth', 'glib.markup_escape_text', 'glib.set_application_name', 'glib.set_prgname', 'glib.source_remove', 'glib.spawn_async', 'glib.timeout_add', 'glib.timeout_add_seconds', 'glib.uri_list_extract_uris']

    *** binary dependencies ***
    Your executable(s) also depend on these dlls which are not included,
    you may or may not need to distribute them.

    Make sure you have the license if you distribute any of them, and
    make sure you don't distribute files belonging to the operating system.

    USP10.DLL - C:\WINDOWS\system32\USP10.DLL
    USER32.dll - C:\WINDOWS\system32\USER32.dll
    gdiplus.dll - gdiplus.dll
    SHELL32.DLL - C:\WINDOWS\system32\SHELL32.DLL
    OLE32.dll - C:\WINDOWS\system32\OLE32.dll
    SHLWAPI.DLL - C:\WINDOWS\system32\SHLWAPI.DLL
    WSOCK32.dll - C:\WINDOWS\system32\WSOCK32.dll
    COMDLG32.DLL - C:\WINDOWS\system32\COMDLG32.DLL
    ADVAPI32.DLL - C:\WINDOWS\system32\ADVAPI32.DLL
    DNSAPI.DLL - C:\WINDOWS\system32\DNSAPI.DLL
    msvcrt.dll - C:\WINDOWS\system32\msvcrt.dll
    WS2_32.dll - C:\WINDOWS\system32\WS2_32.dll
    WINSPOOL.DRV - C:\WINDOWS\system32\WINSPOOL.DRV
    GDI32.dll - C:\WINDOWS\system32\GDI32.dll
    IMM32.DLL - C:\WINDOWS\system32\IMM32.DLL
    KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
    COMCTL32.DLL - C:\WINDOWS\system32\COMCTL32.DLL
    libxml2-2.dll - c:\Python26\lib\site-packages\gtk-2.0\runtime\bin\libxml2-2.dll
    MSIMG32.DLL - C:\WINDOWS\system32\MSIMG32.DLL

  3. #3
    Membre éclairé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2008
    Messages
    327
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Seine et Marne (Île de France)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2008
    Messages : 327
    Par défaut
    Bonjour,

    Il ne faut pas activé le bundle_files avec py2exe pour que cela marche...

    J'ai eu ce probleme et j'ai fais tous les forums pour trouver une solution, il n'y en a pas, bundle_files=3

    Bonne continuation

    Mickael

Discussions similaires

  1. Erreur fichier .exe après compilation py2exe
    Par reaver56 dans le forum Général Python
    Réponses: 7
    Dernier message: 04/02/2014, 11h02
  2. Réponses: 1
    Dernier message: 02/06/2010, 09h01
  3. Dysfonctionnement après compilation en exe avec py2exe
    Par steph70 dans le forum Général Python
    Réponses: 1
    Dernier message: 26/05/2010, 10h37
  4. Problême après compilation du projet !
    Par Osiris26 dans le forum Access
    Réponses: 3
    Dernier message: 01/11/2005, 00h45
  5. Problème X après compilation noyau 2.6.13.2
    Par nicodeme dans le forum Applications et environnements graphiques
    Réponses: 9
    Dernier message: 08/10/2005, 14h41

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo