Re: [PyQt] Issue Building Latest Snapshot

2009-04-25 Thread Phil Thompson
On Fri, 24 Apr 2009 12:57:49 -0500, Aron Bierbaum wrote: > If I change line 704 of PyQt's configure.py to be: > > inc_path = [sipcfg.py_inc_dir, sipcfg.sip_inc_dir] > > then PyQt builds without problems. Thanks, Phil ___ PyQt mailing listPyQt@rive

Re: [PyQt] Issue Building Latest Snapshot

2009-04-24 Thread Aron Bierbaum
If I change line 704 of PyQt's configure.py to be: inc_path = [sipcfg.py_inc_dir, sipcfg.sip_inc_dir] then PyQt builds without problems. -Aron On Thu, Apr 23, 2009 at 5:24 PM, Aron Bierbaum wrote: > If I configure PyQt with the following settings, keep in mind sip is > not installed in defaul

Re: [PyQt] Issue Building Latest Snapshot

2009-04-23 Thread Aron Bierbaum
If I configure PyQt with the following settings, keep in mind sip is not installed in default system Python location. I get the error shown below. C:\p5\p5_deps\pyqt\vendor_base\win32>python configure.py --bindir=C:\p5\p5_deps\pyqt\install_win32_vc90\bin --destdir=C:\p5\p5_deps\pyqt\install_win32_

Re: [PyQt] Issue Building Latest Snapshot

2009-04-23 Thread Phil Thompson
On Thu, 23 Apr 2009 15:50:55 -0500, Aron Bierbaum wrote: > While trying to build the latest snapshot I had to manually add the > include directory for sip in the Makefile before I could compile > qpycore. Am I missing a command line flag, or is there something that > needs to be added/changed to t

[PyQt] Issue Building Latest Snapshot

2009-04-23 Thread Aron Bierbaum
While trying to build the latest snapshot I had to manually add the include directory for sip in the Makefile before I could compile qpycore. Am I missing a command line flag, or is there something that needs to be added/changed to the .pro file to know where sip is located? Thanks, Aron _