On 2010-04-03 18:09, mcanjo wrote:
I have an executable (I don't have access to the source code) that
processes some data. I double click on the icon and a Command prompt
window pops up. The program asks me for the input file, I hit enter,
and then it asks me for and output filename, I hit enter
"Trent Mick" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I'm happy to announce that ActivePython 2.5.0.0 is now available for
> download
> from:
> http://www.activestate.com/products/activepython/
>
> This is the first release of ActivePython for Python version 2.5.
> A
Is there somewhere some Python-module that can be used for adding EXIF-info
to JPEG files?
(Modules for extraction of EXIF-data are easily found, but lacks - as I see
it - capacity to add new tags.)
/BJ
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have a class-hierarchy (fairly deep and fairly wide).
Is there a good and general way to test an instance-object obj for having a
class belonging to a certain "sub-tree" of the hierarchy with a common
parent class C?
Testing for presence of attributes created at __init__ time is not
consid