[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

Re: [sqlalchemy] Re: Sqlalchemy and python 3

2010-01-05 Thread Antoine Pitrou
The line that tries to import NoneType from the types module. I can't tell you which one exactly, I have never read the code, but it should be trivial :-) Le mardi 05 janvier 2010 à 10:07 -0800, batok a écrit : Replace what line? In properties.py ? On Jan 5, 10:42 am, Antoine Pitrou

[sqlalchemy] Re: Sqlalchemy and python 3

2010-01-05 Thread batok
I replace the line and reinstall and works fine. Tks. On Jan 5, 12:18 pm, Antoine Pitrou solip...@pitrou.net wrote: The line that tries to import NoneType from the types module. I can't tell you which one exactly, I have never read the code, but it should be trivial :-) Le mardi 05 janvier