[Gimp-developer] dir(gimpfu.pdb) crashes
Jayesh Salvi
jayeshsalvi at gmail.com
Sun Dec 2 22:19:21 PST 2007
Hi,
I am trying to see what all methods gimpfu.pdb offers, by running dir()
operation on it. But it crashes as follows:
[jayesh at localhost plug-ins]$
PYTHONPATH=$PYTHONPATH:/usr/lib64/gimp/2.0/python python
Python 2.5 (r25:51908, Apr 10 2007, 10:27:40)
[GCC 4.1.2 20070403 (Red Hat 4.1.2-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gimpfu
>>> dir(gimpfu.pdb)
LibGimpBase-ERROR **: gimp_wire_write_msg: the wire protocol has not been
initialized
aborting...
Aborted
[jayesh at localhost plug-ins]$ rpm -qf /usr/lib64/gimp/2.0/python
gimp-2.4.2-1.fc7
Does anyone know if this is known error? Is someone fixing it? I won't be
using dir() operation in final code, but can this abort happen in other
situations as well?
Thanks,
Jayesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20071202/55fa496d/attachment.html
More information about the Gimp-developer
mailing list