> Even if is not easy to find where exactly the bug is, can you please > post workaround? > I mean > sudo > easy_installhttp://files.turbogears.org/eggs/RuleDispatch-0.5a0.dev_r2306-py2.5-l... > > Thanks! > ---- > Peter
Well I was having the same problem. So here is what I did: 1. Reinstall ubuntu fiesty <-- Using a sledge hammer to crack an egg I know XD 2. Download your OS updates 3. Install python2.5 dev package in synaptic. 4. Install turbogears per http://docs.turbogears.org/1.0/InstallUbuntu sudo apt-get install gcc libc6-dev build-essential python-dev python-setuptools python-profiler download: http://www.turbogears.org/download/tgsetup.py sudo python tgsetup.py (Should now work for you...) (I also continued to do the following so setup mysql) 5. Install mysql server 5.0 in synaptic 6. Install sudo apt-get install libmysqlclient15-dev 7. download http://cheeseshop.python.org/packages/2.5/M/MySQL-python/MySQL_python-1.2.2-py2.5-win32.egg#md5=596ec38e498e80ce73759f777b29c588 6. sudo easy_install MySQL_python-1.2.2-py2.5-win32.egg (now is when I tested mine and everything worked) Good luck! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

