Re: [web2py] Coding of the future?

2013-02-01 Thread Nick Vargish
On Thursday, January 31, 2013 7:26:45 AM UTC-5, Johann Spies wrote: When webeditors become as good as emacs, vim, bluefish, I will consider it. For now I did not find any editor that can compete with them. I am a die-hard Emacs user, but I find the web editing facilities in web2py good

[web2py] SoapClient method times out when called with a variable

2013-01-10 Thread Nick Vargish
Hi folks, Weird situation here... I am supposed to make a call to a SOAP service to indicate to another system that there is data that needs to be processed: client = SoapClient(wsdl='http://some.internal.server:/ws/sriks.postgresql:cartonTest?WSDL') result =

[web2py] Documentation bug, mail attachment initializer

2012-12-18 Thread Nick Vargish
Hi folks, Just a quick documentation bug: In http://web2py.com/books/default/chapter/29/08#Sending-emails, the attachment object initializer is referred to as Mail.Attachment(). It took me a little experimentation, but I had to use mail.Attachment() for things to work. Someone might want to