SQLObject installation error message on the new 1.0.4.2 tgsetup.py

10 views
Skip to first unread message

33ar...@gmail.com

unread,
Jan 29, 2008, 9:51:36 AM1/29/08
to TurboGears
Dear maintainer

First of all, I would like to thank your work. It is very nice of you
to let us use TurboGears.

For last few days, I have been trying and testing your brand new
1.0.4.2
tgsetup.py. Every time, I try to install TurboGears with the new
tgsetup.py, I need to install SQLObject using easy_install by typing
on
console. And moreover, if I just type "easy_install SQLObject", I get
an error saying as blow.

---error message----
pkg_resources.VersionConflict: (SQLObject 0.10.0b1
(/usr/local/Python2.5.1/lib/python2.5/site-packages/SQLObject-0.10.0b1-
py2.5.egg),
Requirement.parse('SQLObject>=0.8,<0.10dev'))
------------------

I think the newest version of SQLObject is 0.10.0b1 now. Therefore, I
need to type something like " easy-install "SQLObject==0.9" " or pacth
up setup.py and controller.py.

I would very much appreciate if you could fix version check statements
in your TurboGears script for SQLObject.

I think this modification (may be correction?) will be very valuable
for newcomers to install
TurboGears.

PS.
If there is any documentation or discussion log on this topic, Please
let me know.

Florent Aide

unread,
Jan 29, 2008, 1:44:18 PM1/29/08
to turbo...@googlegroups.com
On Jan 29, 2008 3:51 PM, 33ar...@gmail.com <33ar...@gmail.com> wrote:
>
> Dear maintainer

Dear user,

>
> First of all, I would like to thank your work. It is very nice of you
> to let us use TurboGears.

no problem.

> I think the newest version of SQLObject is 0.10.0b1 now. Therefore, I
> need to type something like " easy-install "SQLObject==0.9" " or pacth
> up setup.py and controller.py.

I answered a few minutes ago:

easy_install -UZ "SQLObject>=0.8,<0.10dev"

>
> I would very much appreciate if you could fix version check statements
> in your TurboGears script for SQLObject.

[...]

> If there is any documentation or discussion log on this topic, Please
> let me know.

http://groups.google.com/group/turbogears-trunk/browse_thread/thread/73bbed24ea953973

Please do some tests by patching TG's setup.py and installing the
desired SO version... If everything works as you want please report in
the above mentioned thread.

Cheers,
Florent.

Reply all
Reply to author
Forward
0 new messages