svgtocss extension

Discuss SVG code, accessible via the XML Editor.
halazzz
Posts: 1
Joined: Wed Oct 13, 2010 4:58 pm

svgtocss extension

Postby halazzz » Wed Oct 13, 2010 5:41 pm

I tried to use svg2css inkscape extension in python, using inkscape GUI, but it resulted in no output with an error message:
Source file C:\WINDOWS\Temp\ink_ext_XXXXXX.svg9EFDKV not an SVG.
I don't know why,Plus I couldn't reach a command line to execute this extension.
I'm using the last updated version of inkscape 0.48.
This my ERROR log file generated in \Users\staff\Application Data\inkscape:
Extension "Dia Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: dia2svg.sh
description: The dia2svg.sh script should be installed with your Inkscape distribution. If you do not have it, there is likely to be something wrong with your Inkscape installation.

Extension "Dia Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: dia
description: In order to import Dia files, Dia itself must be installed. You can get Dia at http://live.gnome.org/Dia

Extension "DXF Output" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: ps2dxf.sh

Extension "DXF Output" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: pstoedit
description: pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit

Extension "LaTeX formula" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: pstoedit

Extension "XFIG Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: fig2dev

Extension "GIMP XCF" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: gimp

Extension "Text Outline Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: perl

Extension "Sketch Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: extensions
string: sk2svg.sh

Extension "Sketch Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: skconvert

Extension "Text Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: perl
NOW, after reading extension-errors.log and downloading some required resources, that are mentioned in this file, this is my new extension-errors.log:
Extension "Sketch Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: skconvert

Extension "LaTeX Input" failed to load because a dependency was not met.
Dependency:
type: extension
location: extensions
string: org.inkscape.input.sk

But I can't reach these required resources, Could any one tell me where I can reach it?
THANKS in advance

chriswww
Posts: 383
Joined: Fri Nov 19, 2010 3:04 pm

Re: svgtocss extension

Postby chriswww » Wed Dec 01, 2010 3:28 pm

that looks like many dependencies, including shell (unix/linux) script(s), perl, and some other helper executables. the project itself is very fresh, with the sourceforge homepage not having yet been edited by project owner. So hard to come by any useful info. best bet contact the project owner Sirezero1 at sourceforge.

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: svgtocss extension

Postby ~suv » Wed Dec 01, 2010 4:23 pm

chriswww wrote:that looks like many dependencies, including shell (unix/linux) script(s), perl, and some other helper executables
None of the quoted messages from the 'extension-errors.log' relate to or are relevant for the extension in question: svg2css.

chriswww wrote:best bet contact the project owner Sirezero1 at sourceforge.
Agreed, it seems best to use the resources at the sourceforge site (help forum, bug tracker) to ask for more information about correct usage and report any issues the extension has when used with Inkscape 0.48 on Windows.


Return to “SVG / XML Code”