When you start python on the command line it tells you which version of gcc was used to compile it. If you have the right version off gcc installed already you can use the gcc_select command to select it before you try installing turbogears. You might have to use apt-get or synaptic to download and install the proper version prior to running this command.
I don't have access to a debian box so I can't test this, but I think it will be a good place to start.
Remember... google is your friend.
Jon
On 6/25/06,
.M. <[EMAIL PROTECTED]> wrote:
Hi I'm getting similar issues trying to upgrade on Debian sarge to
0.9a6 from 0.8something which was working fine previously.
Traceback (most recent call last):
File "modfilmsnet-start.py", line 3, in ?
pkg_resources.require("TurboGears")
File
"/usr/lib/python2.4/site-packages/setuptools-0.6b3-py2.4.egg/pkg_resources.py",
line 585, in require
needed = self.resolve(parse_requirements(requirements))
File
"/usr/lib/python2.4/site-packages/setuptools-0.6b3-py2.4.egg/pkg_resources.py",
line 483, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: RuleDispatch
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

