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've made some testing trying to replace pycrypto inside our software.
With the latest release of pycryptodome I've got different error than the one reported in #14
the exe is builded correctly but when I launch it I've got this stacktrace:
Traceback (most recent call last):
File "__main__.py", line 555, in <module>
File "__main__.py", line 120, in bootstrap
File "__main__.py", line 144, in chainload
File "__main__.py", line 551, in _chainload
File "myapp.pyw", line 35, in <module>
File "zipextimporter.pyc", line 82, in load_module
File "Crypto\Cipher\__init__.pyc", line 3, in <module>
File "zipextimporter.pyc", line 82, in load_module
File "Crypto\Cipher\_mode_ecb.pyc", line 29, in <module>
File "zipextimporter.pyc", line 82, in load_module
File "Crypto\Util\_raw_api.pyc", line 161, in <module>
File "ctypes\__init__.pyc", line 375, in __getattr__
File "ctypes\__init__.pyc", line 380, in __getitem__
AttributeError: function 'PyObject_GetBuffer' not found
any suggestions?
The text was updated successfully, but these errors were encountered:
unfortunately our software used esky (now a defunct project) which is not working with pyinstaller.
I could give a try to change our deploy chain with more modern tools but that is outside the scope of this issue.
Given the fact that is not related to pycryptodome I'm closing this issue. Thanks
I've made some testing trying to replace pycrypto inside our software.
With the latest release of pycryptodome I've got different error than the one reported in #14
My enviroment is the following:
the exe is builded correctly but when I launch it I've got this stacktrace:
any suggestions?
The text was updated successfully, but these errors were encountered: