FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Error after upgrading to 1.6.3 on Ubuntu 16.04 #161

Closed junpataleta closed 6 years ago

junpataleta commented 6 years ago

On Ubuntu 16.04, I upgraded MDK to 1.6.3. After the upgrade, I got the following error:

AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

The workaround is to reinstall pyopenssl. (Upgrading could have probably worked too.)

FMCorz commented 6 years ago

Closing this, as it seems to fix itself when re-installing the requirements. Thanks.