Menu

Tree [96a4f6] master /
 History

HTTPS access


File Date Author Commit
 PyComicsViewer 2011-06-09 Ionutz Borcoman Ionutz Borcoman [96a4f6] [3305577] more warning fixes
 doc 2011-05-21 Ionutz Borcoman Ionutz Borcoman [467796] doc: added piwik tracker
 img 2005-01-22 Ionutz Borcoman Ionutz Borcoman [2f212d] Moved templates used to create the icons to the...
 test 2005-01-22 Ionutz Borcoman Ionutz Borcoman [376422] Move test images to test dir.
 uml 2005-01-15 Ionutz Borcoman Ionutz Borcoman [03cda9] Renamed:
 CREDITS 2005-02-26 Ionutz Borcoman Ionutz Borcoman [a57606] Added credits for crc32.c.
 LICENSE 2011-05-21 Ionutz Borcoman Ionutz Borcoman [1249b6] integrated patch from Alan Horkan.
 MANIFEST.in 2005-02-22 Ionutz Borcoman Ionutz Borcoman [9ee7f8] Added the icon to the distro.
 NEWS 2005-02-28 Ionutz Borcoman Ionutz Borcoman [75c4f5] Updated for 0.9.12.
 PyComicsViewer.e3p 2005-03-06 Ionutz Borcoman Ionutz Borcoman [a24143] Added TestResize.py.
 README 2005-02-26 Ionutz Borcoman Ionutz Borcoman [6ecbcc] More details on how to start the viewer.
 TODO 2011-05-21 Ionutz Borcoman Ionutz Borcoman [1249b6] integrated patch from Alan Horkan.
 pycomicsviewer.py.in 2005-02-23 Ionutz Borcoman Ionutz Borcoman [f9fe92] Display the version of the viewer (provided in ...
 setup.py 2011-06-09 Ionutz Borcoman Ionutz Borcoman [b51a9a] fixed white-spaces

Read Me

PyComicsViewer - A Python Comics Viewer
=======================================

Dependencies
------------

* python 2.4 or newer
* python-gtk 2.4 or newer
* pil (Python Imaging Library) [optional]

Installation
------------

To install the viewer from sources you will
need, beside the run-time dependencies:

* python-dev
* c compiler

Installation uses the distutils module from python.

The installation can be tweaked in a couple of 
ways:
* '--install-script' controlls where the startup 
  script, pycomicsviewer.py, is installed
* '--install-lib' controlls where the python code
  and the compiled C modules are installed
* '--install-data' controlls the place where
  the data, the glade files and the images, are
  installed

Examples:

python setup.py install --prefix=/tmp/foo
==>
  pycomicsviewer.py -> /tmp/foo/bin/pycomicsviewer.py
  PyComicsViewer    -> /tmp/foo/lib/python-2.3/site-packages/PyComicsViewer
  glade & png's     -> /tmp/foo/PyComicsViewer
  
python setup.py install --install-scripts=/tmp/foo \
  --install-lib=/tmp/foo --install-data=/tmp/foo
==>
  pycomicsviewer.py -> /tmp/foo/pycomicsviewer.py
  PyComicsViewer    -> /tmp/foo/PyComicsViewer
  glade & png's     -> /tmp/foo/PyComicsViewer

Starting
--------

To start the viewer, simply run the 'pycomicsviewer.py'. If you use
a binary distribution that hasn't been tweaked (uses the default
setup settings), the starting script should be in:

    /usr/bin/	        -- on Linux
    %PYTHON24%\scripts\ -- on Windows

IMPORTANT NOTE: Don't mistake the 'pycomicsviewer.py' with the 
                'PyComicsViewer.py'. They are different beasts 
                and only 'pycomicsviewer.py' can start the viewer.