On Oct 1, 12:53 pm, "BJörn Lindqvist" <[EMAIL PROTECTED]> wrote:
> On 9/29/07, Chris Pax <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I recently been trying to use the inspect module to inspect the
> > arguments of gtk objects, such as gtk.Button. I tried like this:
>
> > inspect.getargspec(gtk.Bu
On 9/29/07, Chris Pax <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I recently been trying to use the inspect module to inspect the
> arguments of gtk objects, such as gtk.Button. I tried like this:
>
> inspect.getargspec(gtk.Button.__init__)
>
> and get the fallowing error:
>
> File "", line 1, in
>
>> I recently been trying to use the inspect module
>> to inspect the arguments of gtk objects, such as gtk.Button.
>>
>
> does anybody have any idea?
Chris
You might try the following newsgroup on the Gmane server
for Python / Gtk questions
gmane.comp.gnome.gtk+.py
On Sep 28, 9:57 pm, Chris Pax <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I recently been trying to use the inspect module to inspect the
> arguments of gtk objects, such as gtk.Button. I tried like this:
>
> inspect.getargspec(gtk.Button.__init__)
>
> and get the fallowing error:
>
> File "", line 1
Hello,
I recently been trying to use the inspect module to inspect the
arguments of gtk objects, such as gtk.Button. I tried like this:
inspect.getargspec(gtk.Button.__init__)
and get the fallowing error:
File "", line 1, in
File "/usr/lib/python2.5/inspect.py", line 743, in getargspec