This is something that ought to be simple, but going through the
documentation hasn't come up with the answer. Hopefully someone can
answer it faster than I can figure it out from the documentation.
I am using Python 2.6 for a project. I do not have a choice in the
matter, so telling me to u
On Wed, 17 Nov 2010, Grant Edwards posted:
Hey, it's the IMAP guy! Get 'im!
Busted! :p
Alright, here's the full story.
As may be obvious to some, the module is to be a Python interface into
c-client. What may not be obvious is that this is for QA automation. The
consumers of this module
On Thu, 18 Nov 2010, Mark Wooding posted:
[snip]
Whoo-hoo! That's exactly what I was looking for.
If we ever meet in person, I owe you a beer, sir. And by that I mean real
beer (from what we call a "microbrew"), not Budweiser... :)
-- Mark --
http://panda.com/mrc
Democracy is two wolves
In a C module, I want to pick up the arguments for a Python call like:
module.call("string1",["string2a", "string2b", "string2c"], "string3")
and stash these into:
char *arg1;
char *arg2[];
char *arg3;
All arguments are required, and we can assume that the arg2 vector i