Open jimbod777 opened 2 years ago
I made an attempt with py2exe and pyinstaller on a Windows 10 workstation and in both cases when running the generated exe they failed to run and encountered an exception when importing scrypt.
This leads me to believe that there is an issue with converting the underlying libraries that the scrypt library uses which I have experienced with other libraries in the past. Troubleshooting that is a bit beyond the scope of this project in my opinion.
I am not sure that we want to support the conversion of this package to an exe past its pure python implementation unless @BrettVerney feels this is an important addition.
I like the program and was wondering if anyone has had the opportunity to convert this program into an exe using py2exe. It would be a nice to have.