Re: passing command line arguments to executable

2010-04-06 Thread Bror Johansson
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

Re: ActivePython 2.5.0.0 is now available

2007-03-13 Thread Bror Johansson
"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

Python for EXIF-info-additions ?

2006-08-18 Thread Bror Johansson
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

instance and class-hierarchy ?

2006-03-29 Thread Bror Johansson
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