Re: Python ABI typeslots for buffer protocol

2020-01-16 Thread Barry
> On 16 Jan 2020, at 16:12, nerdynels...@gmail.com wrote: > > Still hoping a Python developer can weigh in on this or point me where to > get this issue addressed. Does this tell you what you want to know? https://docs.python.org/3/c-api/buffer.html Barry > -- > https://mail.python.org/ma

Re: Python ABI typeslots for buffer protocol

2020-01-16 Thread nerdynelsons
Still hoping a Python developer can weigh in on this or point me where to get this issue addressed. -- https://mail.python.org/mailman/listinfo/python-list

Python ABI typeslots for buffer protocol

2020-01-06 Thread nerdynelsons
Hello, I am trying to implement the buffer API for the JPype Python module. Unfortunately the required type slots (Py_bf_getbuffer, Py_bf_releasebuffer) are currently disabled due to the long since closed issue #10181. JPype is a bridge module between Java and Python and as such it is requir

Re: how to fix error "Requires python(abi)=2.4"

2012-08-14 Thread Benjamin Kaplan
On Aug 14, 2012 4:51 AM, "sagarnikam123" wrote: > > i am installing numpy on fedora with python 2.6,2.7 & 3.1 > > > > -- Python bytecode and C interface are not compatible across versions. If you're trying to install a numpy binary that was compiled against 2.4, it won't work with newer versions.

how to fix error "Requires python(abi)=2.4"

2012-08-14 Thread sagarnikam123
i am installing numpy on fedora with python 2.6,2.7 & 3.1 -- View this message in context: http://python.6.n6.nabble.com/how-to-fix-error-Requires-python-abi-2-4-tp4985031.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/list

Re: python(abi)

2006-11-12 Thread Fredrik Lundh
Ioannis Vranos wrote: > [EMAIL PROTECTED] download]# rpm -ivh > wxPython-common-gtk2-unicode-2.6.3.3-fc4_py2.4.i386.rpm > error: Failed dependencies: > python(abi) = 2.4 is needed by > wxPython-common-gtk2-unicode-2.6.3.3-fc4_py2.4.i386 > > I have found in some

python(abi)

2006-11-12 Thread Ioannis Vranos
trying to install BitTorrent 5.0 prerequisites, and when I am trying to install wxPython-common-gtk2-unicode-2.6.3.3-fc4_py2.4.i386.rpm, I am getting the message that it requires python(abi): [EMAIL PROTECTED] download]# rpm -ivh wxPython-common-gtk2-unicode-2.6.3.3-fc4_py2.4.i386.rpm error

What is python(abi)?

2006-10-12 Thread Mandy.Lialie
Hi, I have searched for quite a long time, but still can't get it. When I install YUM or others, it embarrasses me. That says python(abi) = 2.4 is need. Previous I install python 2.4, then install 2.5 to have a try. Both work well. And build wxPython successfully with 2.5. OS: FC5 Any

Re: What is python(abi)?

2006-10-12 Thread Fredrik Lundh
Mandy.Lialie" wrote: > I have search it for quite a long time. But I still can't get it. > When I attempt to install yum and others, it always embarrasses me. > It says python(abi) = 2.4 is need. afaik, python(api) is a psuedo-package that's used for dependency manage- me

What is python(abi)?

2006-10-12 Thread Mandy.Lialie
Hi, I have search it for quite a long time. But I still can't get it. When I attempt to install yum and others, it always embarrasses me. It says python(abi) = 2.4 is need. I have version 2.4 at first. But have a try version 2.5, remove 2.4. Both work well, and do well with wx. OS: FC