Dear all, I am new PyInstaller user. I made PyQt4 application, following Eric IDE tutorial http://eric-ide.python-projects.org/tutorials/MiniBrowser/index.html. The scripts I put in C:\Users\Mico\learn\minibrowser.
I unzipped PyInstaller into C:\pyinstaller. I run Configure.py. Then I go into minibroser directory. I run: python C:\pyinstaller\Makespec.py minibrowser.py to make spec file. After that I run python C: \pyinstaller\Build.py minibrowser.spec. When I tried to run minibrowser.exe appear error messages: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name QtCore In minibrowser directory there is warnminibrowser.txt containing: W: no module named posix (conditional import by os) W: no module named org (top-level import by copy) W: no module named posix (delayed, conditional import by iu) W: no module named pwd (delayed, conditional import by posixpath) W: no module named _emx_link (conditional import by os) W: delayed __import__ hack detected at line 0 - encodings (C: \Python25\lib\encodings\__init__.pyc) W: delayed eval hack detected at line 0 - os (C:\Python25\lib\os.pyc) W: delayed conditional exec statement detected at line 0 - iu (c: \pyinstaller-1.3\iu.pyc) W: delayed conditional exec statement detected at line 0 - iu (c: \pyinstaller-1.3\iu.pyc) Any suggestion how to solve it? Sorry for the long email. regards, Mico -- 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.
