Re: [PyQt] Qscintilla api location in PyQt4

2013-04-03 Thread William Kyngesburye
On Apr 3, 2013, at 4:24 AM, Phil Thompson wrote: >> Again, at least for OS X, still a problem. The "standard" binary Qt >> install has no root, QTDIR is not defined as far as I can see, and parts >> are scattered around the system. "qmake -query QTDIR" returns > **Unknown**. >> In PyQt I get '/'

Re: [PyQt] Qscintilla api location in PyQt4

2013-04-03 Thread Phil Thompson
On Tue, 2 Apr 2013 19:45:21 -0500, William Kyngesburye wrote: > On Apr 2, 2013, at 7:23 PM, Phil Thompson wrote: > >> On Tue, 2 Apr 2013 19:04:38 -0500, William Kyngesburye >> wrote: >>> On Apr 2, 2013, at 6:44 PM, Phil Thompson wrote: >>> On Tue, 2 Apr 2013 12:28:54 -0500, William Kyngesb

Re: [PyQt] Qscintilla api location in PyQt4

2013-04-02 Thread William Kyngesburye
On Apr 2, 2013, at 7:23 PM, Phil Thompson wrote: > On Tue, 2 Apr 2013 19:04:38 -0500, William Kyngesburye > wrote: >> On Apr 2, 2013, at 6:44 PM, Phil Thompson wrote: >> >>> On Tue, 2 Apr 2013 12:28:54 -0500, William Kyngesburye >>> wrote: A bit of a discrepancy in API locations: >>>

Re: [PyQt] Qscintilla api location in PyQt4

2013-04-02 Thread Phil Thompson
On Tue, 2 Apr 2013 19:04:38 -0500, William Kyngesburye wrote: > On Apr 2, 2013, at 6:44 PM, Phil Thompson wrote: > >> On Tue, 2 Apr 2013 12:28:54 -0500, William Kyngesburye >> wrote: >>> A bit of a discrepancy in API locations: >>> >>> In the Qscintilla source, the default location to place the

Re: [PyQt] Qscintilla api location in PyQt4

2013-04-02 Thread William Kyngesburye
On Apr 2, 2013, at 6:44 PM, Phil Thompson wrote: > On Tue, 2 Apr 2013 12:28:54 -0500, William Kyngesburye > wrote: >> A bit of a discrepancy in API locations: >> >> In the Qscintilla source, the default location to place the API files is >> QT_INSTALL_DATA/qsci, for both the Qscintilla library c

Re: [PyQt] Qscintilla api location in PyQt4

2013-04-02 Thread Phil Thompson
On Tue, 2 Apr 2013 12:28:54 -0500, William Kyngesburye wrote: > A bit of a discrepancy in API locations: > > In the Qscintilla source, the default location to place the API files is > QT_INSTALL_DATA/qsci, for both the Qscintilla library compilation and the > Qsci PyQt module compilation. > > In

[PyQt] Qscintilla api location in PyQt4

2013-04-02 Thread William Kyngesburye
A bit of a discrepancy in API locations: In the Qscintilla source, the default location to place the API files is QT_INSTALL_DATA/qsci, for both the Qscintilla library compilation and the Qsci PyQt module compilation. In the PyQt source, the default location for the API files is QTDIR/qsci (th