On Sat, 2006-02-12 at 16:10 +0100, Gergely Major wrote: > Hello, > > I would like to deploy my tg-app on a debian based server. > The app runs perfectly on my ubuntu system, and I tested it > successfully on another debian system. > When I try to start it, i get the following error:
Hi Gergely, I just went through many of the same problems. It appears that ubuntu running your gears app is no guarantee that all will be well on a more "mature" platform ( CentOS or Debian ). Eventually I gave up and switched servers. I would think Gentoo would be a good choice too, or anything with recent releases in the package manager. If you are stuck with Debian, I would try the following if possible: - upgrade the database to a newer version ( mysql4 did not work out for me personally ) - upgrade the python db drivers - make sure you are running python2.4 Last time I tried pinning certain packages on Debian package managers to newer version it wasn't fun, it might be worth downloading from source and making .deb packages yourself. That way you can configure new versions but still remove them if it doesn't work out. Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

