[Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Kamil Wasilewski
Hi, I need to be able to send variable names when sending requests to a SOAP server. Currently SOAPpy sends my variables automatically named as v1, v2, v3. The server requires they have a name varNameA, varNameB etc. Here is my outgoing SOAP and code. wsdlFile = "http://webapi.allegro.pl/uploader

Re: [Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Landreville
On Tue, Mar 2, 2010 at 5:20 AM, Kamil Wasilewski wrote: > Hi, >  I need to be able to send variable names when sending requests to a SOAP > server. Currently SOAPpy sends my variables automatically named as v1, v2, > v3. The server requires they have a name varNameA, varNameB etc. > Here is my out

Re: [Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Kamil Wasilewski
On Tue, Mar 2, 2010 at 3:48 PM, Landreville wrote: > On Tue, Mar 2, 2010 at 5:20 AM, Kamil Wasilewski wrote: > > Hi, > > I need to be able to send variable names when sending requests to a SOAP > > server. Currently SOAPpy sends my variables automatically named as v1, > v2, > > v3. The server re

[Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Jonathan Lange
Residents of the once-great city of Atlanta are only now beginning to piece their lives back together after the event that Glyph Lefkowitz described as "the best Twisted sprint ever". Quite apart from the unprecedented levels of wanton destruction, Twisted's PyCon 2010 sprint was also better atten

Re: [Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Jonathan Lange
On Tue, Mar 2, 2010 at 3:17 PM, Jonathan Lange wrote: ... > > jesstess, ralphm and spiv also participated remotely. Jessica McKellar, Ralph Meijer and Andrew Bennetts respectively. jml ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com h

Re: [Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Nathan
On Tue, Mar 2, 2010 at 8:17 AM, Jonathan Lange wrote: > More simply, we had a great time at the sprint and got a ridiculous amount of > stuff done. > > We fixed many, many bugs, including all of the known regressions since the 9.0 > release. Once we fixed the regressions, we started work on gettin

[Twisted-Python] Does the default session expiry work?

2010-03-02 Thread markscottwright
I'm using twisted 8.2 and (after reading glyph's latest "Twisted in 60 seconds" entry), I've realized that my sessions never expire. I never added any session expiration code, but I thought that the default code expires after 15 minutes. In the below example, I modified twisted\web\server t

Re: [Twisted-Python] Does the default session expiry work?

2010-03-02 Thread Maarten ter Huurne
On Tuesday 02 March 2010, markscottwri...@gmail.com wrote: > I'm using twisted 8.2 and (after reading glyph's latest "Twisted in 60 > seconds" entry), I've realized that my sessions never expire. I never > added any session expiration code, but I thought that the default code > expires after 15 mi

[Twisted-Python] qtreactor and Linux problems

2010-03-02 Thread Renan Mathias Fernandes
Hello Guys, I am trying to learn how to use the qtreactor (I am using pyQT and TwistedMatrix) but i am facing few issues. I created a simple Ui, just a MainWindow and a QTreeWidget. The point is: I can execute and See my MainWindow using the code below under Mac OS X, but

[Twisted-Python] Reverse HTTP proxy code review

2010-03-02 Thread Fred C
Hello, I am totally new with Twisted and this the first code I have ever written using that package. One of my main problem was to figure out how to fit things together and I am not even sure I understand everything I am doing here. Anyway, for a project I have to write a proxy that figure out

Re: [Twisted-Python] PyCon 2010 sprint report

2010-03-02 Thread Glyph Lefkowitz
On Mar 2, 2010, at 10:17 AM, Jonathan Lange wrote: > Residents of the once-great city of Atlanta are only now beginning to piece > their lives back together after the event that Glyph Lefkowitz described as > "the best Twisted sprint ever". This really was a great sprint. Thanks very much to ev

Re: [Twisted-Python] Does the default session expiry work?

2010-03-02 Thread Glyph Lefkowitz
On Mar 2, 2010, at 1:27 PM, markscottwri...@gmail.com wrote: > after reading glyph's latest "Twisted in 60 seconds" entry While I'd love to take credit, as this is an excellent series, these articles are written by Jean-Paul Calderone ("exarkun"), not me! :)

Re: [Twisted-Python] Does the default session expiry work?

2010-03-02 Thread Mark Wright
Oops! Sorry. And, yes - that series is just wonderful. So clear and well written, and exactly what I've needed. Thank you exarkun! On Tue, Mar 2, 2010 at 1:33 PM, Glyph Lefkowitz wrote: > > On Mar 2, 2010, at 1:27 PM, markscottwri...@gmail.com wrote: > >> after reading glyph's latest "Twisted

Re: [Twisted-Python] Does the default session expiry work?

2010-03-02 Thread Mark Wright
On Tue, Mar 2, 2010 at 12:55 PM, Maarten ter Huurne wrote: > On Tuesday 02 March 2010, markscottwri...@gmail.com wrote: > >> I'm using twisted 8.2 and (after reading glyph's latest "Twisted in 60 >> seconds" entry), I've realized that my sessions never expire. I never >> added any session expirati

Re: [Twisted-Python] Reverse HTTP proxy code review

2010-03-02 Thread Kevin Horn
On Tue, Mar 2, 2010 at 1:19 PM, Fred C wrote: > > Hello, > > I am totally new with Twisted and this the first code I have ever written > using that package. One of my main problem was to figure out how to fit > things together and I am not even sure I understand everything I am doing > here. > >

Re: [Twisted-Python] Reverse HTTP proxy code review

2010-03-02 Thread Fred C
On Mar 2, 2010, at 12:45 PM, Kevin Horn wrote: > On Tue, Mar 2, 2010 at 1:19 PM, Fred C wrote: > > Hello, > > I am totally new with Twisted and this the first code I have ever written > using that package. One of my main problem was to figure out how to fit > things together and I am not eve

Re: [Twisted-Python] Reverse HTTP proxy code review

2010-03-02 Thread Kevin Horn
On Tue, Mar 2, 2010 at 3:00 PM, Fred C wrote: > > On Mar 2, 2010, at 12:45 PM, Kevin Horn wrote: > > On Tue, Mar 2, 2010 at 1:19 PM, Fred C wrote: > >> >> Hello, >> >> I am totally new with Twisted and this the first code I have ever written >> using that package. One of my main problem was to f

Re: [Twisted-Python] Does the default session expiry work?

2010-03-02 Thread Maarten ter Huurne
On Tuesday 02 March 2010, Mark Wright wrote: > On Tue, Mar 2, 2010 at 12:55 PM, Maarten ter Huurne > wrote: > > Maybe you are encountering bug 3458? > > > > http://twistedmatrix.com/trac/ticket/3458 > > > > If so, upgrading Twisted would help. > > Thanks, that looks like a likely culprit. Plea