D'Arcy Cain wrote:
> On 2018-07-13 10:28 AM, Peter Otten wrote:
>> As far as I can see -- without having access to a netbsd machine -- this
>
> Would it help if I gave you a login on one?
Sorry, no.
> Interestingly, I don't have this issue on my NetBSD machine built from
> HEAD. Maybe it is s
On 2018-07-13 10:28 AM, Peter Otten wrote:
> As far as I can see -- without having access to a netbsd machine -- this
Would it help if I gave you a login on one?
Interestingly, I don't have this issue on my NetBSD machine built from
HEAD. Maybe it is something that was fixed but not pulled up t
D'Arcy Cain wrote:
> On 2018-07-13 08:05 AM, Peter Otten wrote:
>> D'Arcy Cain wrote:
>>> Nope. Both are 64 bit.
>>
>> Just to be 100% sure, what does
>>
>> $ python2.7 -c 'import struct; print(struct.calcsize("l"))'
>>
>> $ python3.6 -c 'import struct; print(struct.calcsize("l"))'
>>
>> prin
On 2018-07-13 08:05 AM, Peter Otten wrote:
> D'Arcy Cain wrote:
>> Nope. Both are 64 bit.
>
> Just to be 100% sure, what does
>
> $ python2.7 -c 'import struct; print(struct.calcsize("l"))'
>
> $ python3.6 -c 'import struct; print(struct.calcsize("l"))'
>
> print?
$ python2.7 -c 'import stru
D'Arcy Cain wrote:
> On 2018-07-12 07:41 PM, Peter Otten wrote:
>> Wild guess: one Python is 64 bit and the other is 32 bit, and you have
>> only one version of the library installed.
>
> Nope. Both are 64 bit.
Just to be 100% sure, what does
$ python2.7 -c 'import struct; print(struct.calcsiz
On 2018-07-12 07:41 PM, Peter Otten wrote:
> Wild guess: one Python is 64 bit and the other is 32 bit, and you have only
> one version of the library installed.
Nope. Both are 64 bit.
--
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:da...@vex.net VoIP: sip:da...@vybenetwo
On 2018-07-12 04:17 PM, Terry Reedy wrote:
> On 7/12/2018 3:52 PM, D'Arcy Cain wrote:
>> $ python2.7 -c "import ctypes.util;
>> print(ctypes.util.find_library('cairo'))"
>> libcairo.so.2
>> $ python3.6 -c "import ctypes.util;
>> print(ctypes.util.find_library('cairo'))"
>> None
>>
>> I have the 3.6
D'Arcy Cain wrote:
> $ python2.7 -c "import ctypes.util;
> print(ctypes.util.find_library('cairo'))"
> libcairo.so.2
> $ python3.6 -c "import ctypes.util;
> print(ctypes.util.find_library('cairo'))"
> None
>
> I have the 3.6 version of py-cairo installed. Any thoughts?
>
> NetBSD 7.1.2
Wild gu
On 7/12/2018 3:52 PM, D'Arcy Cain wrote:
$ python2.7 -c "import ctypes.util;
print(ctypes.util.find_library('cairo'))"
libcairo.so.2
$ python3.6 -c "import ctypes.util;
print(ctypes.util.find_library('cairo'))"
None
I have the 3.6 version of py-cairo installed. Any thoughts?
NetBSD 7.1.2
wha