similar to: Which Python binding to use ?

Displaying 20 results from an estimated 30000 matches similar to: "Which Python binding to use ?"

2011 Apr 20
2
py-Asterisk or pyst?
Hi there, I need a Python interface to asterisk manager for my own project. The voip-info.org (http://www.voip-info.org/wiki/view/Asterisk+manager+Examples) lists 4 python projects for this purpose: Fats, py-Asterisk, pyst and StarPy. Because my project is rather small and I don't want to involve twisted in, the options left for me are py-Asterisk and pyst. So I want to ask your opinion:
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying. So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian setup the alternatives are either : - to install it from source - tto build my own custom package removing this asterisk dependency (is it easy or even possible ?) - to use another solution such as pyst. Regards 2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com> > Yes you can. This what
2014 Apr 10
1
AMI and pyst
Does anyone on this list use pyst for AMI purposes? If so, can you point me in the direction of some simple examples. There seems to be none anywhere online. Probably doesn't help that I'm not that experienced at python but not insurmountably so. Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e:
2014 Jan 16
1
Starpy and Asterisk on different machines ?
Hello, Is it possible to run Starpy and Asterisk on different machines ? A quick glance at http://www.vrplumber.com/programming/starpy/ seems to tell it is possible but Debian's python-starpy package installs Asterisk. What do you think ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Sep 06
1
Asterisk Test Suite error
Hi, i am trying to install the Asterisk test suite on my ubuntu system , i have followed all the installlation steps as mentioned in the link ( http://blogs.asterisk.org/2010/04/29/installing-the-asterisk-test-suite/) , but when i am trying to run the script some of the test cases are PASSED and most of them are FAILED and SKIPPPED. So please help me out to do the testing correctly. The
2018 Jan 01
0
Is there a python binding, or any other script binding, that has access to individual instructions?
Hi, On 1/1/2018 07:26, Yuri via llvm-dev wrote: > I was thinking to make a simple code analysis tool to, for example, > find all system calls that have unchecked return codes, but I can't > find a binding for any scripting language. And I am averse to writing > this in C++. One possible choice would be llvmcpy -- Python bindings used by the rev.ng (https://rev.ng/) project:
2018 Jan 01
0
Is there a python binding, or any other script binding, that has access to individual instructions?
Hi Yuri, When you say code analysis, do you mean checking from source code itself, the intermediate representation, the assembly instructions or the binary? Brenda On Mon, Jan 1, 2018 at 1:26 AM, Yuri via llvm-dev <llvm-dev at lists.llvm.org> wrote: > There is llvmlite http://llvmlite.readthedocs.io/en/latest/ , but it > doesn't seem to support reading individual instructions,
2018 Jan 01
5
Is there a python binding, or any other script binding, that has access to individual instructions?
There is llvmlite http://llvmlite.readthedocs.io/en/latest/ , but it doesn't seem to support reading individual instructions, based on these docs. I was thinking to make a simple code analysis tool to, for example, find all system calls that have unchecked return codes, but I can't find a binding for any scripting language. And I am averse to writing this in C++. Thanks, Yuri
2010 Oct 13
1
[PATCH]: pyxl: fix build of python xl binding for python < 2.5
The python C API introduced Py_ssize_t in version 2.5. Prior to this int''s were used instead. Fix the build by way of a heinous preprocessor macro. diff -r 38ad3633ecaf tools/python/xen/lowlevel/xl/xl.c --- a/tools/python/xen/lowlevel/xl/xl.c Wed Oct 13 12:01:30 2010 +0100 +++ b/tools/python/xen/lowlevel/xl/xl.c Wed Oct 13 17:51:44 2010 +0100 @@ -51,6 +51,10 @@ #define CLS
2005 Jun 23
0
rsync perl/binding (python) and libraries
Hi, First I am new on the list, and I think this topic has been allready in past. I am looking rsync with the idea to create perl-Binding for rsync. I saw in the TODO list python binding has been plan in past too. The current rsync code make this hard as rsync does not provide library itself. Of course there is allready librsync for a lib, File::RsyncP as perl binding, but this last one is a
2015 Jan 16
2
Suggest to update python binding information on libvirt.org
Hello. I am new libvirt user. I downloaded and compile the source code with default configuration. I had a lot of trouble before finally found out that python bindings is now a separated package. However the web site still states that python binding is directly supported, and that install extra binding package when libvirt is installed as a binary package. Please consider updating this
2015 Jan 16
1
Re: Suggest to update python binding information on libvirt.org
Apologize for missing that URL: http://libvirt.org/bindings.html By the way, Will the community apply for GSoC this year? On Fri, Jan 16, 2015 at 4:26 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Fri, Jan 16, 2015 at 03:25:26PM +0800, Lingyu Zhu wrote: > >> Hello. >> I am new libvirt user. I downloaded and compile the source code with >> default
2007 Oct 11
3
Distributed FAX - How to best complement asterisk ?
Hi list, I'm evaluating a private telephony scenario of about 20 locations - 300 phones, 50 FAX machines. Initial overview points to the installation of asterisk at three locations connected to the PSTN via ISDN PRI. All other locations, small by themselves, would get SIP phones managed by asterisk, since there is good IP connectivity between all sites. Now on to the
2015 Jan 16
0
Re: Suggest to update python binding information on libvirt.org
On Fri, Jan 16, 2015 at 03:25:26PM +0800, Lingyu Zhu wrote: >Hello. >I am new libvirt user. I downloaded and compile the source code with >default configuration. I had a lot of trouble before finally found out that >python bindings is now a separated package. However the web site still >states that python binding is directly supported, and that install extra >binding package
2011 Feb 10
0
How to retrieve Memory stat of the KVM using python binding with Libvirt API
Hi , I am using ubuntu host machine and KVM is present as guest in that machine.Two virtual machines are there.I am using Python binding to query on the hypervisor and extract the VM related information.I like to print memory stat of the VM like SWAP_IN , SWAP_OUT,free memory, mem cached etc.So, the code, I have written for this, is : #!/usr/local/bin/python import libvirt import sys conn =
2012 May 18
0
How to use Python Binding with Lbivirt.
When I run the python test code I got the SASL error. But it's ok if I run the C sample code. Do you know the reason?? Here is the message: libvir: RPC error : authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found) Traceback (most recent call last): ? File "esxList.py", line 101, in ? ? ? conn = libvirt.openAuth(uri,
2005 Sep 14
1
Python binding and Xapian fields
Hi all, I have spent more than 3 hours trying to figure out how Xapian documents fields works ! It seems that I failed so I ask for help. I am using Xapian 0.9.2 with Python bindings and Xapwrap (Python wrapper for xapian) on Fedora Core 3. I have added custom fields like 'uri', 'title', etc and I wish to view them in my Omega results. I am also using an Omega XML customized
2011 Feb 09
1
How to use Python Binding with Lbivirt.
HI, I am using ubuntu host machine and KVM is present as guest in that machine.Two virtual machines are there.I am using Python binding to query on the hypervisor and extract the VM related information. Here is my simple code: #!/*usr*/local/bin/*python * import libvirt import sys conn = libvirt.openReadOnly(None) if conn == None: print *'Failed to open connection to the
2008 Mar 20
0
[LLVMdev] LLVM Python binding
I'd might think about that, I have created quite a few Python bindings and, oddly enough, do enjoy it, probably just because of how easy boost::python makes it (I have always manually done it directly using that, but because of the sheer size of LLVM I may use a code generator to generate the basics, and yes I know how to manually create python C modules without any binder, but boost::python
2008 Mar 19
2
[LLVMdev] LLVM Python binding
Hello, I am developing an application which is Python based and uses LLVM. I use LLVM by generating textual bitcode files and feeding them to my plug-in. I wish LLVM had Python binding. I would love to see Python binding as one of the GSoC projects so someone from the community can pick it up. Cheers, Nadav