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.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to