Date: Thu, 17 Jun 2004 09:59:35 +0200 From: Franz Klammer <klammer@webonaut.com> To: Sander Smid <s.smid@chello.nl> Cc: gnome@FreeBSD.org Subject: Re: gDesklets FreeBSD Python problem Message-ID: <40D14F67.60407@webonaut.com> In-Reply-To: <000501c45420$3abbf660$0a00a8c0@sander> References: <001801c451bb$ddf63190$0a00a8c0@sander> <40CD5D90.4030401@webonaut.com> <000501c45420$3abbf660$0a00a8c0@sander>
next in thread | previous in thread | raw e-mail | index | archive | help
gnome.ui is part of Sander Smid wrote: > Hi, > > I rebuild gdesklets and now I get another error. > //------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/X11R6/bin/gdesklets", line 12, in ? > from main.Starter import Starter > File "/usr/X11R6/share/gnome/gdesklets/main/Starter.py", line 2, in ? > from factory.DisplayFactory import DisplayFactory > File "/usr/X11R6/share/gnome/gdesklets/factory/DisplayFactory.py", line 3, > in ? > from sensor.DefaultSensor import DefaultSensor > File "/usr/X11R6/share/gnome/gdesklets/sensor/DefaultSensor.py", line 1, > in ? > from Sensor import Sensor > File "/usr/X11R6/share/gnome/gdesklets/sensor/Sensor.py", line 15, in ? > from SensorConfigurator import SensorConfigurator > File "/usr/X11R6/share/gnome/gdesklets/sensor/SensorConfigurator.py", line > 1, in ? > import gnome.ui > ImportError: could not import bonobo.ui > //------------------------------------------------------------- > you ports tree is very up to date (as far as i've seen) gnome.ui ist part of py-gnome. as it seems that py-gtk2 now loading correctly after rebuild i will recommend that you are running portupgrade -f py-\* py23-\* to rebuild/-install: py-gnome-2.0.2 A set of Python bindings for GNOME 2 py23-gtk-2.2.0_2 A set of Python bindings for GTK py23-numeric-23.1 The Numeric Extension to Python py23-orbit-2.0.0_2 Python bindings for ORBit2 py23-xml-0.8.3 The Python XML package, including parser, SAX, DOM, and Exp i guess this will help you. franz. > > I hope this info make things a bit clearer for you cause for me it doesn't > :( > I googled around in groups using the last line of my error message as my > search string but without clues. I hope you've seen this before and know > what I'm missing. > > Thanks for your time, > Sander > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D14F67.60407>