On Jul 9, 2007, at 8:55 AM, alex bodnaru wrote:

>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> hi mike,
>
> i have installed the 0.3.9 from svn, and now it's returning the  
> primary
> key values of the last inserted record, as documented, even if  
> those are
> not numeric.
>
> thanks a lot!
>
> though i'm on a well packaged debian system, i have a lib deirectory
> ahead of PYTHONPATH for last minute functionality as this.
>
> could i make the sqlalchemy subdirectory updateable by svn, or  
> should i
> re-egg the updated package after every significant change?
>

setuptools has a notion of PYTHONPATH thats not compatible with  
Python's notion of it....its usually easiest to "python setup.py" on  
whatever version you want to run, SVN trunks included; setuptools  
installs it with a version number that includes the SVN revision  
number.  that version will become the one that gets used by default.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to