[Sfw-team] [OpenIndiana Distribution - Bug #1632] (Resolved) meld doesn't work ootb
illumos project
devnull at illumos.org
Sat Mar 31 14:38:56 UTC 2012
Issue #1632 has been updated by Jon Tibble.
Status changed from New to Resolved
Fixed in prestable2 including newer meld (1.4.0) and dependency on python-gnome-libs-26.
----------------------------------------
Bug #1632: meld doesn't work ootb
https://www.illumos.org/issues/1632
Author: Richard PALO
Status: Resolved
Priority: Normal
Assignee: OI SFW
Category:
Target version:
Difficulty: Bite-size
Tags: meld, python-gnome-libs-24, dependency
In trying to debug getting nfo building on a clean install (needed to install system/headers, how to do it without a network card driver??!!)
<pre>
richard at shuttleX:~$ pfexec pkg install -v meld
Aucune mise à jour n'est nécessaire pour cette image.
richard at shuttleX:~$ pfexec pkg publisher
ÉDITEUR TYPE STATUT URI
openindiana.org (préféré) origine online http://pkg.openindiana.org/dev/
richard at shuttleX:~$ pfexec pkg verify meld
richard at shuttleX:~$ meld
No module named pygtk
Meld exige pygtk2.6.0 ou supérieur.
richard at shuttleX:~$ python
Python 2.6.4 (r264:75706, Apr 17 2011, 11:24:50) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> help()
Welcome to Python 2.6! This is the online help utility.
If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/tutorial/.
Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules. To quit this help utility and
return to the interpreter, just type "quit".
To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics". Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".
help> pygtk
Help on module pygtk:
NAME
pygtk
FILE
/usr/lib/python2.6/vendor-packages/pygtk.py
MODULE DOCS
http://docs.python.org/library/pygtk
DESCRIPTION
# -*- Mode: Python; py-indent-offset: 4 -*-
# pygtk - Python bindings for the GTK+ widget set.
# Copyright (C) 1998-2002 James Henstridge
#
# pygtk.py: pygtk version selection code.
#
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
...
help>
You are now leaving help and returning to the Python interpreter.
If you want to ask for help on a particular object directly from the
interpreter, you can type "help(object)". Executing "help('string')"
has the same effect as typing a particular string at the help> prompt.
>>>
richard at shuttleX:~$ more `which meld`
#!/usr/bin/python2.4
### Copyright (C) 2002-2006 Stephen Kennedy <stevek at gnome.org>
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as published by
### the Free Software Foundation; either version 2 of the License, or
### (at your option) any later version.
### This program is distributed in the hope that it will be useful,
### but WITHOUT ANY WARRANTY; without even the implied warranty of
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
### GNU General Public License for more details.
### You should have received a copy of the GNU General Public License
### along with this program; if not, write to the Free Software
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# pychecker
#
import sys
....
</pre>
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Sfw-team
mailing list