Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-08-01 Thread Charles Duffy
Pierre Vaudrey wrote: > ImportError: Failure linking new module: /Users/pierreva/.python-eggs/ > pysqlite-2.3.2-py2.4-macosx-10.4-ppc.egg-tmp/pysqlite2/_sqlite.so: > Symbol not found: _sqlite3_transfer_bindings >Referenced from: /Users/pierreva/.python-eggs/pysqlite-2.3.2-py2.4- > macosx-10

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Pierre Vaudrey
Le 1 août 06 à 06:29, Jonathan Ellis a écrit : > Google seems to think this means that your sqlite library is too > old for the version of pysqlite you are using. >>> from pysqlite2 import test >>> test.test()

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Jonathan Ellis
Google seems to think this means that your sqlite library is too old for the version of pysqlite you are using.On 7/31/06, Pierre Vaudrey < [EMAIL PROTECTED]> wrote:Le 31 juil. 06 à 19:22, Jonathan Ellis a écrit : > Something is screwed up with your sqlite install...  Try this in a> standalone scri

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Pierre Vaudrey
Le 31 juil. 06 à 19:22, Jonathan Ellis a écrit : > Something is screwed up with your sqlite install... Try this in a > standalone script; > > from pysqlite2 import dbapi2 as sqlite > > My guess is this won't work for whatever reason, so SA is trying to > use sqlite 1 instead and running into

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Jonathan Ellis
On 7/31/06, Pierre Vaudrey <[EMAIL PROTECTED]> wrote: Before I use SQLAlchemy with Turbogears, I'm playing with SQLAlchemytutorial.I'm on mac os x 10.4.7, have installed SQLite version 3.2.2. But Irun firststeps.py with the following error :$ python firststeps.py Traceback (most recent call last): 

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Pierre Vaudrey
Le 31 juil. 06 à 14:19, Charles Duffy a écrit : > Which version of pysqlite did you install? pysqlite2 is best- > supported. 2.3.2 Pierre - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsa

Re: [Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Charles Duffy
Pierre Vaudrey wrote: > Before I use SQLAlchemy with Turbogears, I'm playing with SQLAlchemy > tutorial. > I'm on mac os x 10.4.7, have installed SQLite version 3.2.2. But I > run firststeps.py with the following error : Which version of pysqlite did you install? pysqlite2 is best-supported.

[Sqlalchemy-users] SQLAchemy tutorial

2006-07-31 Thread Pierre Vaudrey
Before I use SQLAlchemy with Turbogears, I'm playing with SQLAlchemy tutorial. I'm on mac os x 10.4.7, have installed SQLite version 3.2.2. But I run firststeps.py with the following error : $ python firststeps.py Traceback (most recent call last): File "firststeps.py", line 3, in ? db