Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Roberto A. Foglietta on April 29, 2009, 04: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:
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?
-
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.
-
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]
-
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 (http://live.gnome.org/Vala/WebKitSample)...checking to see if your webkit is available yet
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/
tc@box:~$ juniper
(juniper:21573): libglade-WARNING **: could not find signal handler 'juniper_view_source_current_tab'.
*** glibc detected *** malloc(): memory corruption: 0x09431e20 ***
Aborted