Kevin Altis wrote:
>I just found a bug in 0.7.3 and 0.7.3.1 with the resourceEditor property
>editor. I made an editing mistake in revision 1.33 on January 25th and just
>never caught it before. It will be fixed in release 0.8, but you might want
>to change your copy of 0.7.3.x if you see the resourcEditor throw this kind
>of exception:
>
> File
>"C:\python\PythonCard\tools\resourceEditor\modules\propertyEditor.py", line
>228, in on_wUpdate_mouseClick
> self.comp(wName, self._comp[wName].__class__.__name__)
>AttributeError: 'PropertyEditor' object has no attribute 'comp'
>
>That method call should be self.selectComponentList instead of self.comp, so
>the line should read:
>
> self.selectComponentList(wName, self._comp[wName].__class__.__name__)
>
>I don't want to go through the hassle of doing a 0.7.3.2 release to fix this
>one line even though it is pretty critical if you're using the
>resourceEditor.
>
>ka
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: IBM Linux Tutorials
>Free Linux tutorial presented by Daniel Robbins, President and CEO of
>GenToo technologies. Learn everything from fundamentals to system
>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
>_______________________________________________
>Pythoncard-users mailing list
>Pyt...@li...
>https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
>
>
>
Thanks, actually I'm using it for just about a week ago. Good to know I
can fix this. Thanks, the pythoncard is great work.
Gaston.
|