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
AttributeError: module 'xmlrpc' has no attribute 'DateTime'
nameError: name 'basestring' is not defined
ModuleNotFoundError: No module named 'xmlrpclib'
.......
Some errors can be solved by changing module names or parameters as in python 3. So I think these errors are caused by the python version. But there are still many errors. How can I solve all these errors?
I use python3.8, ckan2.9.
Thanks for any reply
The text was updated successfully, but these errors were encountered:
If you installed the plugin by 'pip install ckanext-geoview' then you have 0.0.16 version, on GitHub is available a newer one: 0.0.17, which is more suitable for python3 and ckan2.9.
After installing the geoview, and add the plugin in ckan.ini, when I run ckan, there are many errors. Such as:
.......
Some errors can be solved by changing module names or parameters as in python 3. So I think these errors are caused by the python version. But there are still many errors. How can I solve all these errors?
I use python3.8, ckan2.9.
Thanks for any reply
The text was updated successfully, but these errors were encountered: