Ok, I solved my problem, but I am glad I got some feedback as it let me go in the right direction. On both Ubuntu and OS X 10.4.9 I have both python 2.5 and python 2.4. I used two different version of easy install on both platforms on for each version. When I did an easy_install for python2.4 it grabbed the development version .4 of Genshi. I did an easy_install unistall and then specifically installed:
sudo easy_install-2.4 Genshi==0.3.6 And all was well. Why did that happen I wonder? My problem is fixed for now, so I am happy and next time I start a Genshi project I will use the new beta start method. Thanks, Noah On 4/11/07, Noah Gift <[EMAIL PROTECTED]> wrote: > Thanks, is this going to be the new recommended way for people wanting > to use genshi? Also, what version of Genshi should I use? > > On 4/11/07, gasolin <[EMAIL PROTECTED]> wrote: > > > > Noah , > > > > You should try gsquickstart instead of the old genshi template > > example. > > > > http://www.python.org/pypi/gsquickstart/1.0Beta > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

