3

I need the following modules for python:

import gtk
import webkit
import jswebkit

Anyone who knows where to find them and how to install them on Mac and/or ubuntu? I got gtk running, cause when I run python import gtkin the terminal, I don't receive any errors. Can't get webkit and jswebkit installed, anyone who knows how to get this done?

1
  • Did you checked at https://pypi.python.org? Commented Nov 14, 2014 at 8:47

1 Answer 1

1

The following should do the job, (it certainly does on Ubuntu):

sudo apt-get install python-jswebkit
sudo apt-get install libwebkitgtk-1.0-0 python-webkit
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.