GoogleMe Posted May 9, 2019 Share Posted May 9, 2019 I made a little script with python 2.7 that receive connections from clients and i found a way finaly to encrypt everything with AES-256 bit.. ( the scripts should work as usual ) The encrypted file worked well in idle/pycharm but when i tried to convert it to exe with pyinstaller i got an error relates to ntpath.py Object type NoneType has no len().. And it refused to create the file i tried many version of pyinstaller is there anything else i need to install(c++ compiler / pywin32 ..) pyinstaller works i tried to convert something that does not have crypto inside and it worked i think its about the cryptography that refused to make it executable Any help? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.