Jump to content

Py file works - exe doesn't


Recommended Posts

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?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...