On 21 août, 18:31, Emile van Sebille wrote:
> On 8/18/2011 5:02 AM Makiavelik said...
>
> > Hi,
> > Here is a sample code that reproduces the issue :
>
> Not really 'sample' enough to allow others to investigate...
>
> ImportError: No module namedgobject
> ImportError: No module nameddbus
> Import
On 8/18/2011 5:02 AM Makiavelik said...
Hi,
Here is a sample code that reproduces the issue :
Not really 'sample' enough to allow others to investigate...
ImportError: No module named gobject
ImportError: No module named dbus
ImportError: No module named dbus.mainloop.glib
Try to eliminate th
Hi,
Here is a sample code that reproduces the issue :
[code]
import logging
import unittest
import signal
import gobject
import dbus
from functools import wraps
from dbus.mainloop.glib import DBusGMainLoop
class TimeoutException(Exception):
pass
def timeout(timeout_time=1800):
"""
decora