Search the web
Sign In
New User? Sign Up
gamera-devel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 776 - 805 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
776
$B%(%P!<%0%j!<%s%H%i%Y%k$O!"Fn%$%s%I%1%i%i=#$K$"$kN99TBeM}E9$G!"%1%i%i=#(B $B$dNY@\$7$?Fn%$%s%I$NN99T$N4k2h!"8=CO%[%F%k!"8rDL5!4X$N<jG[!"%,%$%I$dF|(B ...
egkerala
Offline Send Email
Jun 1, 2005
9:25 am
777
... Sounds like a compile problem. It wasn't taken out... Can you send me the output of the compile. Also the output from starting up the Gamera GUI may help...
Michael Droettboom
mdboom
Offline Send Email
Jun 2, 2005
5:13 am
778
Ah, yes. Sorry I missed that point in my last e-mail. Certain functions don't make sense as "member functions" of images -- since they create images from...
Michael Droettboom
mdboom
Offline Send Email
Jun 2, 2005
5:22 am
779
That's benign, as long as the image is loaded. The image is loaded by "trying it" as a TIFF first. If that fails, it is tried as a PNG. I can't figure out...
Michael Droettboom
mdboom
Offline Send Email
Jun 2, 2005
5:24 am
780
Exactly what you need is already there -- but it's defined in gamera/gui/args_gui.py, since it's only relevant when the GUI is running. If you call .show( )...
Michael Droettboom
mdboom
Offline Send Email
Jun 2, 2005
3:46 pm
781
... It is simple to suppress all error mesages with TIFFSetErrorHandler: http://www.die.net/doc/linux/man/man3/tiffseterrorhandler.3.html To only suppress it...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 3, 2005
8:56 am
782
On Thu, 02 Jun 2005 11:45:02 -0400 ... Just tested it and it works fine. There is one minor point however: were it possible to (maybe optionally, in order not...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 3, 2005
2:07 pm
783
... The keyword or "default" arguments problem is one that is a problem in other ways too: i.e. you have to provide a stub Python function in order to support...
Michael Droettboom
mdboom
Offline Send Email
Jun 3, 2005
8:29 pm
784
On Fri, 03 Jun 2005 16:29:42 -0400 ... I was not thinking of the general Gamera Args interface for plugins (which handles more than just the GUI), but only of...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 4, 2005
8:47 am
785
... Ah, I think I understand you better now. Your suggestion (of putting non-GUI arguments at the end) seems like the path of least resistance. I'd like to...
Michael Droettboom
mdboom
Offline Send Email
Jun 4, 2005
11:33 am
786
... Thanks. This does exactly what I want. I don't mind that is suppresses all error messages, because they are being caught (based on the return value) and...
Michael Droettboom
mdboom
Offline Send Email
Jun 7, 2005
12:25 pm
787
Hallo, this is slightly off topic, but maybe there are some other coders on this list who also use Emacs as their editor of choice. I am using the Python mode,...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 8, 2005
12:33 pm
788
My understanding is that Python tolerates tabs for backward compatibility, but spaces are the recommended thing to do. (Going back at least to 2001). AFAIK,...
Michael Droettboom
mdboom
Offline Send Email
Jun 8, 2005
1:16 pm
789
On Wed, 08 Jun 2005 09:15:25 -0400 ... And here is documented how this is done for Emacs: ...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 9, 2005
7:19 am
790
... AFAIK, python-mode (for emacs) supports the vi version of the line, and presumably "translates" it into an emacs one (at least it works for me), but the...
Michael Droettboom
mdboom
Offline Send Email
Jun 9, 2005
11:30 am
791
On Thu, 09 Jun 2005 07:29:23 -0400 ... Just found out that the number of lines which vim inspects for a modeline is customizable: ...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 10, 2005
8:26 am
792
I found this service that helped me refinance my home mortgage saving me thousands of dollars a year. Check this service out. http://www.greatrefi.com/?a=rcc1...
vqqltwfjsdug
Offline Send Email
Jun 10, 2005
6:56 pm
793
I have been using gamera for an app om mac for some time and it was working fine using the roman_text.py. I upgraded to mac tiger and now from the command...
kip canfield
canfield66
Offline Send Email
Jun 10, 2005
7:12 pm
794
oops - I just noticed that the plugins did not load as in: Loading plugins: ---------------------------------------- Loading XML... ... Traceback (most recent...
kip canfield
canfield66
Offline Send Email
Jun 10, 2005
7:20 pm
795
Good to hear from you, Kip. I was just about to ask whether the plugins were loading. Seems a reasonable explanation. We've been putting off upgrading to...
Michael Droettboom
mdboom
Offline Send Email
Jun 10, 2005
7:27 pm
796
Ok - gamera is no problem. My brain, on the other hand.... everything is in the same old place but tiger requires a new 'site-packages' directory under the 2.3...
kip canfield
canfield66
Offline Send Email
Jun 10, 2005
7:51 pm
797
Great. You certainly saved us some time for when we make the plunge ourselves -- which should be any day now. Cheers, Mike...
Michael Droettboom
mdboom
Offline Send Email
Jun 10, 2005
8:15 pm
798
Hallo, While trying to set the default value of a Float argument to None I have observed that the argument dialog in the GUI silently converts None to 0.0. As...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 14, 2005
9:21 am
799
... None is equivalent to "no default specified", and since you have to pick *something*, 0.0 seemed like the most obvious choice. ... IMO, part of the value...
Michael Droettboom
mdboom
Offline Send Email
Jun 14, 2005
1:43 pm
800
On Tue, 14 Jun 2005 09:43:39 -0400 ... Actually the argument is a float value, but the user can leave it empty so that the algorithm tries to guess this value...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 14, 2005
3:27 pm
801
... Thanks for the clarification. Let's do some thinking about this. Hopefully we can come up with a better solution -- maybe something like a checkbox next...
Michael Droettboom
mdboom
Offline Send Email
Jun 14, 2005
9:00 pm
802
What if the Any type allowed one to set a regular expression that it would accept? Then "float or None" would be something like: ...
Michael Droettboom
mdboom
Offline Send Email
Jun 14, 2005
9:15 pm
803
On Tue, 14 Jun 2005 17:15:54 -0400 (EDT) ... The problematic point with the Any type is how it to represent it on the Python side. The most general type would...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 16, 2005
6:48 am
804
... would ... It really can be "Any" type. When returned from the GUI (through .get_value()), it will be run through "eval". So if the string from the GUI is...
Michael Droettboom
mdboom
Offline Send Email
Jun 16, 2005
11:05 am
805
Hallo, I vaguely recall that we have discussed the following question some time ago, but I could not find it in the mailing list archives. So please excuse me,...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 22, 2005
7:14 am
Messages 776 - 805 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help