Hi,

   > Hi all I have compiled and installed PiTiVi 0.13.3 on FreeBSD
   > 7.2. When run it develop following error: [..]
   > self._deviceChangeCb) AttributeError: 'NoneType' object has no
   > attribute 'connect'

get_probe() does:
   if HAVE_DBUS:
       return HalDeviceProbe()
   return None

You're missing the dbus and/or dbus.glib python libraries.

(get_probe() should probably fail with a useful assertion, since the
deviceprobe object it returns is going to be called without testing
it.)

- Chris.
-- 
Chris Ball   <[email protected]>
One Laptop Per Child

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pitivi-pitivi mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

Reply via email to