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
cryptography is an essential module in my kivy / twisted / pyOpenSSL based app.
Building finally succeeded (it wasn't straightforward) but now we are run time testing.
Thanks to a tip from "tshirtman" I had a meaningful rpdb interactive session as follows:
This ImportError indicates that python was not able to get the module code! Not that a file is missing...
Since the same cryptography module (github master) works well in Linux I tend to believe that our stale Python version 2.7.2 is to blame... (Ubuntu is using 2.7.14). Or, do you have another idea?
Thanks, Enoch.
The text was updated successfully, but these errors were encountered:
I don't know what's wrong here, is there a reason you think it must be the python version at fault? What is the full traceback (including details other than the plain ImportError statement)?
To answer the question though, I don't intend to update the python2 version any time soon. It would be quite complicated, and I'd rather work on improving the python3 support. If somebody does it, a PR would potentially be accepted.
Hi fellows,
cryptography is an essential module in my kivy / twisted / pyOpenSSL based app.
Building finally succeeded (it wasn't straightforward) but now we are run time testing.
Thanks to a tip from "tshirtman" I had a meaningful rpdb interactive session as follows:
This ImportError indicates that python was not able to get the module code! Not that a file is missing...
Since the same cryptography module (github master) works well in Linux I tend to believe that our stale Python version 2.7.2 is to blame... (Ubuntu is using 2.7.14). Or, do you have another idea?
Thanks, Enoch.
The text was updated successfully, but these errors were encountered: