This seems to be related to http://bugs.python.org/issue15610 Deleting oursqlx/oursql.c so it gets regenerated by Cython fixes the issue, so the shipped C file should be updated.
** Bug watch added: Python Roundup #15610 http://bugs.python.org/issue15610 -- You received this bug notification because you are a member of Agesys Team, which is subscribed to oursql. https://bugs.launchpad.net/bugs/1067767 Title: py3k branch does not work with python 3.3 Status in oursql: New Bug description: I upgraded to Python 3.3, now oursql stopped working: Python 3.3.0 (default, Sep 29 2012, 15:50:43) [GCC 4.7.1 20120721 (prerelease)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import oursql Traceback (most recent call last): File "<stdin>", line 1, in <module> File "oursql.pyx", line 52, in init oursql (oursqlx/oursql.c:23138) ValueError: level must be >= 0 MySQL 5.5.28, oursql 0.9.3 (py3k branch) To manage notifications about this bug go to: https://bugs.launchpad.net/oursql/+bug/1067767/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~agesys-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~agesys-dev More help : https://help.launchpad.net/ListHelp

