Hi, i built the exe with cx_freeze and when i launch the application i have an 
error in import urllib.request:
"Import error: No module named email"

Python 3.4
Pyqt5 program
Install cx_freeze from here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze
cx_Freeze‑4.3.4‑cp34‑none‑win_amd64.whl
(due a problem that i found the solution here:
http://stackoverflow.com/questions/23920073/cx-freeze-error-python-34)

I tried with 

import urllib.request

and with 

from urllib.request import (
    ProxyHandler, HTTPBasicAuthHandler, HTTPHandler, build_opener, 
    install_opener, urlopen
    )

same result, cannot find the module "email"

The email module is present here:
"C:\Python34\Lib\email"


Thanks in advance for any suggestion


-- 
Dimitrios Glentadakis 

------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to