thinblog / pywebkitgtk

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

Cannot install pywebkitgtk-1.1.5 #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a terminal
2. Type ./configure

What is the expected output? What do you see instead?
The last thing in the terminal I had is :
"checking for DEPS... configure: error: Package requirements (libxslt,
                  pygtk-2.0) were not met:

No package 'libxslt' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details."

I installed libxslt1.1, but it does not work.

What version of the product are you using? On what operating system?
pywebkitgtk-1.1.5 (Ubuntu 9.04)

Original issue reported on code.google.com by boua...@mailinator.com on 5 Jul 2009 at 12:08

GoogleCodeExporter commented 8 years ago
You need to install the dev headers like libxslt1.1-dev.

Original comment by jmalo...@gmail.com on 5 Jul 2009 at 5:43

GoogleCodeExporter commented 8 years ago
Hello,
do you know what is the install path ?
Thanks

Original comment by boua...@mailinator.com on 5 Jul 2009 at 3:56

GoogleCodeExporter commented 8 years ago
Hi, in Ubuntu I would assume the package would be named libxslt1.1-dev. So just
apt-get that.

Original comment by jmalo...@gmail.com on 6 Jul 2009 at 11:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello,
with the Gwibber wiki, I succeed to install PyWebkitGtk 1.1.5, but not in the 
right 
repertory.
However, I use --prefix=/usr/local ; I don't know why it is in the following 
repertory :
/usr/local/lib/python2.6/site-packages/gtk-2.0/
So, I have to add "PYTHONPATH=/usr/local/lib/python2.6/site-packages/gtk-2.0/" 
each 
time I use pywebkitgtk.
How can I do to install it in the right repertory ?
Thanks.

Original comment by boua...@mailinator.com on 7 Jul 2009 at 1:05