thinblog / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
Other
0 stars 0 forks source link

fails loading scripts in RHEL. #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run a simple html-app loading scripts asynchronously.
2.
3.

What is the expected output? What do you see instead?
expectedbehaviour: load scripts and render page. 

This works as expected on Ubuntu
however on RHEL6 only page is rendered no scripts at all.

Error seen is - TypeError: Result of expression 'depMap' [null] is not an 
object.

What version of the product are you using? On what operating system?
RHEL6, pywebkitgtk 1.1.8

Please provide any additional information below.

Original issue reported on code.google.com by hpdv60...@gmail.com on 31 Jul 2013 at 6:38

GoogleCodeExporter commented 8 years ago
seems like dependency issue. same thing doesn't work on loading in gtk program.

Original comment by hpdv60...@gmail.com on 31 Jul 2013 at 7:29