sozi-projects / Sozi

A "zooming" presentation editor
http://sozi.baierouge.fr
Mozilla Public License 2.0
1.56k stars 164 forks source link

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

Closed pleabargain closed 13 years ago

pleabargain commented 13 years ago

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 commented 13 years ago

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 commented 13 years ago

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 commented 13 years ago

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 commented 13 years ago

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.