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
Hello -
thank you for your library - very useful !
I report an issue that I discover recently after an ubuntu migration from bionic to focal which migrates python3.6 to python3.8.
I installed pyoai, but there is a problem with oaipmh/server.py that uses cgi.parse_qs:
AttributeError: module 'cgi' has no attribute 'parse_qs'
Hello -
thank you for your library - very useful !
I report an issue that I discover recently after an ubuntu migration from bionic to focal which migrates python3.6 to python3.8.
I installed pyoai, but there is a problem with oaipmh/server.py that uses cgi.parse_qs:
AttributeError: module 'cgi' has no attribute 'parse_qs'
It seems that the method is deprecated - see eventlet/eventlet#580
Thank for your development,
Gilles Landais
The text was updated successfully, but these errors were encountered: