[PyQt] pyqtdeploy and urllib3 package problem

wengo dada20042030 at gmail.com
Wed Oct 5 13:02:41 BST 2016


hi all,

i already static compiling python 2.7.11, qt 4.8.6, sip 4.17, pyqt 4.11

i use pyqtdeploy gui make a exe,

when i run the exe, i get error message like this :
================================
Traceback (most recent call last):
  File "test.py", line 3, in <module>
  File ":/urllib3/__init__.py", line 8, in <module>
  File ":/urllib3/connectionpool.py", line 11, in <module>
  File ":/urllib3/exceptions.py", line 2, in <module>
  File ":/urllib3/packages/six.py", line 203, in load_module
  File ":/urllib3/packages/six.py", line 115, in _resolve
  File ":/urllib3/packages/six.py", line 82, in _import_module
  File ":/httplib.py", line 80, in <module>
  File ":/mimetools.py", line 6, in <module>
  File ":/tempfile.py", line 35, in <module>
  File ":/random.py", line 885, in <module>
  File ":/random.py", line 97, in __init__
  File ":/random.py", line 113, in seed
N0RcÜ[sError: [Error 126] ~b
==============================
my test.py codes :

import urllib3
print 'test'
===============================

what is problem?
anybody help me?




--
View this message in context: http://python.6.x6.nabble.com/pyqtdeploy-and-urllib3-package-problem-tp5201124.html
Sent from the PyQt mailing list archive at Nabble.com.


More information about the PyQt mailing list