thats very strange, --verbose should have everything dumping out. do you have sqlite installed ? if you just run with no dburi at all what do you get ? (maybe windows is making somehting different, not sure)

as a last resort try removing the "sys.stdout" redirect stuff at the top of test/testbase.py...not sure why that wouldnt be working though....



On May 30, 2006, at 9:39 AM, Brad Clements wrote:

On 29 May 2006 at 18:38, Michael Bayer wrote:

 python test/query.py --dburi=firebird://some_firebird_url --verbose

All I get is:


E:\prj\src\sqlalchemy>python test\query.py --dburi=firebird:// sysdba:[EMAIL PROTECTED]/e:/temp/p2p.gdb --verbose
ERROR
test_column_accessor (__main__.QueryTest) ... ERROR
ERROR
test_column_accessor_shadow (__main__.QueryTest) ... ERROR
ERROR
test_column_order_with_simple_query (__main__.QueryTest) ... ERROR
ERROR
test_column_order_with_text_query (__main__.QueryTest) ... ERROR
ERROR
test_items (__main__.QueryTest) ... ERROR
ERROR
test_keys (__main__.QueryTest) ... ERROR
ERROR
test_len (__main__.QueryTest) ... ERROR
ERROR
testdelete (__main__.QueryTest) ... ^C

(hangs there for a long time)

So, echo=True I guess in testbase.py, but I don't see engine output. And
"ERROR" is pretty vague.

Where do all the tracebacks go?

How come I don't see any engine output?




--
Brad Clements,                [EMAIL PROTECTED]    (315)268-1000
http://www.murkworks.com
AOL-IM or SKYPE: BKClements




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel? cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to