From jsoons at juilliard.edu Mon Jul 21 18:00:32 2008 From: jsoons at juilliard.edu (Jonathan Soons) Date: Mon, 21 Jul 2008 12:00:32 -0400 Subject: [Skencil-users] sk2ps missing from Solaris 10 package. Message-ID: <57F322BB35E07F47925C2136C7BEB7AF06D8D53F@postal.juilliard.edu> I installed skencil as a package from bolthole.org as part of a server migration. sk2ps was missing so I copied it over. I get the following errors: Please ignore references to missing printer. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' I suspect I am missing something else. Has sk2ps been superseded by another program? How can I fix this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/skencil-users/attachments/20080721/a812517c/attachment.html From jsoons at juilliard.edu Mon Jul 21 18:07:07 2008 From: jsoons at juilliard.edu (Jonathan Soons) Date: Mon, 21 Jul 2008 12:07:07 -0400 Subject: [Skencil-users] sk2ps missing from Solaris 10 package. In-Reply-To: <57F322BB35E07F47925C2136C7BEB7AF06D8D53F@postal.juilliard.edu> Message-ID: <57F322BB35E07F47925C2136C7BEB7AF06D8D54A@postal.juilliard.edu> I forgot this important info: you already have version 0.7.12,REV=2008.05.20_rev=svn695 of skencil ==================================================== I installed skencil as a package from bolthole.org as part of a server migration. sk2ps was missing so I copied it over. I get the following errors: Please ignore references to missing printer. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' cat: cannot open /u/datatel/bin/tmp/tmp.ps /opt/csw/bin/lp: The printer or class was not found. Traceback (most recent call last): File "/opt/csw/bin/sk2ps", line 142, in result = main() File "/opt/csw/bin/sk2ps", line 90, in main Sketch.init_lib() AttributeError: 'module' object has no attribute 'init_lib' I suspect I am missing something else. Has sk2ps been superseded by another program? How can I fix this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/skencil-users/attachments/20080721/8a1b7c5c/attachment.htm From jsoons at juilliard.edu Wed Jul 23 18:06:44 2008 From: jsoons at juilliard.edu (Jonathan Soons) Date: Wed, 23 Jul 2008 12:06:44 -0400 Subject: [Skencil-users] sk2ps functionality Message-ID: <57F322BB35E07F47925C2136C7BEB7AF06D8DE7B@postal.juilliard.edu> Is there a way to get sk2ps functionality without the sk2ps executable which I am missing. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.wald.intevation.org/pipermail/skencil-users/attachments/20080723/71f8f69f/attachment.html From bernhard at intevation.de Fri Jul 25 14:25:28 2008 From: bernhard at intevation.de (Bernhard Reiter) Date: Fri, 25 Jul 2008 14:25:28 +0200 Subject: [Skencil-users] sk2ps missing from Solaris 10 package. In-Reply-To: <57F322BB35E07F47925C2136C7BEB7AF06D8D54A@postal.juilliard.edu> References: <57F322BB35E07F47925C2136C7BEB7AF06D8D54A@postal.juilliard.edu> Message-ID: <200807251425.29730.bernhard@intevation.de> On Monday 21 July 2008 18:07, Jonathan Soons wrote: > AttributeError: 'module' object has no attribute 'init_lib' > cat: cannot open /u/datatel/bin/tmp/tmp.ps > /opt/csw/bin/lp: The printer or class was not found. > Traceback (most recent call last): > ? File "/opt/csw/bin/sk2ps", line 142, in > ? ? result = main() > ? File "/opt/csw/bin/sk2ps", line 90, in main > ? ? Sketch.init_lib() > AttributeError: 'module' object has no attribute 'init_lib' > ? > I suspect I am missing something else. > Has sk2ps been superseded by another program? AFAIK: No. It is a command line version that does the same as printing into a file or exporting to eps from the GUI (as far as I remember). So what version of Skencil did you install precisely? What python version are you using in both cases? Check your python path and try to find out which Skencil/__init__.py will be used. Check this file, it should have def init_lib(). > How can I fix this? Hard to tell yet. -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.wald.intevation.org/pipermail/skencil-users/attachments/20080725/d514a191/attachment.pgp From jsoons at juilliard.edu Thu Jul 31 23:28:58 2008 From: jsoons at juilliard.edu (Jonathan Soons) Date: Thu, 31 Jul 2008 17:28:58 -0400 Subject: [Skencil-users] sk2ps missing from Solaris 10 package. In-Reply-To: <200807251425.29730.bernhard@intevation.de> Message-ID: <57F322BB35E07F47925C2136C7BEB7AF06E67B32@postal.juilliard.edu> Here is my python: mis /u/datatel/bin # /opt/csw/bin/python Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:52) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> Here is Skencil version: mis /u/datatel/bin # skencil --version Skencil 0.7.12-svn695 Sk2ps definitely was not included. I have only one Skencil/__init__.py and it does not contain any "init_lib()". I am now considering compiling skencil. Maybe that way I will get the full package. jon soons -----Original Message----- From: skencil-users-bounces at wald.intevation.org [mailto:skencil-users-bounces at wald.intevation.org] On Behalf Of Bernhard Reiter Sent: Friday, July 25, 2008 8:25 AM To: skencil-users at wald.intevation.org Subject: Re: [Skencil-users] sk2ps missing from Solaris 10 package. On Monday 21 July 2008 18:07, Jonathan Soons wrote: > AttributeError: 'module' object has no attribute 'init_lib' > cat: cannot open /u/datatel/bin/tmp/tmp.ps > /opt/csw/bin/lp: The printer or class was not found. > Traceback (most recent call last): > ? File "/opt/csw/bin/sk2ps", line 142, in > ? ? result = main() > ? File "/opt/csw/bin/sk2ps", line 90, in main > ? ? Sketch.init_lib() > AttributeError: 'module' object has no attribute 'init_lib' > ? > I suspect I am missing something else. > Has sk2ps been superseded by another program? AFAIK: No. It is a command line version that does the same as printing into a file or exporting to eps from the GUI (as far as I remember). So what version of Skencil did you install precisely? What python version are you using in both cases? Check your python path and try to find out which Skencil/__init__.py will be used. Check this file, it should have def init_lib(). > How can I fix this? Hard to tell yet. -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner