Hello,
I'm using pyinstaller2.6 on windows (from branches_py26win-r812.zip).
I'm getting import error like in subject after packing my code. Imports
in the code:
import urllib2
from lxml import etree
import json
import subprocess
import os
import sys
import ConfigParser
import wx
import hashlib
I have added hooks for _socket and socket, but it didn't help.
warnfile contains smth about "delayed exec" on socket.py:
W: delayed exec statement detected at line 0 - socket
(C:\Python26\lib\socket.pyc)
Full warn file:
W: no module named posix (conditional import by os)
W: no module named readline (delayed, conditional import by cmd)
W: no module named rourl2path (conditional import by urllib)
W: no module named readline (delayed import by pdb)
W: no module named pwd (delayed, conditional import by posixpath)
W: no module named _scproxy (conditional import by urllib)
W: no module named org (top-level import by pickle)
W: no module named _dummy_threading (top-level import by dummy_threading)
W: no module named pwd (delayed import by getpass)
W: no module named posix (delayed, conditional import by iu)
W: no module named EasyDialogs (conditional import by getpass)
W: no module named SOCKS (top-level import by ftplib)
W: no module named termios (top-level import by getpass)
W: no module named fcntl (conditional import by subprocess)
W: no module named org (top-level import by copy)
W: no module named _emx_link (conditional import by os)
W: no module named fcntl (top-level import by tempfile)
W: no module named AES (delayed, conditional import by archive)
W: __all__ is built strangely at line 0 - dummy_threading
(C:\Python26\lib\dummy_threading.pyc)
W: delayed exec statement detected at line 0 - bdb
(C:\Python26\lib\bdb.pyc)
W: delayed eval hack detected at line 0 - bdb (C:\Python26\lib\bdb.pyc)
W: delayed eval hack detected at line 0 - bdb (C:\Python26\lib\bdb.pyc)
W: delayed __import__ hack detected at line 0 - optparse
(C:\Python26\lib\optparse.pyc)
W: delayed conditional __import__ hack detected at line 0 - doctest
(C:\Python26\lib\doctest.pyc)
W: delayed exec statement detected at line 0 - doctest
(C:\Python26\lib\doctest.pyc)
W: delayed conditional __import__ hack detected at line 0 - doctest
(C:\Python26\lib\doctest.pyc)
W: __all__ is built strangely at line 0 - tokenize
(C:\Python26\lib\tokenize.pyc)
W: delayed __import__ hack detected at line 0 - pickle
(C:\Python26\lib\pickle.pyc)
W: delayed __import__ hack detected at line 0 - pickle
(C:\Python26\lib\pickle.pyc)
W: delayed __import__ hack detected at line 0 - encodings
(C:\Python26\lib\encodings\__init__.pyc)
W: __all__ is built strangely at line 0 - dis (C:\Python26\lib\dis.pyc)
W: top-level exec statement detected at line 0 - hashlib
(C:\Python26\lib\hashlib.pyc)
W: top-level conditional exec statement detected at line 0 - hashlib
(C:\Python26\lib\hashlib.pyc)
W: delayed conditional eval hack detected at line 0 - warnings
(C:\Python26\lib\warnings.pyc)
W: delayed conditional __import__ hack detected at line 0 - warnings
(C:\Python26\lib\warnings.pyc)
W: delayed __import__ hack detected at line 0 - email
(C:\Python26\lib\email\__init__.pyc)
W: __all__ is built strangely at line 0 - wx
(C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.pyc)
W: __all__ is built strangely at line 0 - wx
(C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\__init__.pyc)
W: delayed exec statement detected at line 0 - pdb
(C:\Python26\lib\pdb.pyc)
W: delayed conditional eval hack detected at line 0 - pdb
(C:\Python26\lib\pdb.pyc)
W: delayed eval hack detected at line 0 - pdb (C:\Python26\lib\pdb.pyc)
W: delayed conditional eval hack detected at line 0 - pdb
(C:\Python26\lib\pdb.pyc)
W: delayed eval hack detected at line 0 - pdb (C:\Python26\lib\pdb.pyc)
W: delayed conditional __import__ hack detected at line 0 - unittest
(C:\Python26\lib\unittest.pyc)
W: delayed conditional __import__ hack detected at line 0 - unittest
(C:\Python26\lib\unittest.pyc)
W: delayed conditional exec statement detected at line 0 - iu
(C:\Python26\pyinstaller\iu.pyc)
W: delayed conditional exec statement detected at line 0 - iu
(C:\Python26\pyinstaller\iu.pyc)
W: __all__ is built strangely at line 0 - collections
(C:\Python26\lib\collections.pyc)
W: delayed exec statement detected at line 0 - collections
(C:\Python26\lib\collections.pyc)
W: delayed exec statement detected at line 0 - socket
(C:\Python26\lib\socket.pyc)
W: delayed eval hack detected at line 0 - os (C:\Python26\lib\os.pyc)
W: __all__ is built strangely at line 0 - __future__
(C:\Python26\lib\__future__.pyc)
W: delayed eval hack detected at line 0 - gettext
(C:\Python26\lib\gettext.pyc)
--
Regards,
mk
--
Premature optimization is the root of all fun.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.