It looks like the Win32 snapshot builds linked on the downloads page have been absent for the last few days. But Bob Jamison had one from May 11, 2005. I just tested it and Effects now work unmodified on Windows. Thanks Ted.
On a related note can anyone tell me how to install XML::XQL::DOM with ActiveState Perl on Windows? It is required for the DropShadow effect, so it might be a useful bit of info to have hanging around in the mailing list archives.
Aaron Spike
Interestingly enough... the effects menu won't even turn on for me right now in win32. I did the thing in preferences.xml just like I did in Linux to get it working... bizarre...
-Josh
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of aaron@...749... Sent: Wednesday, May 11, 2005 12:00 PM To: inkscape-devel@...6...; inkscape-user@lists.sourceforge.net Subject: [Inkscape-devel] Effects on Windows
It looks like the Win32 snapshot builds linked on the downloads page have been absent for the last few days. But Bob Jamison had one from
May
11, 2005. I just tested it and Effects now work unmodified on Windows. Thanks Ted.
On a related note can anyone tell me how to install XML::XQL::DOM with ActiveState Perl on Windows? It is required for the DropShadow effect, so it might be a useful bit of info to have hanging around in the mailing list archives.
Aaron Spike
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Joshua A. Andler wrote:
Interestingly enough... the effects menu won't even turn on for me right now in win32. I did the thing in preferences.xml just like I did in Linux to get it working... bizarre...
That is bizarre. I thought it was enabled by default in CVS. You are using CVS, right?
Aaron Spike
Nevermind that... it was on old prefs file in an old location... got the menu to show up, but no extensions seem to work for me...
I get the following in the log window when I try to use them:
** (inkscape.exe:2064): CRITICAL **: file extension/implementation/script.cpp: line 630 (virtual void Inkscape::Extension::Implementation::Script::effect(Inkscape::Extension: :Effect*, SPView*)): assertion `mydoc != NULL' failed
-Josh
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of Joshua A. Andler Sent: Wednesday, May 11, 2005 12:35 PM To: aaron@...749...; inkscape-devel@lists.sourceforge.net Subject: RE: [Inkscape-devel] Effects on Windows
Interestingly enough... the effects menu won't even turn on for me
right
now in win32. I did the thing in preferences.xml just like I did in Linux to get it working... bizarre...
-Josh
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net
[mailto:inkscape-devel-
admin@lists.sourceforge.net] On Behalf Of aaron@...749... Sent: Wednesday, May 11, 2005 12:00 PM To: inkscape-devel@...6...; inkscape-user@lists.sourceforge.net Subject: [Inkscape-devel] Effects on Windows
It looks like the Win32 snapshot builds linked on the downloads page have been absent for the last few days. But Bob Jamison had one from
May
11, 2005. I just tested it and Effects now work unmodified on
Windows.
Thanks Ted.
On a related note can anyone tell me how to install XML::XQL::DOM
with
ActiveState Perl on Windows? It is required for the DropShadow
effect,
so it might be a useful bit of info to have hanging around in the mailing list archives.
Aaron Spike
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Joshua A. Andler wrote:
Nevermind that... it was on old prefs file in an old location... got the menu to show up, but no extensions seem to work for me...
I get the following in the log window when I try to use them:
** (inkscape.exe:2064): CRITICAL **: file extension/implementation/script.cpp: line 630 (virtual void Inkscape::Extension::Implementation::Script::effect(Inkscape::Extension: :Effect*, SPView*)): assertion `mydoc != NULL' failed
Perl and/or Python (depending on the effect) need to be installed and in the path. And then each effect will have its own requirements. Dropshadow requires Perl and XML::XQL::DOM. My effects require Python and PyXML from http://pyxml.sourceforge.net/.
Which effect were you trying?
There definately needs to be a way for the user to know what part of the equation is missing. A less that perfect but functional way of doing this would be to display stderr from effects to the user. But output from scripts like this is hidden from windows users even if they start form the console. (I think.)
Aaron Spike
Sweet, it looks like PyXML is all that was missing... and it was specifically your extensions that were giving that error. Ted's don't error, and they also don't seem to work for me on win32 though either. Yours work great now! Thanks much!
Also, it's probably a question for Ted, but why does it open a new window to apply the extension?
-Josh
PS: Thanks for making extension work on win32 Ted!!
-----Original Message----- From: aaron@...749... [mailto:aaron@...749...] Sent: Wednesday, May 11, 2005 1:03 PM To: Joshua A. Andler; Inkscape Devel List Subject: Re: [Inkscape-devel] Effects on Windows
Joshua A. Andler wrote:
Nevermind that... it was on old prefs file in an old location... got
the
menu to show up, but no extensions seem to work for me...
I get the following in the log window when I try to use them:
** (inkscape.exe:2064): CRITICAL **: file extension/implementation/script.cpp: line 630 (virtual void
Inkscape::Extension::Implementation::Script::effect(Inkscape::Extension:
:Effect*, SPView*)): assertion `mydoc != NULL' failed
Perl and/or Python (depending on the effect) need to be installed and
in
the path. And then each effect will have its own requirements. Dropshadow requires Perl and XML::XQL::DOM. My effects require Python and PyXML from http://pyxml.sourceforge.net/.
Which effect were you trying?
There definately needs to be a way for the user to know what part of
the
equation is missing. A less that perfect but functional way of doing this would be to display stderr from effects to the user. But output from scripts like this is hidden from windows users even if they start form the console. (I think.)
Aaron Spike
On Wed, 11 May 2005, Joshua A. Andler wrote:
Also, it's probably a question for Ted, but why does it open a new window to apply the extension?
This was a hack to get effects moving quickly, it is not intended as a final solution. In fact, I'm working on solving this problem -- it will probably be the next CVS commit that I make.
PS: Thanks for making extension work on win32 Ted!!
It was really Aaron's drive/testing/ideas that made this happen, and it is very cool. I'm excited about it. It also means that input/output scripts should start working better also.
Very exciting.
--Ted
To install packages with ActiveState Perl you should use the PPM (Perl Package Manager) app. From the command line type "ppm" to start the app, then "search XQL" or "search DOM" to get a listing of related packages. Then use the install method of PPM to get the package and install it once you've found what you're looking for.
-Kevin Wixson
aaron@...749... wrote:
It looks like the Win32 snapshot builds linked on the downloads page have been absent for the last few days. But Bob Jamison had one from May 11, 2005. I just tested it and Effects now work unmodified on Windows. Thanks Ted.
On a related note can anyone tell me how to install XML::XQL::DOM with ActiveState Perl on Windows? It is required for the DropShadow effect, so it might be a useful bit of info to have hanging around in the mailing list archives.
Aaron Spike
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (3)
-
unknown@example.com
-
Joshua A. Andler
-
Kevin Wixson