[sqlalchemy] Re: Sqlalchemy and python 3

2010-01-05 Thread batok
Replace what line? In properties.py ? On Jan 5, 10:42 am, Antoine Pitrou solip...@pitrou.net wrote: Le mardi 05 janvier 2010 à 11:32 -0500, Michael Bayer a écrit : its likely a line which needs a PY3K/PY2K directive. Or simply replace it with `NoneType = type(None)`. -- You received this

[sqlalchemy] Re: Sqlalchemy and python 3

2010-01-05 Thread batok
2010 à 10:07 -0800, batok a écrit : Replace what line?  In properties.py ? On Jan 5, 10:42 am, Antoine Pitrou solip...@pitrou.net wrote: Le mardi 05 janvier 2010 à 11:32 -0500, Michael Bayer a écrit : its likely a line which needs a PY3K/PY2K directive. Or simply replace