[Skencil-users] Simple way to direct skencil to Python2.3 when both 2.3 and 2.4 are installed?

W. Craig Carter ccarter at mit.edu
Tue Dec 26 19:58:06 CET 2006


Thank you Igor--this worked perfectly.
Craig

>
> It seems the simplest way is skencil.py file patching. Find this file in
> Skencil installation directory
> and replace path to python in first string:
> #! /usr/bin/env python
> to your python 2.3 binary. For example:
> #! /usr/bin/python2.3
> After this patch new updates will no affect Skencil.


More information about the Skencil-users mailing list