On 22.01.2016 17:40, Richard PALO wrote:
> Le 22/01/16 17:35, Rene Engelhard a écrit :
>> On Fri, Jan 22, 2016 at 05:26:05PM +0100, Richard PALO wrote:
>> -#if PY_VERSION_HEX < 0x0207
>> +#if PY_VERSION_HEX < 0x0302
>>
>> Whose are not supported. As said, PyUNO needs python >= 3.3 f
Le 22/01/16 17:35, Rene Engelhard a écrit :
> On Fri, Jan 22, 2016 at 05:26:05PM +0100, Richard PALO wrote:
> -#if PY_VERSION_HEX < 0x0207
> +#if PY_VERSION_HEX < 0x0302
>>>
>>> We need python >= 3.3 when using python3 anyway (see configure;
>>> and that is because of python3-intern
On Fri, Jan 22, 2016 at 05:26:05PM +0100, Richard PALO wrote:
> >>> -#if PY_VERSION_HEX < 0x0207
> >>> +#if PY_VERSION_HEX < 0x0302
> >
> > We need python >= 3.3 when using python3 anyway (see configure;
> > and that is because of python3-internal changes), so that is a
> > given.
> >
> ?
Le 22/01/16 16:47, Rene Engelhard a écrit :
> Hi,
>
> On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote:
>> Le 21/01/16 20:11, Richard PALO a écrit :
Isn't this a python3 feature?
>>
>> looks like it was 3.2 according to the python website (in the release notes
>> for 3.2)
>>
Hi,
On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote:
> Le 21/01/16 20:11, Richard PALO a écrit :
> >> Isn't this a python3 feature?
> >>
>
> looks like it was 3.2 according to the python website (in the release notes
> for 3.2)
> so I use instead:
> > -#if PY_VERSION_HEX < 0x0207000
Le 21/01/16 20:11, Richard PALO a écrit :
>> Isn't this a python3 feature?
>>
looks like it was 3.2 according to the python website (in the release notes for
3.2)
so I use instead:
> -#if PY_VERSION_HEX < 0x0207
> +#if PY_VERSION_HEX < 0x0302
--
Richard PALO
___
Le 21/01/16 19:18, Richard PALO a écrit :
> HI, came across some issues on SunOS with python2.7.
>
>> [build LNK] Library/libbasegfxlo.so
>> /tmp/pkgsrc/misc/libreoffice/work/libreoffice-5.1.0.2/pyuno/source/module/pyuno.cxx:387:1:
>> error: 'Py_hash_t' does not name a type
>> Py_hash_t PyUNO_ha