Comix image viewer -- Python program help

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
mr27
Posts: 7
Joined: Wed 09 Apr 2008, 16:52

Comix image viewer -- Python program help

#1 Post by mr27 »

I installed Python 2.5 using a pet file. My susyem is Puppy 3.01 on frugal.
I get the following error when trying to run a PYGTK program called comix....

Code: Select all

#comix
Could not find platform dependent libraries <exec prefix>
consider setting $PYTHONHOME to <prefix>[:<exec prefix>]
PyGTK version 2.8.0 or higher is required to run Comix.
No version of PyGTK is found on your system.
Traceback (most recent call last):
   File "usr/bin/comix", line 53, in <module>
sys.exit(1)
NameError: name 'sys' is not defined
#

I've installed Pygtk 2.8.6
Python 2.5
Python Imaging library (PIL)

Please help

[/img]
Attachments
py.GIF
Please see the original error screen
(9.14 KiB) Downloaded 893 times

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#2 Post by Aitch »


muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#3 Post by muggins »

mr27,

This doesn't resolve your question, but I've posted a Qt comic book reader here. Another alternative is the java-based cbviewer.

Post Reply