You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: