Re: Multithreaded compression/decompression library with python bindings?

2017-10-05 Thread Thomas Jollans
On 05/10/17 20:38, Stephan Houben wrote: > Op 2017-10-05, Thomas Nyberg schreef : >> Btw if anyone knows a better way to handle this sort of thing, I'm all >> ears. Given my current implementation I could use any compression that >> works with stdin/stdout as long as I could sort out the waiting on

Re: Multithreaded compression/decompression library with python bindings?

2017-10-05 Thread Stephan Houben
Op 2017-10-05, Thomas Nyberg schreef : > Btw if anyone knows a better way to handle this sort of thing, I'm all > ears. Given my current implementation I could use any compression that > works with stdin/stdout as long as I could sort out the waiting on the > subprocess. In fact, bzip2 is probably

Re: Multithreaded compression/decompression library with python bindings?

2017-10-05 Thread Thomas Nyberg
Btw if anyone knows a better way to handle this sort of thing, I'm all ears. Given my current implementation I could use any compression that works with stdin/stdout as long as I could sort out the waiting on the subprocess. In fact, bzip2 is probably more than I need...I've half used it out of hab

Re: Multithreaded compression/decompression library with python bindings?

2017-10-05 Thread Thomas Nyberg
On 10/04/2017 05:08 PM, Steve D'Aprano wrote: > pbip2? Never heard of it, and googling comes up with nothing relevant. > > Got a link? Sorry it was a typo as Paul Moore said. pbzip2 is a parellelized implementation of bzip2: http://compression.ca/pbzip2/ > Why obviously? Sorry again. I

Re: Multithreaded compression/decompression library with python bindings?

2017-10-04 Thread Stephan Houben
Op 2017-10-04, Paul Moore schreef : > On 4 October 2017 at 16:08, Steve D'Aprano wrote: >> On Wed, 4 Oct 2017 08:19 pm, Thomas Nyberg wrote: >> >>> Hello, >>> >>> I was wondering if anyone here knew of any python libraries with >>> interfaces similar to the bzip2 module which is also multithreaded

Re: Multithreaded compression/decompression library with python bindings?

2017-10-04 Thread Paul Moore
On 4 October 2017 at 16:08, Steve D'Aprano wrote: > On Wed, 4 Oct 2017 08:19 pm, Thomas Nyberg wrote: > >> Hello, >> >> I was wondering if anyone here knew of any python libraries with >> interfaces similar to the bzip2 module which is also multithreaded in >> (de)compression? Something along the

Re: Multithreaded compression/decompression library with python bindings?

2017-10-04 Thread Steve D'Aprano
On Wed, 4 Oct 2017 08:19 pm, Thomas Nyberg wrote: > Hello, > > I was wondering if anyone here knew of any python libraries with > interfaces similar to the bzip2 module which is also multithreaded in > (de)compression? Something along the lines of (say) the pbip2 program > but with bindings for p

Multithreaded compression/decompression library with python bindings?

2017-10-04 Thread Thomas Nyberg
Hello, I was wondering if anyone here knew of any python libraries with interfaces similar to the bzip2 module which is also multithreaded in (de)compression? Something along the lines of (say) the pbip2 program but with bindings for python? Obviously the multi-threaded part will need to be handle

Re: anyone can make a Python bindings of VLC-Qt ?

2013-01-24 Thread Chris Angelico
On Fri, Jan 25, 2013 at 1:25 AM, iMath wrote: > > anyone can make a Python bindings of VLC-Qt ? > https://github.com/ntadej/vlc-qt > accurately, can anyone make a PyQt bindings of VLC-Qt ? Yes, someone can. Ideally, someone who knows C++, Python, VLC, and Qt, and has the time to p

anyone can make a Python bindings of VLC-Qt ?

2013-01-24 Thread iMath
anyone can make a Python bindings of VLC-Qt ? https://github.com/ntadej/vlc-qt accurately, can anyone make a PyQt bindings of VLC-Qt ? -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyQt v4.9 Released (Python bindings for Qt)

2011-12-23 Thread Phil Thompson
PyQt v4.9 has been released and is available from http://www.riverbankcomputing.com/software/pyqt/. PyQt is a comprehensive set of bindings for the Qt application and UI framework from Nokia. It supports the same platforms as Qt (Windows, Linux and MacOS/X). PyQt supports Python v3 and Python v2

Re: pywebkit - python bindings for webkit DOM (alpha)

2010-10-23 Thread deostroll
Okay found the instruction to build the project on the site http://www.gnu.org/software/pythonwebkit/ Not sure how to apply the patch. I already have an installation of pythonwebkit. Should I uninstall it, download the source from http://code.google.com/p/pywebkitgtk and then apply the patch. I'v

Re: pywebkit - python bindings for webkit DOM (alpha)

2010-10-22 Thread deostroll
Hi, Any instructions on how to get started with the source code? --deostroll On Oct 8, 1:57 am, lkcl wrote: > apologies for the 3 copies of the post: mail.python.org's SMTP service > was offline yesterday. > > just a quick update: XMLHttpRequest support has been fixed today, and > the correct ve

Re: pywebkit - python bindings for webkit DOM (alpha)

2010-10-08 Thread lkcl
apologies for the 3 copies of the post: mail.python.org's SMTP service was offline yesterday. just a quick update: XMLHttpRequest support has been fixed today, and the correct version of libsoup discovered which actually works. that puts PythonWebkit into a "useful and useable" state, despite bei

[ANN] pywebkit - python bindings for webkit DOM (alpha)

2010-10-07 Thread lkcl
i've been kindly sponsored by http://www.samurai.com.br to create direct python bindings to webkit's DOM: http://www.gnu.org/software/pythonwebkit/ the significance of this project is that it makes python a peer of javascript when it comes to manipulating HTML through DOM functions

[ANN] pywebkit - python bindings for webkit DOM (alpha)

2010-10-07 Thread lkcl
From: l...@lkcl.net To: python-list@python.org i've been kindly sponsored by http://www.samurai.com.br to create direct python bindings to webkit's DOM: http://www.gnu.org/software/pythonwebkit/ the significance of this project is that it makes python a peer of javascript when i

[ANN] pywebkit - python bindings for webkit DOM (alpha)

2010-10-07 Thread Luke Kenneth Casson Leighton
i've been kindly sponsored by http://www.samurai.com.br to create direct python bindings to webkit's DOM: http://www.gnu.org/software/pythonwebkit/ the significance of this project is that it makes python a peer of javascript when it comes to manipulating HTML through DOM functions

Re: libpst - python bindings

2010-03-31 Thread Jean-Michel Pichavant
Richard Lamboj wrote: Hello, are there any python bindings for libpst? http://www.five-ten-sg.com/libpst/ https://alioth.debian.org/projects/libpst/ Kind Regards Richi http://www.lmgtfy.com/?q=libpst+python 3rd hit Cheers, JM -- http://mail.python.org/mailman/listinfo/python-list

libpst - python bindings

2010-03-31 Thread Richard Lamboj
Hello, are there any python bindings for libpst? http://www.five-ten-sg.com/libpst/ https://alioth.debian.org/projects/libpst/ Kind Regards Richi -- http://mail.python.org/mailman/listinfo/python-list

Re: Python bindings tutorial

2010-03-19 Thread Alf P. Steinbach
* Tim Roberts: Dave Angel wrote: There's no real reason parts of an exe cannot be exported, same as a dll. They are in fact the same structure. And in fact many other files in the Windows environment are also the same structure, from fonts to ocx's This is a bit off-topic, but your explan

Re: Python bindings tutorial

2010-03-18 Thread Tim Roberts
Dave Angel wrote: >> >There's no real reason parts of an exe cannot be exported, same as a >dll. They are in fact the same structure. And in fact many other files >in the Windows environment are also the same structure, from fonts to ocx's Well, there IS a fundamental difference. EXEs and DL

Re: Python bindings tutorial

2010-03-18 Thread Alf P. Steinbach
* Dave Angel: Alf P. Steinbach wrote: * Dave Angel: Stefan Behnel wrote: mikelisa...@gmail.com, 17.03.2010 10:08: Its interesting you've mentioned the hard work involved in this interface (binding to an EXE instead of a DLL). A year or more ago I was looking at interfacing IPMITOOL to python.

Re: Python bindings tutorial

2010-03-18 Thread Dave Angel
Alf P. Steinbach wrote: * Dave Angel: Stefan Behnel wrote: mikelisa...@gmail.com, 17.03.2010 10:08: Its interesting you've mentioned the hard work involved in this interface (binding to an EXE instead of a DLL). A year or more ago I was looking at interfacing IPMITOOL to python. Do to the probl

Re: Python bindings tutorial

2010-03-17 Thread Terry Reedy
On 3/17/2010 8:18 AM, Stefan Behnel wrote: Dave Angel, 17.03.2010 12:14: Stefan Behnel wrote: I think the point here is that executable binaries are not supposed to be used as libraries. Libraries are. That's the difference between a DLL and an executable in the first place. To run an executabl

Re: Python bindings tutorial

2010-03-17 Thread Stefan Behnel
Dave Angel, 17.03.2010 12:14: Stefan Behnel wrote: I think the point here is that executable binaries are not supposed to be used as libraries. Libraries are. That's the difference between a DLL and an executable in the first place. To run an executable, execute it. The subprocess module is the

Re: Python bindings tutorial

2010-03-17 Thread Alf P. Steinbach
* Dave Angel: Stefan Behnel wrote: mikelisa...@gmail.com, 17.03.2010 10:08: Its interesting you've mentioned the hard work involved in this interface (binding to an EXE instead of a DLL). A year or more ago I was looking at interfacing IPMITOOL to python. Do to the problems incurred with swig/py

Re: Python bindings tutorial

2010-03-17 Thread Dave Angel
Stefan Behnel wrote: mikelisa...@gmail.com, 17.03.2010 10:08: Its interesting you've mentioned the hard work involved in this interface (binding to an EXE instead of a DLL). A year or more ago I was looking at interfacing IPMITOOL to python. Do to the problems incurred with swig/python I switched

Re: Python bindings tutorial

2010-03-17 Thread Stefan Behnel
mikelisa...@gmail.com, 17.03.2010 10:08: Its interesting you've mentioned the hard work involved in this interface (binding to an EXE instead of a DLL). A year or more ago I was looking at interfacing IPMITOOL to python. Do to the problems incurred with swig/python I switched to a running the pro

Re: Python bindings tutorial

2010-03-17 Thread mikelisa...@gmail.com
On Mar 16, 3:12 pm, "Gabriel Genellina" wrote: > En Tue, 16 Mar 2010 13:20:40 -0300, Johny escribió: > > > Is there any tutorial how to write a bindings for a exe ( dos) > > program? > > I would like to run it from a Python directly > > ( using import command and a particular function from the bi

Re: Python bindings tutorial

2010-03-16 Thread CHEN Guang
> Is there any tutorial how to write a bindings for a exe ( dos) > program? > I would like to run it from a Python directly > ( using import command and a particular function from the binding) > not using os.system command. An example: PythoidC ( http://pythoidc.googlecode.com ), look at import

Re: Python bindings tutorial

2010-03-16 Thread Terry Reedy
On 3/16/2010 3:12 PM, Gabriel Genellina wrote: En Tue, 16 Mar 2010 13:20:40 -0300, Johny escribió: Is there any tutorial how to write a bindings for a exe ( dos) program? I would like to run it from a Python directly ( using import command and a particular function from the binding) not using

Re: Python bindings tutorial

2010-03-16 Thread Gabriel Genellina
En Tue, 16 Mar 2010 13:20:40 -0300, Johny escribió: Is there any tutorial how to write a bindings for a exe ( dos) program? I would like to run it from a Python directly ( using import command and a particular function from the binding) not using os.system command. Do you mean that you want

Re: Python bindings tutorial

2010-03-16 Thread Joaquin Abian
On Mar 16, 5:20 pm, Johny wrote: > Is there any tutorial how to write a bindings for a exe ( dos) > program? > I would like to run it from a Python directly > ( using import command and a particular function from the binding) >  not using os.system command. > Thanks > L. subprocess ? -- http://m

Re: Python bindings tutorial

2010-03-16 Thread Joaquin Abian
On Mar 16, 5:20 pm, Johny wrote: > Is there any tutorial how to write a bindings for a exe ( dos) > program? > I would like to run it from a Python directly > ( using import command and a particular function from the binding) >  not using os.system command. > Thanks > L. subprocess ? -- http://m

Python bindings tutorial

2010-03-16 Thread Johny
Is there any tutorial how to write a bindings for a exe ( dos) program? I would like to run it from a Python directly ( using import command and a particular function from the binding) not using os.system command. Thanks L. -- http://mail.python.org/mailman/listinfo/python-list

SIP v4.10 Released (Python Bindings Generator)

2010-01-21 Thread Phil Thompson
SIP v4.10 has been released and can be downloaded from http://www.riverbankcomputing.com/software/sip/. SIP is a tool for generating Python modules that wrap C or C++ libraries. It is similar to SWIG. It is used to generate PyQt and PyKDE. The SIP license is similar to the Python License and is

ANN: SIP v4.9 Released (Python Bindings Generator)

2009-09-27 Thread Phil Thompson
SIP v4.9 has been released and can be downloaded from http://www.riverbankcomputing.com/software/sip/. SIP is a tool for generating Python modules that wrap C or C++ libraries. It is similar to SWIG. It is used to generate PyQt and PyKDE. The SIP license is similar to the Python License and is a

Re: postgreSQL python bindings - which one?

2009-06-27 Thread Horace Blegg
On Sat, Jun 27, 2009 at 10:23 AM, Philip Semanchuk wrote: > > On Jun 27, 2009, at 8:27 AM, Albert Hopkins wrote: > > On Fri, 2009-06-26 at 21:10 -0700, Horace Blegg wrote: >> >>> Hi, I'm having a hard time deciding which set of PGSQL python bindings >>> t

Re: postgreSQL python bindings - which one?

2009-06-27 Thread Philip Semanchuk
On Jun 27, 2009, at 8:27 AM, Albert Hopkins wrote: On Fri, 2009-06-26 at 21:10 -0700, Horace Blegg wrote: Hi, I'm having a hard time deciding which set of PGSQL python bindings to go with. I don't know much about SQL to begin with, so the collage of packages of somewhat dau

Re: postgreSQL python bindings - which one?

2009-06-27 Thread Albert Hopkins
On Fri, 2009-06-26 at 21:10 -0700, Horace Blegg wrote: > Hi, I'm having a hard time deciding which set of PGSQL python bindings > to go with. I don't know much about SQL to begin with, so the collage > of packages of somewhat daunting. I'm starting a pet project in order

postgreSQL python bindings - which one?

2009-06-26 Thread Horace Blegg
Hi, I'm having a hard time deciding which set of PGSQL python bindings to go with. I don't know much about SQL to begin with, so the collage of packages of somewhat daunting. I'm starting a pet project in order to teach my self more, but I want to avoid getting off on the wrong foo

PyQt v4.5.1 Released (Python bindings for Qt)

2009-06-16 Thread Phil Thompson
sed as the Windows backend, QuickTime as the MacOS/X backend, and GStreamer as the Linux backend. DBus PyQt includes dbus.mainloop.qt that allows the Qt event loop to be used with the standard DBus Python bindings. PyQt includes the pyuic4 utility which generates Python code to

Re: Experiences with libical Python bindings?

2008-08-21 Thread Grant Edwards
On 2008-08-21, Grant Edwards <[EMAIL PROTECTED]> wrote: > I searched the c.l.p archive and didn't find any postings > mentioning libical newer than 2002. > > Does that mean it's well documented and "just works", or that > nobody is using it? It looks like the pure-python iCalendar package is a bet

Experiences with libical Python bindings?

2008-08-21 Thread Grant Edwards
I searched the c.l.p archive and didn't find any postings mentioning libical newer than 2002. Does that mean it's well documented and "just works", or that nobody is using it? -- Grant Edwards grante Yow! Wow! Look!! A stray at

Building VTK-5.0.3-1 with Python bindings (VS 8.0)

2007-10-03 Thread Anonymous
I am having problems with CMake. I currently have the ff errors (paths not set - and I am not sure what to set them to): TK_INCLUDE_PATH TK_INTERNAL_PATH TK_XLIB_PATH (I don't know why this is reqd, since I'm running W2k) Has anyone done this before or now how to fix these errors ? -- http://

ANNOUNCE: PyQt3Support r1 - Python bindings for Qt3Support

2007-09-17 Thread Matteo Bertini
PyQt3Support - Python bindings for Qt3Support http://www.develer.com/oss/PyQt3Support What is this? PyQt3Support is an extension to PyQt4 that adds bindings to Qt's Qt3Support library for usage from the Python language. This is very helpful to migrate existing PyQt3 applica

ANN: Python bindings for mjpegtools (yuv4mpeg)

2007-09-02 Thread DavidM
Hi, I've built some bindings for the yuv4mpeg API, supporting both Python and C++. http://www.freenet.org.nz/pyyuv4mpeg/ Based on SWIG, implements virtually the whole API as given in yuv4mpeg.h, and also implements a high-level 'Stream' class in both C++ and Python. These bindings allow easy cr

PyQt v4.3 (Python Bindings for Qt) Released

2007-08-05 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.3 available from http://www.riverbankcomputing.co.uk/pyqt/. The highlights of this release include: - Full support for Qt v4.3.0. - Partial functions can be used as slots. - Many Qt classes now support the standard Python pickle p

ANN: PyQt v4.2 (Python Bindings for Qt)

2007-04-16 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.2 available from http://www.riverbankcomputing.co.uk/pyqt/. The highlights of this release include: - The ability to write widget plugins for Qt Designer in Python. - Integration of the Python command shell and the Qt event loop.

Re: Python bindings for RCS apps

2006-12-04 Thread [EMAIL PROTECTED]
I want some RCS for document management which could be controlled by python :) a bit like a wiki. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python bindings for RCS apps

2006-12-04 Thread Paul Boddie
[EMAIL PROTECTED] wrote: > There is pySVN for subversion but does other revision control system > systems have some good python bindings/apis ? with good docs and some > examples. Here are some starting points for some different systems: Bazaar -- Something about the structure

Python bindings for RCS apps

2006-12-04 Thread [EMAIL PROTECTED]
There is pySVN for subversion but does other revision control system systems have some good python bindings/apis ? with good docs and some examples. -- http://mail.python.org/mailman/listinfo/python-list

VLC-python bindings

2006-11-14 Thread LaundroMat
Hi, Has anyone succeeded in compiling the vlc-python bindings on Windows? (as discussed in the vlc development wiki). I have found several compiled bindings, but none were updated for Python 2.4 (or 2.5 for that matter). As I am a complete layman for everything that is C compilation on any

python bindings

2006-11-05 Thread Lane Brooks
I have a header file and archive file for a C-api that I would like to interface via python. I tried using SWIG, but I get the error message to compile the object files with the -fPIC option. Since I do not have the source code, I cannot recompile. Can anyone suggest a way to get this C-api into

Re: Python bindings for picasaweb ...

2006-08-23 Thread Andy Terrel
sweet. I'll definitely be trying to use this. [EMAIL PROTECTED] wrote: > Just a post to announce some python bindings for picasaweb (photo's > service of google). > ---> PycasaWeb (GPL), http://manatlan.infogami.com/pycasaweb > I think it may be usefull for linux users

