I'm getting a "500 Internal Error" from a deployment of a simple TG app using apache2/mod_wsgi (port 80) that seems to be directly correlated with an attempt to instantiate a pyserial class.
Interestingly, if the application is started using the ./start-myapp on port 8080 (as sudo), the pyserial works just grand. This indicates to me it's not a path problem, but probably a permission issue. Any guesses on what I may be missing, or how I can troubleshoot this? The apache2 error logs are just telling me I have a 500 internal error, and I haven't found any cherrypy error logs. Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

