Hello, i have used pyinstaller for a long time with different 
python-programs but now i run in trouble afer a exe-compilation:

I got this error-message:
File "StockVal.py", line 46, in <module>
    engine = create_engine 
("mysql+pymysql://rapid_Reader:xyz#@nl1-ss18.a2hosting.com/xyz_stockdb")
  File "sqlalchemy\engine\__init__.py", line 500, in create_engine
  File "sqlalchemy\engine\strategies.py", line 87, in create
  File "sqlalchemy\dialects\mysql\pymysql.py", line 62, in dbapi
ModuleNotFoundError: No module named 'pym

I made the compilation (as always with other python-programs) with:
pyinstaller --onefile --hidden-import pycountry --exclude-module matplotlib 
StockVal.py

I also tried::
pyinstaller --onefile --hidden-import pycountry --exclude-module pymysql 
StockVal.py

Tried also to reinstall pymysql on the cmd - but doesn´t help either...
C:\Users\Polzi>pip install pymysql
Requirement already satisfied: pymysql in 
c:\users\polzi\appdata\local\programs\python\python37\lib\site-packages 
(0.10.0)







-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/5d825260-5d4b-46ab-afb5-93381528fcf1n%40googlegroups.com.

Reply via email to