Open GoogleCodeExporter opened 9 years ago
Sorry for the delay , i would like to get some more information. from the error
seems to seem to be having a module import error, which could be traced down to
the version of python you are using.
Please try this commands and give me their output.
Type "python" on terminal and paste its version number here
How many python interpreter do you have on your computer.. The module import
error could be generated when the Qt integrates with another version of python
you are not currently using in calling the program.
Please paste the information here so i can get the full problematic spectrum,
and try to correct any errors that could be generated with slax
Original comment by saviob...@rocketmail.com
on 14 Nov 2010 at 7:48
Hi I'm having the same issue, python versions on my PC are:
mmontero@ubuntu:~/Downloads$ python
python python2.7-config python3.2 python3.3-config
python3-config
python2 python2-config python3.2mu python3.3m
python3mu
python2.7 python3 python3.3 python3.3m-config
python-config
Original comment by Miguelni...@gmail.com
on 21 Dec 2012 at 2:19
Hit this issue on my gentoo machine after switching from python 3.2 to python
2.7. Issue was that python 2.7 didn't have pyqt4 installed ( gentoo had
installed it into the python 3.2 libraries ). I recommend grabbing pyqt4 from
sourceforge ( http://sourceforge.net/projects/pyqt/files/PyQt4/ ) and that you
try hand rolling from source to resolve this fault ( python ./configure.py ,
make, sudo make install ). This resolved the fault on my machine.
Original comment by steakand...@gmail.com
on 7 Jan 2013 at 5:29
Original issue reported on code.google.com by
cotil...@gmail.com
on 14 Nov 2010 at 12:32