>> Hi Oleg, is there a reason python 2.7 easy_install will fetch
>> sqlobject 1.1.2 but python 2.6 easy_install will find sqlobject 1.2?
>
>    Not for me. See:
>
> $ easy_install-2.7 -n SQLObject
> Searching for SQLObject
> Best match: SQLObject 1.2.0
> Processing SQLObject-1.2.0-py2.7.egg
>
> $ easy_install-2.7 -n -U SQLObject
> Searching for SQLObject
> Reading http://pypi.python.org/simple/SQLObject/
> Reading http://sqlobject.org
> Reading http://sqlobject.org/
> Reading http://sqlobject.org/devel/
> Best match: SQLObject 1.2.0
> Processing SQLObject-1.2.0-py2.7.egg
>
>    But I have installed 1.2.0 already.

Now it worked for me as well, I don't know what happened, the first
time it definitely installed 1.1.2, but now correctly it grabbed 1.2.

> PS. How things are going on with py3k?

I was working on formencode which more or less worked with py3k but
haven't gotten around to touching sqlobject itself yet. I'll need to
talk to Ian Bicking about merging my py3k branch of formencode but
didn't have much time in the last couple of months. I'll try to
complete this whole py3k thing as soon as I can.

Cheers,
Daniel


> Oleg.
> --
>      Oleg Broytman            http://phdru.name/            p...@phdru.name
>            Programmers don't die, they just GOSUB without RETURN.
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> sqlobject-discuss mailing list
> sqlobject-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to