Yes! That was just it. Downloaded: MySQL-python-1.2.3.tar.gz unpacked it and ran: python setup.py install restarted apache and it started working again :-D
thanks Erlend On Apr 12, 1:26 pm, Christian Boos <[email protected]> wrote: > On 4/12/2011 1:07 PM, Erlend Sannerud wrote: > > > ... > > TypeError: sequence item 1: expected string, array.array found > > > System Information: > > ... > > MySQL server: "5.0.77", client: "5.0.77", thread-safe: 0 > > MySQLdb 1.2.1 > > This is a known issue with this version of the MySQL bindings for Python. > Seehttp://trac.edgewall.org/wiki/MySqlDb#MySQLdb > > Also, when you build the new version, pay attention to build it as > thread-safe as explained in the above page (I see thread-safe: 0 in the > above; this is also known to lead to problems). > > -- Christian -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
