Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error after install with video/ install instructions should include sozi.css in inkscape ext #47

Closed
pleabargain opened this issue May 13, 2011 · 4 comments

Comments

@pleabargain
Copy link

I followed the installation instructions
The errors look like they are looking for CSS in the ext but the instructions didn't call for CSS in the Inkscape/extensions folder

Installing sozi.css into extensions folder gets Sozi working.
Sozi appears in Inkscape extensions but with no >

http://www.youtube.com/watch?v=Paf5ysNrq34

here is the error
Traceback (most recent call last):
File "sozi.py", line 526, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 215, in affect
self.effect()
File "sozi.py", line 68, in effect
self.upgrade_or_install("style", "css")
File "sozi.py", line 89, in upgrade_or_install
elt.text = open(os.path.join(os.path.dirname(file), "sozi." + ext)).read()
IOError: [Errno 2] No such file or directory: 'sozi.css'

@pleabargain
Copy link
Author

More details

Ideal Mindmap to Web Presentation Tool
possible tools
Jessyink with Inkscape
http://code.google.com/p/jessyink/
1.5 v is not easy to manipulate
see my vids on Youtube
http://www.youtube.com/watch?v=OiMPwLtCwlQ
http://www.youtube.com/watch?v=rJ7c1lNNZZo
Sozi
http://sozi.baierouge.fr/wiki/doku.php
having troubles too...
video
http://www.youtube.com/watch?v=Paf5ysNrq34 <<<<<<sozi wants sozi.css in extensions folder
http://www.youtube.com/watch?v=GBKaJrTKdH4 <<<<sozi locking up
open
GPL
SVG
prezi like
no SVG export
data lock
cannot export as anything but Prezi file
bad!
video
http://www.youtube.com/watch?v=LWAoGEzvEAs&feature=related

@pleabargain
Copy link
Author

BTW got no errors in inkscape while sozi.py was hung

[user@localhost extensions]$ gdb inkscape
GNU gdb (GDB) Fedora (7.2-51.fc14)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/inkscape...(no debugging symbols found)...done.
Missing separate debuginfos, use: debuginfo-install inkscape-0.48.1-1.fc14.1.i686
(gdb) run
Starting program: /usr/bin/inkscape
[Thread debugging using libthread_db enabled]
[New Thread 0xaf2abb70 (LWP 16569)]
Detaching after fork from child process 16631.
Detaching after fork from child process 16650.
[Thread 0xaf2abb70 (LWP 16569) exited]

Program exited normally.

@aumouvantsillage
Copy link
Collaborator

Yes, sozi.css must be copied to the installation folder (and all .inx, .py and .js files).
This bug only affects the installation instructions shipped with the official release.
The online documentation is already up to date.

@aumouvantsillage
Copy link
Collaborator

OK. Now after seeing your second video I understand what "Sozi locking up" meant for you.

The "Sozi working" dialog with the "Cancel" button is provided by Inkscape for "effect" extensions. You needn't use it.
The correct way to get back to Inkscape is to close the "sozi.py" window (using the "close" button in the title bar).

I'm sorry for the confusion: the tutorial will be completed and updated as soon as I can.
Please note that there is an English version of the web site: hopefully it is better than the Google translation of the French version.

Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants