Hi, all,
I had the same problem and followed the suggested solutions. At the
end I encountered the exactly identical warning message in Julien's
post. Besides when I used "tg-admin quickstart" and after provided all
answer to its simple questions, I got all these error messages (lots
of):
File "/usr/lib/python2.5/site-packages/paste/script/copydir.py",
line 315, in __getitem__
value = eval(options[-1], dict(self))
File "/usr/lib/python2.5/site-packages/paste/script/copydir.py",
line 315, in __getitem__
value = eval(options[-1], dict(self))
File "/usr/lib/python2.5/site-packages/paste/script/copydir.py",
line 315, in __getitem__
value = eval(options[-1], dict(self))
File "/usr/lib/python2.5/site-packages/paste/script/copydir.py",
line 315, in __getitem__
value = eval(options[-1], dict(self))
File "/usr/lib/python2.5/site-packages/paste/script/copydir.py",
line 315, in __getitem__
value = eval(options[-1], dict(self))
At last I fixed it by:
1) Build my own python (Download the python 2.5.1 source tarball.
Enable zlib in the config and then build)
2) Download the tgsetup.py and run it to install Turbogears
3) For some reason, simplejson is not installed. If so, run
"easy_install simplejson"
Sounds like extreme measures? :-)
Cheers, Anthony
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---