Re: meld/pygtk on solaris
- From: Gareth <redgreenandpotatoe yahoo co uk>
- To: meld-list gnome org
- Subject: Re: meld/pygtk on solaris
- Date: Mon, 9 Jun 2008 05:39:46 +0000 (UTC)
> Are the quotes really in the file? If so, it's not valid python. If
> not, you may not be running it with python
>
> Try this
>
> /opt/csw/bin/python /opt/csw/bin/meld
>
This is directly cut and pasted from the meld file did you mean the quotes
here:
if "--pychecker" in sys.argv:
sys.argv.remove("--pychecker")
import os
os.environ['PYCHECKER'] = "--no-argsused --no-classattr --stdlib"
When I run /opt/csw/bin/python /opt/csw/bin/meld I just get the old message
bash-3.00$ /opt/csw/bin/python /opt/csw/bin/meld
No module named pygtk
Meld requires pygtk2.6.0 or higher.
In the bang line I changed it to this
#! /opt/csw/bin python
What I was trying to do was just copy the existing line and just
change the path.
G
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]