> DeprecationWarning: use GtkProgressBar
> 
> Any idea why I'm getting this warning, i assume that I shall use
> gtk.ProgressBar? I'm receiving this earing on the following lines in my
> code:
> 

Yes, the usage of GtkProgress is deprecated.
You can replace it with GtkProgressBar.

> In addition to that the set_percentage method is crashing with a lot of
> debug msg + a x async message. The set_percentage is called within a
> thread. And yes, I'm using gtk.threads_enter, gtk,threads_leave around
> it. I've also initialized gtk threads. The same applies for the
> progress.update and progress.set_fraction.

Have you tried the latest CVS?
A few threading issues has been solved lately.

If it still occurs in CVS, please file a bug in bugzilla with an
appropriate test case, so i some one who knows about threads can fix it.

-- 
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source

_______________________________________________
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