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
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
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
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
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
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
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
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
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 ?
https://github.com/ntadej/vlc-qt
accurately, can anyone make a PyQt bindings of VLC-Qt ?
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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
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
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
* 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
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
* 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.
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
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
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
* 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
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
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
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
> 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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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://
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
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
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
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.
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
[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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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/
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 "
> 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
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
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
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
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
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
72 matches
Mail list logo