Re: PyQt on a Server

2004-12-04 Thread Bob Parnes
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

Re: PyQt on a Server

2004-12-03 Thread Jerry Sievers
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? -- ---

Re: PyQt on a Server

2004-12-02 Thread Bob Parnes
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

Re: PyQt on a Server

2004-11-29 Thread Jerry Sievers
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

Re: PyQt on a Server

2004-11-29 Thread Phil Thompson
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 >