Hi Chris, Thanks for your positive reply. I am currently using TG1.0.9 version and to install the TG1.0.9. But as per as the client requirement the project has already been developed on TG1.0.9 so i need to fix some issue on that. so i am trying to learn TG first.
so here might be silly question raise from myside If i install TG1.1 will it be comaptible with that project which is developed on TG1.0.9 (yeah i know that would be compatible but i do not want to make any major changes) TG1.1 use SQLAlchemy and Genshi as default but i am using SQLObject and Kid. and suppose if i want to tell the person to use TG2.0 then how may i against TG1.x.. Thanks Praveen On Dec 2, 1:41 pm, Christopher Arndt <[email protected]> wrote: > Hi Praveen, > > welcome to the TurboGears community! > > Praveen Kumar schrieb: > > > I just started to work on TG1.0 and SQLObject before a week. > > The recommended version of the TurboGears 1.x branch to start new > development is 1.1. TG 1.0.x is in maintenance mode and will only > receive *critical* bug & security fixes. > > > > > So i thought to make a simple application > > [..] > > but when i try to save through CatWalk i get an error > > > An error occurred: encode() argument 1 must be string, not None > > > 2009-12-02 12:16:23,390 turbogears.controllers DEBUG Calling <function > > add at 0x > > 0178F930> with *((<turbogears.toolbox.catwalk.CatWalk object at > > 0x01795490>,)), > > **({'genre': u'comedy', 'objectName': u'Genre', 'summary': u'Comdey Movie'}) > > > but i am able to save the records through tg-admin shell successfully.. > > Which TG version are you using? Can you test with TG 1.1 as well? Or > SVN? This might be fixed already. If you still get the error with the > latest SVN version, then please open a ticket on our trac > (trac.turbogears.org, you will need to create a user account) given the > exact version of TG you are using and posting the *full* execption > traceback. > > Thanks, Chris -- 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.

