The webmaster could create a separate header called "compiling and installing using the sK1 repository" and add the installation instructions under that header.
Regards,
Ulysses
Posted by igor on 31-07-2009 18:14
#5
Ulysses wrote:
Hi,
Is it possible to add my installation procedure above to the following part of the sk1project.org website?
The webmaster could create a separate header called "compiling and installing using the sK1 repository" and add the installation instructions under that header.
Regards,
Ulysses
Ok, I think this could be useful. We will do it.
Posted by jgranados on 11-11-2009 23:59
#6
Hello, I'm a newb in Linux, and I need to work with vsd files at work. I tried installing sK1 and vsdviewer following the steps advised by Ulysses, but I get the following error when I try to run sk1
[email protected]:~/sK1$ sk1
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/sk1/__init__.py", line 19, in sk1_run
import app
File "/usr/local/lib/python2.6/dist-packages/sk1/app/__init__.py", line 11, in <module>
from app.utils import output
File "/usr/local/lib/python2.6/dist-packages/sk1/app/__init__.py", line 62, in <module>
from managers.colormanager import ColorManager
File "/usr/local/lib/python2.6/dist-packages/sk1/app/managers/colormanager.py", line 9, in <module>
from sk1libs.pycms import cmsOpenProfileFromFile,cmsCreateTransform,cmsDoTransform, \
ImportError: No module named sk1libs.pycms
I'm also running Kubuntu 9.10 with python 2.6.4
Any help would be appreciated.
Best regards,
Posted by max on 12-11-2009 05:55
#7
Unfortunately project vsdviewer is frozen.
sK1 not support files with extensions vsd.
For download sk1libs
svn co https://sk1.svn.sourceforge.net/svnroot/sk1/trunk/sk1libs sk1libs
Edited by max on 12-11-2009 05:56
Posted by jgranados on 12-11-2009 16:02
#8
Thank you Max, that seemed to solve my problem. It is a pitty that vsdviewer is frozen for now.