-
Hello,
I used EXIF.py in some thousands of photos and I've found some that was crashing EXIF.py.
--------------------
The crashing is like:
exif_fail.jpg:
Traceback (most recent call last):
File "/home/carles/exif-py/source/EXIF.py", line 1749, in
data = process_file(file, stop_tag=stop_tag, details=detailed, strict=strict, debug=debug)
File...
2008-10-30 21:25:24 UTC in EXIF.py
-
Comment: I wrote about "naturalnumber", later I thought that it's more clear to say "positivenumber" :-)
Thanks,
Carles.
2008-07-27 20:42:50 UTC in PyS60
-
Hi msapiro,
You are right, it seems that before I messed up something with bzr confusing stable with (I think) "bzr branch lp:mailman". The stable version is correct.
Thanks for your patience for all the noise.
Carles.
2008-07-26 15:21:42 UTC in Mailman
-
File Added: mailman_3.0_catalan_archives.patch.
2008-07-26 11:31:10 UTC in Mailman
-
File Added: mailman_2.1_catalan_archives.patch.
2008-07-26 11:30:48 UTC in Mailman
-
Hello again,
In the bazaar mailman downloaded doing:
bzr branch lp:mailman
bzr branch lp:mailman/2.2
bzr branch lp:mailman/3.0
I see that in 2.2 there isn't this string (and has been some changes in the catalan strings this year, so I assumed that they take care of it), in 3.0 it's not fixed and in mailman/2.1 it's not fixed either (but has been some changes in catalan translation two...
2008-07-26 11:29:09 UTC in Mailman
-
Hello,
I looked in SF and SF bugs because I was following the instructions about how to send patches from this webpage:
http://www.gnu.org/software/mailman/devs.html
(and I assumed that SVN would be valid if webpage was talking about SF bugtracking system)
I will take a look in Bazaar.
Thank you,
2008-07-26 11:19:25 UTC in Mailman
-
Hello,
The Catalan translation of Mailman has a problem: there is one string that appears without the link.
For example you could check here:
http://catux.org/cgi-bin/mailman/listinfo/llista
In Catalan is not possible to access to the archives list (I have seen it in all Catalan mailman webpages)
I send the patch for trunk but I think that should apply for other branches too (I can...
2008-07-26 00:36:39 UTC in Mailman
-
Hello alading,
I have not tested your coded, so I don't have more ideas.
When I converted from .py to .sys with my caps with the verbose flag I had a line like:
Capabilities 0x9e000 (NetworkServices+LocalServices+ReadUserData+WriteUserData+UserEnvironment)
I guess that you had this line too.
Maybe, just for testing, you can try compiling with the same line than me (without...
2008-07-25 23:21:59 UTC in PyS60
-
Hello,
Using this call:
appuifw.query(u"Write a number","number")
I expect that user could write any number (positive or negative). But appuifw.query repeats the question until user writes a positive number (or 0?).
I would change "number" that could accept any number. Or change from "number" to "naturalnumber" for positive numbers. Or have some transition from one to another one to...
2008-07-25 16:49:42 UTC in PyS60