Getting ModuleNotFoundError: No module named 'pymysql'
16 views
Skip to first unread message
aaj Isl
unread,
Oct 31, 2019, 8:09:15 AM10/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
When executable is generated following error can be seen in CMD.
Traceback (most recent call last): File "export_members.py", line 2, in <module> ModuleNotFoundError: No module named 'pymysql' [3244] Failed to execute script export_members
Is there a way to specify this to be part of the final package?