[Tutor] Query with SOAP request generation, which other modules can be used.

2012-05-22 Thread ankur ~ अंकुर
Dear Pythoneers, We want to butile the SOAP request request in below manner. - In header we want to pass the wsse auth part and custom transref section and both has different xmlns. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:com

Re: [Tutor] using dynamic import statements

2012-07-09 Thread ankur ~ अंकुर
On Mon, Jul 9, 2012 at 6:40 AM, Chris Hare wrote: > > Here is what I want to do: > > I have a bunch of modules to import. instead of duplicating a lot of code > for each import, I want to do something like this: > > importList = [ "sys", "os", "imp", "stat", "re", "webbrowser", "Image", > "Strin