biomatrix2008 schrieb: > Who can help me! > > Under python2.6 and windows my sample app works well. > but on webfactions serve gave errors like below:
That still looks more like an application error, but from the stack trace alone it's impossible to tell. To ensure that it's not caused by some difference between Py 2.6 and Py 2.5 (used by webfaction) you should develop under Py 2.5 under Windows. It's no problem to have several Python versions installed in parallel under Windows. -- Christoph -- 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.

