-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!
i am trying to run the "pluepin" utility from bluez, which is written in 
python using pygtk (i think)

I get the following error every time i run it:
Traceback (most recent call last):
  File "/bin/bluepin", line 43, in ?
    class Dialog(GtkDialog):
NameError: name 'GtkDialog' is not defined

The firtst 40 rows are:
- --START
import sys, os, string, popen2,

# X Display initialization.
[snip]

# Set X display before initializing GTK
set_display()

from gtk import *
# Dialog Class
DLG_OK = 1
DLG_CANCEL = 2
class Dialog(GtkDialog):
- ---END

The last one is row 43.

Please give me any hint on how to solve this...
thanks!


- -- 

! 
 Willy Gardiol - [EMAIL PROTECTED]
 gardiol.eu.org
 Use linux for your freedom.

    La vera oscurità è più profonda
    e silenziosa, riempie lo spazio 
    tra la giacca e il cuore.

        Janette Winterson, Passioni.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/kFFGQ9qolN/zUk4RAoWZAJ0We6tojXvr7IiIE8jtrmrVA0dlaACgkchb
OeKZ3FzBuK0tkhNPebpMumI=
=h0tF
-----END PGP SIGNATURE-----

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to