Quote:
If wheezy's using Python 2.7,
|
it does.
and... a simple "why it fails" test would seemingly be:
. /mnt/us/extensions/python/pythonenv
[root@kindle root]#
python2.7
Quote:
Python 2.7.3 (default, Sep 10 2012, 07:08:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> from PyQt4 import QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: libQtGui.so.4: cannot open shared object file: No such file or directory
|
I can provide all of the files form the box that built this.
if someone can show me a way to find which ones are needed....