Python bindings for picasaweb ...

2006-08-23 Thread manatlan
Just a post to announce some python bindings for picasaweb (photo's service of google). ---> PycasaWeb (GPL), http://manatlan.infogami.com/pycasaweb I think it may be usefull for linux users, because it's one of the only way to post pictures on picasaweb. And can be usefull to script

Re: ANN: PyQt v4.0 Released - Python Bindings for Qt v4

2006-06-12 Thread K.S.Sreeram
Butternut Squash wrote: > Where is the best place to learn how to use this library??? There dont seem to any tutorials on the web for PyQt4 yet. So you'll have to make do with reading pyqt3 tutorials, and reading the bundled example code. If you are comfortable with C++, then check out the Qt tut

Re: ANN: PyQt v4.0 Released - Python Bindings for Qt v4

2006-06-12 Thread Damjan
> QtNetwork > A set of classes to support TCP and UDP socket programming and higher > level protocols (eg. HTTP). Since QtNetwork is asynchronous how does it compare to twisted? I find Qt's signals and slots easier to understand and work with than twisted deferreds. -- damjan -- h

Re: ANN: PyQt v4.0 Released - Python Bindings for Qt v4

2006-06-11 Thread Butternut Squash
Phil Thompson wrote: > Riverbank Computing is pleased to announce the release of PyQt v4.0 > available from http://www.riverbankcomputing.co.uk/pyqt/. > > The main change from v4.0beta1 is the inclusion of comprehensive HTML > documentation based on the Qt documentation. > > PyQt is a comprehens

ANN: PyQt v4.0 Released - Python Bindings for Qt v4

2006-06-11 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.0 available from http://www.riverbankcomputing.co.uk/pyqt/. The main change from v4.0beta1 is the inclusion of comprehensive HTML documentation based on the Qt documentation. PyQt is a comprehensive set of Qt bindings for the Pyt

Problem build python bindings to lasso with swig on mac os x

2005-12-04 Thread Roland Hedberg
Hi! This involves quite a lot of different system, so I'm not really sure who which would be the right list to query. So, I'm trying a couple, this list being one of them. I'm trying to build the lasso (http://lasso.entrouvert.org/) libraries and what I really want to get a

[Announce] boost.date_time library Python bindings

2005-11-30 Thread Roman Yakovenko
Hi. I am pleased to announce a new Python package - date_time. date_time package is a Python bindings for the boost.date_time C++ library. boost.date_time is a cross-platform and open source C++ library which is designed to provide a basis for performing efficient time calculations. The

Re: Python Bindings for Dirac, (sorta announcement)

2005-09-15 Thread Matt Hammond
We now also have python bindings for Dirac /encoding/ too. If you feel like playing with this (please do!) the same caveats Michael mentioned apply, and the dependancies are the same (pyrex and dirac). A sample video encoding->decoding->viewing pipeline is in: /Code/Python/Kamaelia/Ex

Python Bindings for Dirac, (sorta announcement)

2005-09-13 Thread Michael Sparks
Hi, We're in the process of creating python bindings for Dirac. We currently have /decode/ of dirac functioning nicely, so I've packaged up the bindings separately from the rest of the Kamaelia project for those that are interested and would want a play. (Encoding will naturally follow

Re: Problem building Python bindings for subversion

2005-06-28 Thread Chris Lambacher
m CVS) needs subversion python > bindings. I installed swig and built subversion from source with it. > Everything works fine until I try to build the Python bindings. > > When I try "make swig-py" I get the following, Python related, error: > > # make swig-py > /bin/

Problem building Python bindings for subversion

2005-06-28 Thread Arthur Chereau
Hi, I'm trying to setup viewcvs to work with subversion 1.2.0 on Linux with Python 2.4.1. The last viewcvs (from CVS) needs subversion python bindings. I installed swig and built subversion from source with it. Everything works fine until I try to build the Python bindings. When I try "

Re: PyQt Python Bindings for Qt v3.14 Released

2005-02-22 Thread Phil Thompson
> Phil Thompson napisa³(a): > >> Riverbank Computing is pleased to announce the release of PyQt v3.14 >> available >> from http://www.riverbankcomputing.co.uk/. > > Classes generated by puyic 3.13 are not compatible with PyQt 3.14 (some > method signature incompatibilities). I cann't provide more d

Re: PyQt Python Bindings for Qt v3.14 Released

2005-02-21 Thread Jarek Zgoda
Phil Thompson napisał(a): Riverbank Computing is pleased to announce the release of PyQt v3.14 available from http://www.riverbankcomputing.co.uk/. Classes generated by puyic 3.13 are not compatible with PyQt 3.14 (some method signature incompatibilities). I cann't provide more details, as I reg

Re: PyQt Python Bindings for Qt v3.14 Released

2005-02-20 Thread Phil Thompson
On Sunday 20 February 2005 8:42 pm, Simon John wrote: > All looks like good news, especially PyQt4 - one question, if it's > statically linked with Qt4, will it still work with things like py2exe? Should do. > I guess it just won't need qt-mt4.dll? The binary will be provided for the Windows GPL

Re: PyQt Python Bindings for Qt v3.14 Released

2005-02-20 Thread Simon John
All looks like good news, especially PyQt4 - one question, if it's statically linked with Qt4, will it still work with things like py2exe? I guess it just won't need qt-mt4.dll? I'm getting a 404 on the new SIP: http://www.river-bank.demon.co.uk/download/QScintilla/qscintilla-1.61-gpl-1.5.tar.gz

PyQt Python Bindings for Qt v3.14 Released

2005-02-20 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v3.14 available from http://www.riverbankcomputing.co.uk/. Changes since the last release include support for QScintilla v1.5. PyQt is a comprehensive set of Qt bindings for the Python programming language and supports the same plat

RFC: Python bindings to Linux i2c-dev

2005-01-22 Thread Mark M. Hoffman
Hi everyone: I've created a Python extension in C for the Linux i2c-dev interface. As this is my first attempt at extending Python, I would appreciate any comments or suggestions. I'm especially interested to know if (and where) I got any of the ref-counting wrong. But I'm also interested in com