Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon
The fact that simpletransform is no longer installed is reported in:
https://bugs.launchpad.net/inkscape/+bug/187838
Please close that one as fix-released if you get it added back in!
On Feb 4, 2008 3:42 PM, <popolon@...1497...> wrote:
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Duh, sorry, I didn't read Alexandre's message, apparently... Ignore my last msg...
On Feb 4, 2008 4:35 PM, Tom Davidson <tjd@...1007...> wrote:
The fact that simpletransform is no longer installed is reported in:
https://bugs.launchpad.net/inkscape/+bug/187838
Please close that one as fix-released if you get it added back in!
On Feb 4, 2008 3:42 PM, <popolon@...1497...> wrote:
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I don't understand the extension system entirely, but I think that simpletransform.py just provides some helper functions for other extensions to import and use. It doesn't need an .inx because it's not itself an extension. The person reporting the bug noted that just moving simpletransform.py to the extensions folder fixed the error...
simplepath.rb and simplestyle.py seem to be similar helper functions, that are propertly installed...
-Tom
On Feb 4, 2008 4:36 PM, Tom Davidson <tjd@...1007...> wrote:
Duh, sorry, I didn't read Alexandre's message, apparently... Ignore my last msg...
On Feb 4, 2008 4:35 PM, Tom Davidson <tjd@...1007...> wrote:
The fact that simpletransform is no longer installed is reported in:
https://bugs.launchpad.net/inkscape/+bug/187838
Please close that one as fix-released if you get it added back in!
On Feb 4, 2008 3:42 PM, <popolon@...1497...> wrote:
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Running Windows XP and 46 pre1 When I run the command Effects|Generate from Path|Pattern along Path then the effect will crash and I get the error message: ....................................................................................... Traceback (most recent call last): File "share\extensions\pathalongpath.py", line 35, in <module> import pathmodifier,simpletransform File "C:\Program Files\Inkscape\share\extensions\pathmodifier.py", line 31, in <module> from simpletransform import * ImportError: No module named simpletransform ...............................................................................................
It appears to be looking for a file simpletransform.py This file does not exist anywhere on my machine.
Alvin Penner
..........................................................................
Quoting Tom Davidson <tjd@...1007...>:
I don't understand the extension system entirely, but I think that simpletransform.py just provides some helper functions for other extensions to import and use. It doesn't need an .inx because it's not itself an extension. The person reporting the bug noted that just moving simpletransform.py to the extensions folder fixed the error...
simplepath.rb and simplestyle.py seem to be similar helper functions, that are propertly installed...
-Tom
On Feb 4, 2008 4:36 PM, Tom Davidson <tjd@...1007...> wrote:
Duh, sorry, I didn't read Alexandre's message, apparently... Ignore my last msg...
On Feb 4, 2008 4:35 PM, Tom Davidson <tjd@...1007...> wrote:
The fact that simpletransform is no longer installed is reported in:
https://bugs.launchpad.net/inkscape/+bug/187838
Please close that one as fix-released if you get it added back in!
On Feb 4, 2008 3:42 PM, <popolon@...1497...> wrote:
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed
by
default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
------[ This message was sent using Vaxxine Webmail ]------ www.vaxxine.com - Niagara's Premier Internet Service Provider
participants (4)
-
unknown@example.com
-
Alexandre Prokoudine
-
Alvin Penner
-
Tom Davidson