Martijn Faassen wrote: > > Michael Bayer wrote: >> 1. whats this ? >> >> File "bin/devpython", line 25, in ? >> execfile(sys.argv[0]) > > That's a buildout-generated Python script that just controls what's on > the python path. It effectively behaves like the Python interpreter. > I've never had any problems with it before in the past. I used it here > much like one would use a virtualenv. > > Just to doublecheck, I've just also run it in a Python 2.5 virtualenv > instead (with SQLAlchemy and pysqlite easy_installed). Same problem. > >> 2. are you running with a clean build of SQLAlchemy ? > > Yes, I've tried it with a clean trunk checkout as well as a clean build > of SQLAlchemy 0.5.5. On two different machines (Linux Ubuntu both, but > one's Ubuntu Hardy and the other Ubuntu Jaunty). The Python 2.4 that I > tested with is hand-compiled though, not the system Python.
does this occur with an entirely vanilla python 2.5 or 2.6 using the builtin sqlite3 ? or is it specific to a separately installed pysqlite ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
