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 <[email protected]> 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 message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
