HTTPS connection support in soaplib/client.py

2008-11-17 Thread miaw
Hi, I found that although HTTPSConnection is implemented in httplib.py; in soaplib/client.py, when make_service_client is called, we are not able to pass a scheme argument to specify which type of connection we want to build and it always go to HTTPConnection in SimpleSoapClient by default(see

Paster Shell Debug

2008-11-17 Thread nym
I'm having no luck in trying to get paster shell to log messages. If I have a model that logs a message, where does that message go? Do I need to enable logging somehow? I have no problem logging with regular requests. This is my handler_console currently: [handler_console] class =

Trying to use weberror.errormiddleware.ErrorMiddleware

2008-11-17 Thread Matt Wilson
I've got a wsgi script I'm running with mod_wsgi and the script looks like this: def myapp(environ, start_response): start_response('500 Internal Error', [('Content-Type', 'text/ plain')]) 1/0 # sometimes I comment this out return ['Returning 500'] from weberror.errormiddleware

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-17 Thread Eric Ongerth
Neither Pylons nor Paste install correctly at this time on the Win32 platform using easy_install, whether in a virtualenv or even in a system-wide install to a clean system. Just about everything goes fine until somewhere in the installation of Paste, where an error described only as None

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-17 Thread Eric Ongerth
Correction: the point at which easy_installing Pylons errored out was during the installation of simpleJSON. So it never reached the point of installing paste, pastescript, pastedeploy etc. Hey, I thought Python 2.6 includes the former simpleJSON as the new json module. No? On Nov 17, 10:31