Finally fixed this issue. As it turns out, this was fixed in the develop branch of PyInstaller via this <https://github.com/pyinstaller/pyinstaller/blob/develop/PyInstaller/hooks/hook-cryptography.py> file addition. All I had to do was uninstall PyInstaller via pip and reinstall by cloning the repo and manually installing. After that the following command produced an executable that ran with no errors: $ pyinstaller --onefile testcase.py
The only thing that still bothers me is that the master branch is a year old already. -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
