lorax wrote:
On Fedora Core 8 I installed using the distro packages. TurboGears-1.0.4 is still in testing, though so it's a few steps:I now get the same behaviour on Ubuntu, Windows XP, and Fedora Core 8 :-(...Can anyone who has this working properly tell me how they installed turbogears? I basically use 'python tgsetup.py' and then easy_install the rest of the components: SQLObject SQLAlchemy Elixir ToscaWidgets Genshi gsquickstart This must have to do with the way I'm installing. The exact project (with config) works for others but not me. Help please? This is my last resort.
Clean out the easy_install'd modules so they don't interfere.sudo yum -y install TurboGears python-sqlalchemy python-elixir python-genshi python-sqlobject
sudo rpm -Uvh http://koji.fedoraproject.org/packages/TurboGears/1.0.4.2/3.fc8/noarch/TurboGears-1.0.4.2-3.fc8.noarch.rpm
If there are some other dependencies that the new TurboGears needs, let me know and I can find them for you.
(PS: I'm abadger1999 on IRC) -Toshio
signature.asc
Description: OpenPGP digital signature

