similar to: Python bindings

Displaying 20 results from an estimated 9000 matches similar to: "Python bindings"

2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody: Here is the latest issue of Ogg Traffic. The HTML version is at http://www.vorbis.com/ot/20030715.html. Enjoy! Carsten. <p>Ogg Traffic for Tuesday, July 15, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: July 15, 2003 Table of Contents 1 Status Updates 1.1 Stan Seibert 1.2 Ed Zaleski
2005 Nov 04
0
Fwd: [Rpm-devel] rpm-4.4.3-0.34 for CentOS3
If anyone would like to help test the latest RPM on Centos 3, heres your chance. There are several new features that are not mentioned in Jeff's email, but as he said he wants to make sure it does no harm more than anything else. As an example though, this version supports: - runtime depedency checking (think of being able to have cpan modules that weren't installed by rpm being
2001 Jan 17
2
Python Module
All (Newbie Alert) A python interface for the Vorbis library would cheer up a lot of Python developers working on jukebox and streaming audio projects. I have some capability here, but before I start hacking around with the library: Has anyone else attempted a Python module? Should I wait for a new cut of the code before even starting? Cheers BJ -- Bernard Jauregui
2006 Sep 17
3
problems with yum and 4.3-->4.4
Are the problems with yum in the Centos 4.3->>4.4 upgrade process due to a forked or obsolete version of yum? I briefly scanned <https://lists.dulug.duke.edu> and didn't see any problems, but did see some incidents regarding yum hangs reported about a year ago. regarding the current upgrade, Seth Vidal in
2002 Jan 27
1
python modules for windows
is there any module for python which is ported to windows, like ao-python, vorbis-python and ogg-python. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2002 Jul 22
1
Problems with pyvorbis python bindings.
[Sorry if this is a duplicate post. My original didn't appear to have gotten through.] I had previously installed libao, libogg, libvorbis, and vorbis-tools, as linked from the RC3 download page at vorbis.com -- I downloaded and installed the latest versions of these four libraries from the vorbis.com download page, at which point my pyogg/pyvorbis Python bindings broke. I reinstalled the
2001 Sep 15
1
Pyogg equivalent for mp3?
Hello All, Somewhat offtopic, but pertinent for my Ogg app. I'm very happily using pyogg and pyao in a python script to serve as my ogg decoder. It's working very well! I'd like to add support for MP3s in a fashion similar to what I already have for oggs. However, I'm unaware of any such module. Anyone know of a python decoder wrapper for MP3s? Closest thing I can find is the
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have
2006 Nov 15
6
DO NOT REPLY [Bug 4232] New: rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]
https://bugzilla.samba.org/show_bug.cgi?id=4232 Summary: rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs] Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: critical Priority: P3 Component: core AssignedTo:
2011 May 03
2
[PATCH] [hivex] Use Python's distutils to determine include and site-packages directories.
The code has been taken from specifically ac_python_devel.m4 published at <http://ac-archive.sf.net/>, it has turned out to be less error-prone on my Debian system. --- configure.ac | 46 ++++++++++++---------------------------------- 1 files changed, 12 insertions(+), 34 deletions(-) diff --git a/configure.ac b/configure.ac index b82a841..5805ddd 100644 --- a/configure.ac +++
2003 Jun 03
1
Ogg Traffic for June 3, 2003
Hi everybody: It's been a while, so here is the latest round of Status Updates from just about everybody in Xiph. The HTML version is at http://www.vorbis.com/ot/20030603.html Enjoy! <p>Ogg Traffic for Tuesday, June 3, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: June 3, 2003 Table of Contents 1 Status Updates
2014 Jan 15
4
[PATCH 1/4] hivex: Python 2.6 does not have sysconfig.
--- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6785037..203f34f 100644 --- a/configure.ac +++ b/configure.ac @@ -329,8 +329,8 @@ AS_IF([test "x$enable_python" != "xno"], AC_MSG_CHECKING([for Python extension suffix (PEP-3149)]) if test -z "$PYTHON_EXT_SUFFIX"; then
2014 Nov 04
1
Re: [PATCH 7/9] python: fix detection of libpython features
On Tue, Nov 04, 2014 at 04:35:30PM +0100, Pino Toscano wrote: > Instead of querying distutils.sysconfig for the library name, just use > the $PYTHON_LIBS returned by pkg-config. This makes sure the tests can > link even with a libpython in a non-standard library directory. > --- > configure.ac | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) > > diff
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
since there's already a Python wrapper for libogg and libvorbis, it occurred to me: Why not write a Python wrapper for libogg and libvorbis? http://dingoskidneys.com/oggpy/ this is the 0.001 release. "release early.." it requires Boost.Python, possibly CVS Boost.Python, available from http://boost.org/ partly because it's not finished but mostly because it's written with
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel. For xen-1.1, the vmm and linux built fine, but the tools failed with something called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003'' ant -buildfile build-cmdline.xml dist Buildfile: build-cmdline.xml BUILD FAILED java.lang.VerifyError: verification failed at PC
2002 Aug 07
2
Problem with network drives
Hi list, Trying to execute an exe in my home directory on F: drive, configured as this (same entry as in documentation/samples/config), fails : ;[Drive F] ;"Path" = "${HOME}" ;"Type" = "network" ;"Label" = "Home" ;"Filesystem" = "win95" [syl@snoop brown]$ ls -l ~/duke.exe -rw------- 1 syl wine 1427953
2014 Nov 04
0
[PATCH 7/9] python: fix detection of libpython features
Instead of querying distutils.sysconfig for the library name, just use the $PYTHON_LIBS returned by pkg-config. This makes sure the tests can link even with a libpython in a non-standard library directory. --- configure.ac | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 87e066c..1bf291c 100644 --- a/configure.ac +++ b/configure.ac
2002 Feb 25
2
Question about Python bindings
Hi. I've seen that there are a few python bindings for the libraries. I am planning to write a relationed python module and before doing things wrong I wanted to know if this list can be used to talk about those bindings, if the authors of those bindings are on this list, or if I should join a python mailing list or something like that. IOW, I wouldn't like to write something to discover
2002 Mar 11
2
Help with Python, R and RPY
Hi All: Walter Moreira wrote a small extension module for using the R programming language from within Python. Tim Church's example at http://www.cmat.edu.uy/~walterm/rpy was so compelling, I could not resist installing it on my Linux Mandrake 8.1 box. But I ran into problems. I have installed on Mandrake 8.1 both python and R: R-base-1.4.1-1mdk.i586.rpm
2002 Nov 03
0
python bindings and ao lockup
Hello, I hope this is the right place to ask. I am having random lockups from the python bindings. My app has one or two threads running, the lockups only occure at one point, here is the code run as a thread def play(self): self.playing = TRUE self.output = [] self.lastplay = time.time() args = self.song_file, self.output retval =