WarlockD / pep8-1

Automatically exported from code.google.com/p/pep8-1
Other
0 stars 0 forks source link

Pep8.1.1 fails to run on Karmic 64bit #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Ubuntu Karmic
2. Try to run pep8
3.

What is the expected output? What do you see instead?
I expect pep8 to run. Instead I get :

[ezra@skepsis:Desktop/Pep811Lin]$ ./pep8-1                    (10-16 06:19)
./pep8-1: error while loading shared libraries: libQtWebKit.so.4: cannot
open shared object file: No such file or directory

What version of the product are you using? On what operating system?
8.1.1 Ubuntu Linux version. Ubutnu Karmic 64bit

Please provide any additional information below.
[ezra@skepsis:Desktop/Pep811Lin]$ dpkg -S libQtWebKit.so.4   (10-16 06:23)
libqt4-dev: /usr/share/qt4/lib/libQtWebKit.so.4
libqt4-dev: /usr/share/qt4/lib/libQtWebKit.so.4.5.2
libqt4-webkit: /usr/lib/libQtWebKit.so.4
libqt4-webkit: /usr/lib/libQtWebKit.so.4.5
libqt4-dev: /usr/share/qt4/lib/libQtWebKit.so.4.5
libqt4-webkit: /usr/lib/libQtWebKit.so.4.5.2

I do have qt libs installed as you can see.

Original issue reported on code.google.com by ezraree...@gmail.com on 16 Oct 2009 at 1:26

GoogleCodeExporter commented 9 years ago
I can however run 8.10.

Original comment by ezraree...@gmail.com on 16 Oct 2009 at 1:36

GoogleCodeExporter commented 9 years ago
Problem solved by compiling from source.
Thank You Dr. Warford and Chris!

If anyone else needs to compile on linux
do "qmake" then "make"

Original comment by ezraree...@gmail.com on 6 Nov 2009 at 1:47

GoogleCodeExporter commented 9 years ago
I also had to do a "sudo apt-get install libqt4-dev g++" to get it to compile.

Beautiful interface!

Original comment by adrigo...@gmail.com on 29 Jan 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Thank you for your reports, closing this issue now.

(Added the apt-get line to the linux install's instructions for clarity, 
apologies for neglecting that earlier)

Original comment by chris.dimpfl on 17 Mar 2010 at 10:19

GoogleCodeExporter commented 9 years ago
Thanks to all of you, this was very helpfull.

Original comment by davidmaignan@gmail.com on 17 May 2015 at 1:13