Bug 97437 - Please enable --with-thread
Summary: Please enable --with-thread
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: pygtk2
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-06-15 20:39 UTC by Noa Resare
Modified: 2007-04-18 16:54 UTC (History)
1 user (show)

Fixed In Version: 1.99.16-1
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-07-05 00:34:13 UTC
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.