[wxPython-users] ANN: PHATCH,
a PHoto bATCH processor with some new wxPython controls
Andrea Gavana
andrea.gavana at gmail.com
Tue Feb 5 12:14:11 PST 2008
Hi Stani,
On Feb 5, 2008 8:52 PM, Stani wrote:
> Sorry for spamming the wxpython mailing list with this long post...
>
> As a visual artist I needed an easy tool for batch processing and
> renaming images on Ubuntu. For a while I was using ImageMagick, but I
> found writing complex operations on the command line quite a hassle
> and wanted to write the image operations in python.
>
> As a result I'm pleased to announce the release of Phatch which is a
> powerful batch processor and renamer. Phatch exposes a big part of the
> Python Imaging Library through an user friendly GUI. (It is using
> python-pyexiv2 to offer more extensive EXIF and IPTC support.) Phatch
> is not targeted at manipulating individual pictures (such as with
> Gimp), but repeating the same actions on hundreds or thousands of
> images.
Very nice application! I was eager to try it, but unfortunately on
Windows XP, Python 2.5, wxPython 2.8.7.1 I get:
Traceback (most recent call last):
File "C:\Documents and
Settings\Andrea\Desktop\phatch-0.1.bzr331\phatch-0.1.bzr331\phatch\pyWx\lib\paint.py",
line 41, in OnEraseBackground
dc = GCDC(_dc)
File "C:\Python25\Lib\site-packages\wx-2.8-msw-ansi\wx\_gdi.py",
line 6031, in __init__
_gdi_.GCDC_swiginit(self,_gdi_.new_GCDC(*args))
TypeError: in method 'new_GCDC', expected argument 1 of type 'wxWindow *'
This happens at the very beginning, after the splash screen.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
More information about the wxpython-users
mailing list