Michael Bayer wrote:
> On Nov 10, 2008, at 12:10 PM, Werner F. Bruhin wrote:
>
>   
>> Michael,
>>
>> Michael Bayer wrote:
>>     
>>> I know what this is and it should be working in r5280.   I don't have
>>> access to firebird here so we weren't able to run the tests on it
>>> before rc3 was out.
>>>
>>>       
Installed sa from svn/trunk and the problem is solved.

...
>> P.S.
>> What is involved to get SA r5280 onto my MS Vista machine to test?  Is
>> this just a SVN checkout or are there some additional build/compile  
>> steps?
>>     
>
> you can do easy_install http://svn.sqlalchemy.org/sqlalchemy/trunk .
>   
Just for the archive, needed to do the following to be able to get the 
trunk version.
- needed to install a command line svn tool (used this one: 
http://www.sliksvn.com/en/download)
- got an exception that "log" is not defined, so had to add the 
following line to setuptools-0.6c8\setuptools\command\sdist.py
from distutils import log

Werner

--~--~---------~--~----~------------~-------~--~----~
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