Hi to all, I managed to compile webkit (and ASAP I will send to tcesubmit) but I cannot compile midori (which was my real target) because python Scripting module missing:
tc@box:~/tmp/midori-0.1.6$ ./configure
Checking for Python : /usr/local/bin/python
Checking for WAF : /home/tc/tmp/midori-0.1.6/waf
calling waf configure with parameters
Traceback (most recent call last):
File "/home/tc/tmp/midori-0.1.6/waf", line 126, in <module>
import Scripting
ImportError: No module named Scripting
I have installed python and python-dev. Can you help me, please?