After installing Python-sql, and ZMysqlDA, creating the database structuree,
now I have this error.
I had done a bad trick: as I have python 1.5 in my system, and I use binary Zope 2.4.0, I lacked some headers for compiling sql-python for the python 2 which cames inside Zope, so I used those of python 1.5 (Python.h and structmember.h). It compiled well, and I though I was a winner...
But can be this causing this error ?? :::
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: TypeError
Error Value: no default type converter defined
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience.
Traceback (innermost last):
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 187, in publish
File /home/julian/Zope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 171, in publish
File /home/julian/Zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
(Object: manage_add_mysqlUserFolder)
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 112, in call_object
(Object: manage_add_mysqlUserFolder)
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/mysqlUserFolder.py, line 43, in manage_add_mysqlUserFolder
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/mysqlUserFolder.py, line 207, in _addRoles
(Object: RoleManager)
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/vdb.py, line 43, in list_rolenames
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 162, in list_rolenames
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 89, in __query_list_field
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 76, in __do_query
File /home/julian/Zope/lib/python2.1/site-packages/MySQLdb/cursors.py, line 66, in execute
File /home/julian/Zope/lib/python2.1/site-packages/MySQLdb/connections.py, line 103, in literal
TypeError: (see above)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After installing Python-sql, and ZMysqlDA, creating the database structuree,
now I have this error.
I had done a bad trick: as I have python 1.5 in my system, and I use binary Zope 2.4.0, I lacked some headers for compiling sql-python for the python 2 which cames inside Zope, so I used those of python 1.5 (Python.h and structmember.h). It compiled well, and I though I was a winner...
But can be this causing this error ?? :::
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: TypeError
Error Value: no default type converter defined
Troubleshooting Suggestions
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the HTML source for this page.
If the error persists please contact the site maintainer. Thank you for your patience.
Traceback (innermost last):
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 187, in publish
File /home/julian/Zope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 171, in publish
File /home/julian/Zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
(Object: manage_add_mysqlUserFolder)
File /home/julian/Zope/lib/python/ZPublisher/Publish.py, line 112, in call_object
(Object: manage_add_mysqlUserFolder)
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/mysqlUserFolder.py, line 43, in manage_add_mysqlUserFolder
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/mysqlUserFolder.py, line 207, in _addRoles
(Object: RoleManager)
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/vdb.py, line 43, in list_rolenames
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 162, in list_rolenames
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 89, in __query_list_field
File /home/julian/Zope/lib/python/Products/mysqlUserFolder/db.py, line 76, in __do_query
File /home/julian/Zope/lib/python2.1/site-packages/MySQLdb/cursors.py, line 66, in execute
File /home/julian/Zope/lib/python2.1/site-packages/MySQLdb/connections.py, line 103, in literal
TypeError: (see above)