Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-11 Thread Antoine Pitrou
On Wed, 11 Jan 2012 02:09:02 +0100 Martin v. Löwis mar...@v.loewis.de wrote: Am 10.01.2012 18:15, schrieb Matt Joiner: I suspect it actually would fix the confusion. dev usually means development, not core implementation development. People float past looking for dev help... python-dev.

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-11 Thread Oleg Broytman
On Wed, Jan 11, 2012 at 03:52:07PM +0100, Antoine Pitrou wrote: On Wed, 11 Jan 2012 02:09:02 +0100 Martin v. L?wis mar...@v.loewis.de wrote: b) suggests that people are not too tired in actually typing in this message every now and then. I suspect one of them doesn't actually *type*

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Stefan Behnel
Hi, sorry for hooking into this off-topic thread. Amaury Forgeot d'Arc, 09.01.2012 19:09: 2012/1/9 paspa...@noos.fr I am trying to send a tuple to a method of a python class and I got a Run failed from netbeans compiler when I want to send a tuple to a simple method in a module it works,when

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Matt Joiner
Perhaps the python-dev mailing list should be renamed to python-core. On Tue, Jan 10, 2012 at 7:35 PM, Stefan Behnel stefan...@behnel.de wrote: Hi, sorry for hooking into this off-topic thread. Amaury Forgeot d'Arc, 09.01.2012 19:09: 2012/1/9 paspa...@noos.fr I am trying to send a tuple to

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Stefan Behnel
Matt Joiner, 10.01.2012 09:40: Perhaps the python-dev mailing list should be renamed to python-core. Well, there *is* a rather visible warning on the list subscription page that tells people that it's most likely not the list they actually want to use. If they manage to ignore that, I doubt that

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Matt Joiner
I suspect it actually would fix the confusion. dev usually means development, not core implementation development. People float past looking for dev help... python-dev. Python-list is a bit generic. On Tue, Jan 10, 2012 at 11:17 PM, Stefan Behnel stefan...@behnel.de wrote: Matt Joiner,

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Oleg Broytman
Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Probably python-list/comp.lang.python mailing

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Martin v. Löwis
Am 10.01.2012 18:15, schrieb Matt Joiner: I suspect it actually would fix the confusion. dev usually means development, not core implementation development. People float past looking for dev help... python-dev. Python-list is a bit generic. There is occasional confusion. More often, people

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-10 Thread Eric Snow
On Tue, Jan 10, 2012 at 6:09 PM, Martin v. Löwis mar...@v.loewis.de wrote: IOW, I think it is all fine the way it is. Typically, somebody answers quickly. In this case, *two* people answered the same, which a) really gets the message through, and b) suggests that people are not too tired in

[Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-09 Thread pasparis
Hello,I am trying to send a tuple to a method of a python class and I got a Run failed from netbeans compilerwhen I want to send a tuple to a simple method in a module it works,when I want to send a simple parameter to a method of a clas it works also but not a tuple to a method of a classI put

Re: [Python-Dev] Python C API: Problem sending tuple to a method of a python Class

2012-01-09 Thread Amaury Forgeot d'Arc
Good evening, 2012/1/9 paspa...@noos.fr ** I am trying to send a tuple to a method of a python class and I got a Run failed from netbeans compiler when I want to send a tuple to a simple method in a module it works,when I want to send a simple parameter to a method of a clas it works also