[: 44: ==: unexpected operator /usr/lib/python2.5/site-packages/nose-1.0.0-py2.5.egg/nose/plugins/multiprocess.py:120: RuntimeWarning: multiprocessing module is not available, multiprocess plugin cannot be used "cannot be used", RuntimeWarning) ...........E............................................................. ====================================================================== ERROR: testRun (web2py.gluon.tests.test_dal.TestFields) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mdipierro/web2py/gluon/tests/test_dal.py", line 130, in testRun self.assertEqual(db().select(db.t.a)[0].a, t0) File "/home/mdipierro/web2py/gluon/dal.py", line 7377, in select return adapter.select(self.query,fields,attributes) File "/home/mdipierro/web2py/gluon/dal.py", line 1309, in select rows = response(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1299, in response self.execute(sql) File "/home/mdipierro/web2py/gluon/dal.py", line 1386, in execute return self.log_execute(*a, **b) File "/home/mdipierro/web2py/gluon/dal.py", line 1380, in log_execute ret = self.cursor.execute(*a, **b) File "/usr/lib/python2.5/sqlite3/dbapi2.py", line 63, in convert_date return datetime.date(*map(int, val.split("-"))) ValueError: invalid literal for int() with base 10: '21 10:30:55' ---------------------------------------------------------------------- Ran 73 tests in 2.468s FAILED (errors=1)