I am a noobie. I installed the Bezier Envelope extension. When I attempt to perform the action I receive the following error message...
C:\Program Files\Inkscape\share\extensions\bezierenvelope.py:90: DeprecationWarning: raising a string exception is deprecated
raise("Both letter and envelope must be SVG paths.")Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\extensions\bezierenvelope.py", line 351, in <module>
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 207, in affect
self.effect()
File "C:\Program Files\Inkscape\share\extensions\bezierenvelope.py", line 90, in effect
raise("Both letter and envelope must be SVG paths.")
Both letter and envelope must be SVG paths.
I am attempting to follow the tutorial in episode 88 of the heathenx screencast. Thanks for any assistance and your understanding and patience with a noob.
Bezier envelope error message
Re: Bezier envelope error message
what object are you trying to apply the envelope effect to? if it is not a path you must convert it to a path first. likewise, make sure the object you are using as the envelope is a path.
Re: Bezier envelope error message
Hi picturebean,
Did you read the comments on the episode page? Al lot of users responded with similar problems and heathenx answered them all patiently. Near the bottom he explains that things work a bit differently in version 0.47.
I think these may help:
http://screencasters.heathenx.org/episo ... mment-2478
http://screencasters.heathenx.org/episo ... mment-2483
Cheers,
Syllie
Did you read the comments on the episode page? Al lot of users responded with similar problems and heathenx answered them all patiently. Near the bottom he explains that things work a bit differently in version 0.47.
I think these may help:
http://screencasters.heathenx.org/episo ... mment-2478
http://screencasters.heathenx.org/episo ... mment-2483
Cheers,
Syllie
Life is the art of drawing without an eraser. (John W. Gardner)
http://verysimpledesigns.com - graphics resources
http://syllie.com - personal website
http://verysimpledesigns.com - graphics resources
http://syllie.com - personal website
-
- Posts: 2
- Joined: Thu Feb 04, 2010 3:18 am
Re: Bezier envelope error message
Syllie
Thanks for your prompt and accurate response. I used the solution offered by Coatit and it worked like a charm.
Thanks for your prompt and accurate response. I used the solution offered by Coatit and it worked like a charm.