Hi list,
Does anybody have a version of pil_usm (module for gaussian blurring)
that is compiled for Python 2.5?
Regards,
Dieter
--
Dieter Vanderelst
[EMAIL PROTECTED]
Department of Industrial Design
Designed Intelligence
--
Dieter Vanderelst
[EMAIL PROTECTED]
--
http
Hi,I'm working on an educational Python application that collects data about a large group of people (Of course, with the full consent of the students).The application should run on the PC of the participant and send the collected data back home to the server.
Furthermore, it is also necessary that
Hello,
I'm trying to access the Filters-Dll provided by the filters-project
(http://filters.sourceforge.net/index.htm).
Following the advice I got from the Python list -thank you for that-, I
do this using ctypes
(http://starship.python.net/crew/theller/ctypes/index.html).
I can seem to acces
Dear all,
Could anybody tell me whether there are ways to use an existing DLL file
in Python without having access to the source code?
I'm trying to find a way to use the image filters available in the
Filters-project (http://filters.sourceforge.net/) without having to
compile or build the DLL
use to crop my files?
Because I must be doing something wrong.
Thanks,
Dieter
Graham Fawcett wrote:
Dieter Vanderelst wrote:
Hello,
I'm having a problem with playing WAV files using Winsound.
If I use winsound to play a certain WAV files only the first few seconds
of the file
Hello,
I'm having a problem with playing WAV files using Winsound.
If I use winsound to play a certain WAV files only the first few seconds
of the file get played. I think this comes because these files contain
some parts of silence. There winsound seems the stop playing the files
(windows med
Dear all,
I'm currently comparing Python versus Perl to use in a project that
involved a lot of text processing. I'm trying to determine what the most
efficient language would be for our purposes. I have to admit that,
although I'm very familiar with Python, I'm complete Perl noob (and I
hope