import problem

Michael P. Soulier msoulier at nortelnetworks.com_.nospam
Thu Jun 13 11:19:21 EDT 2002


On Sun, 09 Jun 2002 13:37:05 -0700, Michael Eager <eager at eagercon.com> wrote:
> I'm trying to use Python 2.2 and PyQt on a RedHat-7.2 system.
> 
> I get an error when I execute "from qt import *" -- there is a failure
> in qt.py when it executes "import libsup".  The error is "No module
> named libsup".
> 
> libsup.so.9 is a link to libsup.so.9.0.3 and is in
> /usr/lib/python2.2/site-packages.  If I enter "import libsup", I get
> the same error message.
> 
> Any suggestions?

    Are you sure that you have the required dependencies for qt.py? Python
does not import .so files directly, to my knowledge.

    Mike

-- 
Michael P. Soulier, QX41, SKY  Tel: 613-765-4699 (ESN: 39-54699)
Optical Networks, Nortel Networks, SDE Pegasus
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix



More information about the Python-list mailing list