Paul, I'm new to Cheetah so this question may seem lame. :-) How did you install the _namemapper.pyd file. I downloaded it from Cheetah but don't know how to install it. Cheetah made it seem all I had to do was to copy it to the root Cheetah folder. BTW, I'm using Python 2.5 on Windows.
Thanks, Dax Paul Johnston wrote: > Hi, > > I've just been getting to grips with Turbogears and it's going great for > me. Just been having a few problems, which I hope someone here can help > me with. > > 1) A long delay (~40s) at startup. When I run start-wiki20.py, these are > the last two lines of output: > 2006-11-26 11:30:50,562 cherrypy.msg INFO CONFIG: server.thread_pool: 10 > 2006-11-26 11:31:31,687 cherrypy.msg INFO HTTP: Serving HTTP on > http://localhost:8080/ > (notice the long gap). I'm just using the default sqlite database. I > have a reasonable pc (Athlon XP 2800, 1 gb) and the computer appears > idle during the time. > > 2) Trying to use Cheetah templates, I get lots of "name not found" > errors, for example the display() method on widgets. They work fine in > Kid. I wonder if this is a namemapper issue, I did notice a warning in > the output: > > You don't have the C version of NameMapper installed! I'm disabling > Cheetah's useStackFrames option as it is painfully slow with the Python > version of NameMapper. You should get a copy of Cheetah with the > compiled C version of NameMapper. > > I had a go at installing _namemapper.pyd, which seemed to get rid of > that warning message, but not the "name not found" errors! > > 3) With tgadmin sql I'm getting some sqlite errors (below) but it does > seem to perform the correct operations. > Exception exceptions.AttributeError: "'pysqlite2.dbapi2.Connection' > object has no attribute 'autocommit'" in <bound method > Transaction.__del__ of <sqlobject.dbconnection.Transaction object at > 0x015C78F0>> ignored > > 4) There seems to be a bug in Catwalk, related to tables with joins. > Once a table that has a MultipleJoin had a child row created, it's no > longer possible to browse the parent table. > > 5) There is a minor bug in MSSQL support. You can only create one > database connection per Python instance, due to it's use of the > "sqlmodule" global variable internally. Not a problem for most apps, but > this really got me as I was figuring out the connection URL format. > > Anyway, I hope these bug reports help, and I really hope someone can > help me, particularly with (1). > > Cheers, > > Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

