Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 16:37:06 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Walter Hurry <walterhurry@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Python module wnck?
Message-ID:  <20120426163706.1de4534d.freebsd@edvax.de>
In-Reply-To: <jnbj38$39s$1@dough.gmane.org>
References:  <jnbj38$39s$1@dough.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Apr 2012 13:37:44 +0000 (UTC), Walter Hurry wrote:
> I'm trying to get screenlets up and running on 9.0, but I'm getting the 
> following Python error:
> 
> ImportError: No module named wnck
> 
> I believe that this should be supplied by a a package or port named 
> something like py27-wnck, but am unable to trace any such.
> 
> Can anyone point me in the right direction please?

Use the ports, Luke. :-)

	% cd /usr/ports
	% make search name=wnck

And a result:

Port:   libwnck-2.30.6
Path:   /usr/ports/x11-toolkits/libwnck
Info:   Library used for writing pagers and taskslists

More checks:

	% cat less x11-toolkits/libwnck/pkg-descr 

"libwnck is a Window Navigator Construction Kit, i.e. a library used
for writing pagers and taskslists.  It is needed for the 
GNOME 2.0 desktop."

Does this look like what you're searchin for? I know it's
not specified to be a Python module, but maybe it interfaces
with Python somehow?

You can also use "make search key=wnck" to bring up a list
of keyword search results.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120426163706.1de4534d.freebsd>