0.2.3 will not compile in python2.3

Issue #218 resolved
Former user created an issue

sqlalchemy/ext/activemapper.py will not compile in python2.3 because of first line

import (foo, bar)

syntax is invalid in python v2.3

please remove brackets and all will work again

Comments (3)

  1. Former user Account Deleted

    but a better idea would be bumping requirements to python2.4 since not all functions are working with python2.3 :(

    see orm/mapper.py file as an example (line 480): init.name = oldinit.name (TypeError: readonly attribute)

  2. Log in to comment