I am sharing a lot of this person's pain. I have the same error and I tried to load the RuleDispatch as called for on your post and I still fail with the same overflow error. I am using ubuntu 7.04, installed Python 2.5 for work with zope and plone, but I cannot get the turbogears running.
I am using gnome however and synaptics. I used synaptics for the complete removal of the original turbogears I installed. Followed the easy install as described above, it seemed to work, but no. Thank you, On Aug 9, 8:58 am, Mikkel Høgh <[EMAIL PROTECTED]> wrote: > On Aug 9, 11:58 am, saliez <[EMAIL PROTECTED]> wrote: > > > > > Thank you very much for your message. > > > Sorry, I would best believe it should work, but actually it does not > > yet. > > > - Perhaps somewhere a stupid problem in the version of some component > > or in a PATH ? > > > - I was initially trying to make the installation using the automatic > > installation provided by Kubuntu using the " adept " system. > > In general I must say that it works very well and upgrades are managed > > automatically. > > However I understand that Turbogears is in very active developments > > and that Canonical cannot support this rapid evolution before a long > > delay of perhaps a year. > > The trouble could come from the fact I am not sure to have removed all > > components of that initial installation which did fail. > > > - A new " easy_install " in " /usr/local/lib/python2.5/site-packages/ > > ". > > Using " easy-install " seems OK, but " tg-admin info " gives an " > > OverFlowError ". > > I have no idea how to investigate that further. > > > - If not otherwise possible and in order not to delay other projects, > > it would perhaps become more efficient to buy a new machine and to try > > easy_install on a clean installation of Kubuntu7.04? > > > - If that does not even works, I could start again with the > > installation of an other distribution of Linux. > > > I am going now on some vacations, but after that i need a solution to > > install Turbogears and to hmake time free to work on the content of > > the project. > > > I send you an Email with my notes in annex. > > > Many thanks in advance > > > Etienne Saliez > > > On Aug 8, 9:07 pm, Paul Howell <[EMAIL PROTECTED]> wrote: > > > > saliez wrote: > > > > > How is it possible to install TurboGears in Kubuntu7.04??? > > > > > ( 1 ) Installation based on Kubuntu adept does not work and is based > > > > on incompatible obsolete versions. > > > > Forget it. At the side of Canonical they propose Turbogears in their > > > > installation list, but they cannot provide any support. > > > > > ( 2 ) easy_install : > > > > Installation based on the documentation provided by TurboGears at " > > > >http://docs.turbogears.org/1.0/InstallUbuntu" did not work too. > > > > " tg-admin info " gives always an " OverFlowError ". > > > > > I do absolutely no know how but it did at once work on my laptop. > > > > > Turbogears looks in principle very good, but I cannot start to work on > > > > a project if there is no reliable installation procedure ???? > > > > > Later on I would also need to install on a server based on gentoo; > > > > Is it possible ???? > > > > <error msg snipt> > > > > This should work (as per many previous questions on this > > > list):http://docs.turbogears.org/1.0/InstallUbuntu > > > find by searching installUbuntuin docs.turbogears.org > > > > re: gentoo, see this:http://docs.turbogears.org/1.0/InstallNix > > > > Paul > > Hi Etienne, > > The problem seems to come from the fact that you are still using som > ofUbuntu'spackages for some of TurboGears' components. > As you can see in the traceback it complains about files from /var/lib/ > python-support/python2.5/dispatch/ > This indicates that you have theUbuntupackage 'python-dispatch' > installed. You can remote it with Adept. > When you have removed it, try running this: > sudo easy_install -U RuleDispatch > That should install a version of RuleDispatch that works with > TurboGears. When that is done, your problem should be solved. > > Kind regards, > Mikkel Høgh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

