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 '/'
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
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:
>>>
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
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
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
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