Extension simpletransform.py Not Installed

Bug #187838 reported by shawnhcorey
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Medium
jfb

Bug Description

I running Ubuntu 6.10 (Edgy) on a PowerBook G4. I have downloaded inkscape-current.tar.bz2
which unpacks to inkscape-17201/

I have run the following successfully:

  ./configure
  make
  sudo make install

When I try the program, it works; until I try: Effects->Generate from Path->Pattern along Path. Then I get the error:

Traceback (most recent call last):
  File "/usr/local/share/inkscape/extensions/pathalongpath.py", line 35, in ?
    import pathmodifier,simpletransform
  File "/usr/local/share/inkscape/extensions/pathmodifier.py", line 31, in ?
    from simpletransform import *
ImportError: No module named simpletransform

But when I copy the module from inkscape-17201/share/extensions/ to /usr/local/share/extensions/ the effect works.

Apparently the `make install` is not installing the module.

Revision history for this message
Tom Davidson (tjd-mit) wrote :

Confirmed on most recent SVN (rev 17218) under Linux. This is a pretty big regression with a pretty quick fix, so milestoning it... (easy pts for someone)

Changed in inkscape:
importance: Undecided → Medium
milestone: none → 0.46
status: New → Confirmed
Revision history for this message
Alvin Penner (apenner) wrote :

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.

Revision history for this message
Tom Davidson (tjd-mit) wrote :

Looks like jfbarraud fixed this in SVN yesterday. And just like that, pattern along path works again...Thanks!

Changed in inkscape:
assignee: nobody → jf-barraud
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.