I think the problem is that it not finding any driver. It is not even defining db. Did the old dal worked with jython.
good pypy works for you. It crashes with "segmentation fault" on me. On Dec 9, 11:17 pm, Michael McGinnis <[email protected]> wrote: > I've never used either one before. But no errors on pypy-1.4. > For jython-2.5.2rc2, here is a typical message, apparently one of 77: > ********************************************************************** > File "dal.py", line 4874, in __main__.test_all > Failed example: > db.paper.drop() > Exception raised: > Traceback (most recent call last): > File "/home/michael/jython2.5.2rc2/Lib/doctest.py", line 1235, > in _DocTestRunner__run > exec compile(example.source, filename, "single", > File "<doctest __main__.test_all[63]>", line 1, in <module> > db.paper.drop() > NameError: name 'db' is not defined > ********************************************************************** > 2 items had failures: > 15 of 15 in __main__ > 62 of 64 in __main__.test_all > ***Test Failed*** 77 failures. > > On Dec 8, 9:28 pm, mdipierro <[email protected]> wrote: > > > Can you try jython and pypy and do > > > jython dal.py > > pypy dal.py > > > Please report any error. > > > Massimo > >

