debugging - converting PyObject back to a variable name

2005-06-22 Thread adamc
hi, I'm currently debugging a crash occurring in the Python interpreter. I've got a Dictionary object in the form of a (PyObject *) I can cast it to (dictobject *) in the debugger watch window, and I can also use PyString_AsString(PyObject_Repr()) to get the debugger to print out a string

Re: Python glade tute

2005-03-04 Thread adamc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-04, somesh [EMAIL PROTECTED] wrote: hello, I wrote a small tute for my brother to teach him python + glade, plz see, and suggest to make it more professional , In tute I discussed on Glade + Python for developing Applications too

Re: Python evolution: Unease

2005-01-07 Thread adamc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-01-07, Paul Rubin http wrote: Roman Suzi [EMAIL PROTECTED] writes: I do not like the idea of having stubs. Once I had an experience working with CPAN (I tried to install SpamAssassin and it required some specific modules.) Magic install