On 03 Dec 2004 11:15:26 -0500, Jerry Sievers <[EMAIL PROTECTED]> wrote:
> Bob Parnes <[EMAIL PROTECTED]> writes:
>> my /etc/ld.so.conf file already has that lib in it. So something else is
>> happening, but it clearly has nothing to do with python.
>
> Have you run ldconfig (probably /sbin/ldconfi
Bob Parnes <[EMAIL PROTECTED]> writes:
> my /etc/ld.so.conf file already has that lib in it. So something else is
> happening, but it clearly has nothing to do with python.
Have you run ldconfig (probably /sbin/ldconfig) since the line was
added to the /etc ld config file?
--
---
On 29 Nov 2004 11:07:48 -0500, Jerry Sievers <[EMAIL PROTECTED]> wrote:
> Bob Parnes <[EMAIL PROTECTED]> writes:
>
>> I have an application importing qt on a linux server and am missing
>> something in trying to run it from a workstation via nfs. The
>> workstation has the server /usr directory
Bob Parnes <[EMAIL PROTECTED]> writes:
> I have an application importing qt on a linux server and am missing
> something in trying to run it from a workstation via nfs. The
> workstation has the server /usr directory mounted to its own /usr
> directory, so it can access the necessary files. The
This is likely to be a Qt/X setup problem - PyQt doesn't explicitly call
Xrender.
Does your workstation /etc/ld.so.conf contain a line for /usr/X11R6/lib?
Phil
> I have an application importing qt on a linux server and am missing
> something in trying to run it from a workstation via nfs. The
>