pre2: drop-down lists in extensions on windows broken
I cleared all previous installs and reinstalled pre2 on this winXP machine, but it does not help: in Effects > Generate from path > Pattern along path, the two drop-down lists are empty and cannot be opened. When I run the effect, I get
Traceback (most recent call last): File "share\extensions\pathalongpath.py", line 264, in ? e.affect() File "C:\inkscape\share\extensions\inkex.py", line 157, in affect self.effect() File "share\extensions\pathalongpath.py", line 233, in effect if self.options.repeat: AttributeError: Values instance has no attribute 'repeat'
Can anyone else confirm this? If it's real, it should be fixed before the release, since this is one of the major new features in 0.45.
From: bulia byak [mailto:buliabyak@...400...]
I cleared all previous installs and reinstalled pre2 on this winXP machine, but it does not help: in Effects > Generate from path > Pattern along path, the two drop-down lists are empty and cannot be opened. When I run the effect, I get
Traceback (most recent call last): File "share\extensions\pathalongpath.py", line 264, in ? e.affect() File "C:\inkscape\share\extensions\inkex.py", line 157, in affect self.effect() File "share\extensions\pathalongpath.py", line 233, in effect if self.options.repeat: AttributeError: Values instance has no attribute 'repeat'
Can anyone else confirm this? If it's real, it should be fixed before the release, since this is one of the major new features in 0.45.
The INX file has not been updated after the bugreport of untranslatable enumerations. See http://sourceforge.net/mailarchive/forum.php?thread_id=31544183&forum_id....
Changing <_item> to <item> in pathalongpath.inx fixes the error.
Regards, Johan
On 1/30/07, J.B.C.Engelen@...1578... <J.B.C.Engelen@...1578...> wrote:
Changing <_item> to <item> in pathalongpath.inx fixes the error.
Thanks! I see it's fixed in the 0.45 branch. So we need to make a pre3 to make sure it's ok.
participants (2)
-
unknown@example.com
-
bulia byak