Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-18 Thread Philip Jenvey
On Nov 17, 2011, at 4:08 PM, Jackson, Cameron wrote: > Hmmm. I have a Windows machine on my desk, and the only linux boxes I have > access to (through SSH) don't have internet access. > > So I browsed to the link you had in the hg clone command, and downloaded from > the zip file at the left

RE: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-17 Thread Jackson, Cameron
ooglegroups.com] On Behalf Of Cam Jackson Sent: Thursday, 17 November 2011 8:56 PM To: sqlalchemy@googlegroups.com Cc: Michael Bayer Subject: Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython Wow, that was quick! Wish I'd come to the mailing list before I spent my whole d

Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-17 Thread Cam Jackson
Wow, that was quick! Wish I'd come to the mailing list before I spent my whole day baffled over this! Thanks a lot guys, will have to look into getting the fix. Although I've never used mercurial or ant before. On Thu, Nov 17, 2011 at 5:59 PM, Philip Jenvey wrote: > > On Nov 16, 2011, at 10:27 PM

Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-16 Thread Philip Jenvey
On Nov 16, 2011, at 10:27 PM, Michael Bayer wrote: > > On Nov 17, 2011, at 1:04 AM, CamJackson wrote: > >> (First time poster here, sorry if I break any rules. I tried to find >> info on formatting code etc, but failed.) >> >> >> However if I try to run the above code on Jython, with the only

Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-16 Thread Michael Bayer
On Nov 17, 2011, at 1:27 AM, Michael Bayer wrote: > > On Nov 17, 2011, at 1:04 AM, CamJackson wrote: > >> (First time poster here, sorry if I break any rules. I tried to find >> info on formatting code etc, but failed.) >> >> >> However if I try to run the above code on Jython, with the only

Re: [sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-16 Thread Michael Bayer
On Nov 17, 2011, at 1:04 AM, CamJackson wrote: > (First time poster here, sorry if I break any rules. I tried to find > info on formatting code etc, but failed.) > > > However if I try to run the above code on Jython, with the only > modification being to change the string passed to create_engi

[sqlalchemy] Trouble getting started with SQLAlchemy on Jython

2011-11-16 Thread CamJackson
(First time poster here, sorry if I break any rules. I tried to find info on formatting code etc, but failed.) Versions used: Python 2.7, Jython 2.5.2 (w/ Java 1.6), SQLAlchemy 0.7.3, PostgreSQL 9.1 I'm having some trouble getting started with SQLAlchemy. I've been following along with this tutor