Bug 700232 - Version 1.1.8 causes problems on django
Summary: Version 1.1.8 causes problems on django
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pywebkitgtk
Version: 15
Hardware: i686
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ignacio Vazquez-Abrams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-27 20:31 UTC by Eduardo Villagrán Morales
Modified: 2011-10-13 14:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-13 14:20:06 UTC
Type: ---


Attachments (Terms of Use)
Example of django views.py (114 bytes, text/x-python)
2011-04-27 20:37 UTC, Eduardo Villagrán Morales
no flags Details
The patch fixes the apache hangup. (5.97 KB, patch)
2011-06-29 07:14 UTC, Peter Hatina
no flags Details | Diff
Patch for current spec file. (1.26 KB, patch)
2011-06-29 07:14 UTC, Peter Hatina
no flags Details | Diff

Description Eduardo Villagrán Morales 2011-04-27 20:31:58 UTC
Description of problem:
I have a django project that use pywebkitgtk for some tasks. Under 1.1.6 it run perfectly on httpd + mod_wsgi. I use Xvfb for import gtk and webkit without X.
After update to 1.1.8, when I import webkit under django it enter in a wait state.
I downgraded to 1.1.6 and django over httpd with mod_wsgi work fine again.

Version-Release number of selected component (if applicable):
1.1.8

How reproducible:
import webkit inside a django project, then deploy with httpd + mod_wsgi with pywebkitgtk 1.1.6, it work. Update to 1.1.8 and then fail to load.

Steps to Reproduce:
1. Create a django project and import webkit in a views function
2. Deploy with httpd + mod_wsgi
3. With pywebkitgtk 1.1.6 works fine, with 1.1.8 don't load.
  
Actual results:
Enter in a wait state

Expected results:
Load the module and deploy the django app.

Additional info:

Comment 1 Eduardo Villagrán Morales 2011-04-27 20:37:25 UTC
Created attachment 495344 [details]
Example of django views.py

It's is a very simple example, this view work fine with 1.1.6 but dont work with 1.1.8.
I create a Xvfb instace, then set DISPLAY var in wsgi file to use this Xvfb instance. This allow import webkit without X.

Comment 2 Peter Hatina 2011-06-29 07:14:10 UTC
Created attachment 510401 [details]
The patch fixes the apache hangup.

Comment 3 Peter Hatina 2011-06-29 07:14:53 UTC
Created attachment 510402 [details]
Patch for current spec file.


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