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 get error 'ImportError: No module named 'StringIO'.
Also I get 'no module named yaml'
I made a fix for both cases. However, It seems I don't have rights to push the fixes to the repository, can you help me on this?
Another thing that is happening, pip install django-admin-exporter install the lib in a state which has mimetype instead of content_type and get 'init() got an unexpected keyword argument 'mimetype', but when I cloned the repository this was already fixed. I don't what is the last version, but pip install django-admin-exporter without putting the version gets a version that has the mimetype error.
The text was updated successfully, but these errors were encountered:
Can you share the fix? I am using python3.5 and even though I changes from StringIO to io, I now get the following issue:
Exception Value:
string argument expected, got 'bytes'
I get error 'ImportError: No module named 'StringIO'.
Also I get 'no module named yaml'
I made a fix for both cases. However, It seems I don't have rights to push the fixes to the repository, can you help me on this?
Another thing that is happening, pip install django-admin-exporter install the lib in a state which has mimetype instead of content_type and get 'init() got an unexpected keyword argument 'mimetype', but when I cloned the repository this was already fixed. I don't what is the last version, but pip install django-admin-exporter without putting the version gets a version that has the mimetype error.
The text was updated successfully, but these errors were encountered: