Bug 97437

Summary: Please enable --with-thread
Product: [Retired] Red Hat Linux Reporter: Noa Resare <noa>
Component: pygtk2Assignee: Matt Wilson <msw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: p.van.egdom
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.99.16-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-05 00:34:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Noa Resare 2003-06-15 20:39:42 UTC
Description of problem:

It would be nice to be able to use pygtk from Threaded applications. My tests
indicate that threading works ok and at the very least it doesn't break single
threaded apps.

Version-Release number of selected component (if applicable):
pygtk2-1.99.14-4

How reproducible:
always

Steps to Reproduce:
$ python
>>> import gtk
>>> gtk.threads_init()
    
Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
RuntimeError: pygtk threading disabled at compile time

Expected results:


Additional info:
Who knows, this change might also improve interactivity in anaconda :P

Comment 1 Noa Resare 2003-07-05 00:34:13 UTC
Seems to be fixed in rawhide. Thanks!