WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: midori  (Read 3477 times)

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
midori
« on: April 29, 2009, 01:27:44 AM »
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:

Code: [Select]
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?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: midori
« Reply #1 on: May 01, 2009, 02:16:50 PM »
I am not too familiar with Python but I will look into this and see if perhaps anything is missing.  Maybe the midori dir may have to be added to python path, I am not sure but I will check it out.

One more thing, if you are using the tcz form of python it was fixed a few weeks ago for path issues.  If you have an older tcz it won't work.
« Last Edit: May 01, 2009, 02:19:01 PM by Jason W »

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: midori
« Reply #2 on: May 03, 2009, 01:26:31 AM »
I am not ready to release because I did not write .info for all packages, however here you are:

[^thehatsrule^: removed - please see the (updated) guidelines for extension submissions]
« Last Edit: May 03, 2009, 01:52:10 AM by ^thehatsrule^ »

Offline Roberto A. Foglietta

  • Full Member
  • ***
  • Posts: 212
    • personal home page
Re: midori
« Reply #3 on: May 03, 2009, 01:36:28 AM »
that's awesome that you got webkit to work, I am trying to get it to compile as well so I can try the vala example here
http://live.gnome.org/Vala/WebKitSample...checking to see if your webkit is available yet

Code: [Select]
tc@box:~$ ./valabrowser

GLib-ERROR **: The thread system is not yet initialized.
aborting...
Aborted

Instead using this one http://code.google.com/p/juniper-browser/

Code: [Select]
tc@box:~$ juniper

(juniper:21573): libglade-WARNING **: could not find signal handler 'juniper_view_source_current_tab'.
*** glibc detected *** malloc(): memory corruption: 0x09431e20 ***
Aborted