<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alex</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alex"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Alex"/>
	<updated>2026-05-19T12:24:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Extension_requirements&amp;diff=20484</id>
		<title>Extension requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Extension_requirements&amp;diff=20484"/>
		<updated>2008-02-17T20:54:39Z</updated>

		<summary type="html">&lt;p&gt;Alex: /* on Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting Up Effects in Inkscape ==&lt;br /&gt;
&amp;lt;i&amp;gt;For effects to work you need to be using inkscape .42 or later.&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;For info about what effects can do, screenshots, and how to make your own go to [http://www.ekips.org/comp/inkscape/ Aarons Site]&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;See also [[GettingExtensionsWorking]].&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Unhide the Effects menu ===&lt;br /&gt;
(Only necessary in some versions of Inkscape. Between .41 and .45)&lt;br /&gt;
&lt;br /&gt;
On the &amp;quot;Misc&amp;quot; tab of the &amp;quot;Inkscape Preferences&amp;quot; dialog check the box labeled &amp;quot;Enable script effects&amp;quot; (0.41+CVS onwards only)&lt;br /&gt;
&lt;br /&gt;
Close and reopen Inkscape&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Python Effects ==&lt;br /&gt;
=== on Debian GNU / Linux ===&lt;br /&gt;
    apt-get install python python-xml&lt;br /&gt;
&lt;br /&gt;
=== on Microsoft Windows ===&lt;br /&gt;
[[GettingEffectsWorking/Windows]] Tutorial on Getting Effects to work on Windows&lt;br /&gt;
&lt;br /&gt;
=== on Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
Mac OS X ships with python but without some packages that Inkscape uses: [http://pyxml.sourceforge.net/ pyXML] (which will be suppressed in version 0.46), [http://numpy.scipy.org/ numpy] and [http://codespeak.net/lxml/ lxml]. In version 0.46, Inkscape will ship with everything that's needed right into the app bundle.&lt;br /&gt;
&lt;br /&gt;
==== Binary packages ====&lt;br /&gt;
&lt;br /&gt;
Following steps work on Mac OS X Leopard (10.5.2) with Inkscape 0.45+devel&lt;br /&gt;
* Download http://inkscape.modevia.com/macosx-snap/Python-packages.dmg&lt;br /&gt;
* Copy the files in the 2.5 folder to /Library/Python/2.5/site-packages/ &lt;br /&gt;
&lt;br /&gt;
On OS X Panther or Tiger, you can install a binary version compiled by us with Python 2.3, downloadable with the development builds of Inkscape:&lt;br /&gt;
:http://inkscape.modevia.com/macosx-snap/?M=D&lt;br /&gt;
You need to copy the folders for numpy (numpy) and lxml (*lxml*.egg or lxml) to System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages (there is a link in the dmg on which the folders can be dropped).&lt;br /&gt;
&lt;br /&gt;
==== Compiling from source ====&lt;br /&gt;
If you prefer, you can install them from source, it is really easy.&lt;br /&gt;
&lt;br /&gt;
# download the source code from [http://sourceforge.net/project/showfiles.php?group_id=1369&amp;amp;package_id=175103 sourceforge numpy repository] or [http://codespeak.net/lxml/index.html#download lxml download section]&lt;br /&gt;
# unpack the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; file &amp;lt;pre&amp;gt;tar -xzf numpy***.tar.gz lxml***.tar.gz&amp;lt;/pre&amp;gt;&lt;br /&gt;
# for each one &amp;lt;code&amp;gt;cd&amp;lt;code&amp;gt; into the newly created directory&lt;br /&gt;
# build C extensions and install (the install is system wide so you need administrator priviledges)&amp;lt;pre&amp;gt;sudo python setup.py install&amp;lt;/pre&amp;gt;and type your password.&lt;br /&gt;
&lt;br /&gt;
The packages are installed in the &amp;lt;code&amp;gt;site-packages&amp;lt;/code&amp;gt; directory of your Python install. This is &amp;lt;code&amp;gt;/Library/Python/2.*/site-packages/&amp;lt;code&amp;gt; for the stock install of Python on Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Perl Effects ==&lt;br /&gt;
=== on Debian GNU / Linux ===&lt;br /&gt;
    apt-get install perl libxml-xql-perl&lt;br /&gt;
&lt;br /&gt;
=== on Gentoo GNU / Linux ===&lt;br /&gt;
    emerge -a XML-XQL&lt;br /&gt;
&lt;br /&gt;
=== on Microsoft Windows ===&lt;br /&gt;
    install [http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl [[ActivePerl]]]&lt;br /&gt;
    install XML::XQL::DOM (perhaps like this?)&lt;br /&gt;
        1: install prereqs with ppm:&lt;br /&gt;
 	    install xml-dom&lt;br /&gt;
 	    install parse-yapp&lt;br /&gt;
 	    install datemanip&lt;br /&gt;
        2: download xml-xql from:&lt;br /&gt;
 	    http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-XQL-0.68.tar.gz&lt;br /&gt;
        3: open command prompt and locate perl&amp;quot;s lib directory with:&lt;br /&gt;
 	    perl -e &amp;quot;print qq(@INC)&amp;quot;    (mine was C:[[/Perl/site/lib]])&lt;br /&gt;
        4: unpack xml-xql archive&lt;br /&gt;
        5: copy contents of XML-XQL-*\lib\XML into C:\Perl\site\lib\XML&lt;br /&gt;
        6: copy XML-XQL-*\XQLParser\Parser.pm to C:\Perl\site\lib\XML\XQL&lt;br /&gt;
&lt;br /&gt;
== Plugin Effects ==&lt;br /&gt;
I have absolutely no idea. Please record your success here. :)&lt;br /&gt;
&lt;br /&gt;
== What if it doesn't work? ==&lt;br /&gt;
Run Inkscape from the console&lt;br /&gt;
&lt;br /&gt;
Use the error messges printed to the console to diagnose the problem (very often missing dependencies)&lt;br /&gt;
&lt;br /&gt;
On Windows you will have to redirect output to a text file like this: &amp;quot;inkscape &amp;gt; output.txt&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>