I have my project working on my pc. I am trying to transfer it on different PC. I have every package installed in virtualenvironment like flask, flask-security etc and it works great on my pc.
But when I transfer it to other pc it fails. It cannot even import the Flask and fails with .
(env) E:\quickAuto>env\Scripts\python.exe
Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bi
t (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. from flask import Flask
Traceback (most recent call last): File "", line 1, in File "E:\quickAuto\env\lib\site-packages\flask__init__.py", line 17, in from werkzeug.exceptions import abort File "E:\quickAuto\env\lib\site-packages\werkzeug__init__.py", line 151, in import('werkzeug.exceptions') File "E:\quickAuto\env\lib\site-packages\werkzeug\exceptions.py", line 67,
in from werkzeug._internal import _get_environ File "E:\quickAuto\env\lib\site-packages\werkzeug_internal.py", line 12, in import string ModuleNotFoundError: No module named 'string'