Does the usual --hidden-import pym not do the job? If not can you run
python -c "import pym" and python -m PyInstaller --onefile --hidden-import pycountry --exclude-module matplotlib StockVal.py and report the results for each. -- 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/ce135742-976f-4174-9b2f-dd6632d280acn%40googlegroups.com.
