Hallo
Mein Dmx Adapter will nicht mehr
Habe pyhthon serial installiert aber das Paket wird nicht gefunden
Hab ich was vergessen??
mfg rudi
Mein Dmx Adapter will nicht mehr

Habe pyhthon serial installiert aber das Paket wird nicht gefunden
Code:
admin@smarthome:/usr/smarthome$ sudo apt-get install python-serial Reading package lists... Done Building dependency tree Reading state information... Done python-serial is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. admin@smarthome:/usr/smarthome$ smarthome.py -d 2013-11-05 19:16:15,954 INFO Main Start SmartHome.py 0.9-399-g3cff383+ -- smarthome.py:__init__:264 2013-11-05 19:16:15,959 DEBUG Main Python 3.2.3 -- smarthome.py:__init__:265 2013-11-05 19:16:15,966 INFO Main Init Scheduler -- scheduler.py:__init__:86 2013-11-05 19:16:15,972 INFO Main Init Plugins -- smarthome.py:start:307 2013-11-05 19:16:15,988 DEBUG Scheduler creating 5 workers -- scheduler.py:run:93 2013-11-05 19:16:15,999 DEBUG Main Plugin: knx -- plugin.py:__init__:43 2013-11-05 19:16:16,028 DEBUG Main Plugin: ow -- plugin.py:__init__:43 2013-11-05 19:16:16,053 DEBUG Main Plugin: cli -- plugin.py:__init__:43 2013-11-05 19:16:16,065 DEBUG Main Plugin: visu -- plugin.py:__init__:43 2013-11-05 19:16:16,141 DEBUG Main Plugin: sql -- plugin.py:__init__:43 2013-11-05 19:16:16,170 DEBUG Main SQLite 3.7.13 -- __init__.py:__init__:62 2013-11-05 19:16:16,185 DEBUG Main SQLite: database integrity ok -- __init__.py:__init__:78 2013-11-05 19:16:16,210 DEBUG Main SQLite pack next time: 2013-11-06 03:02:00+01:00 -- scheduler.py:_next_time:289 2013-11-05 19:16:16,215 DEBUG Main Plugin: rrd -- plugin.py:__init__:43 2013-11-05 19:16:16,315 DEBUG Main Plugin: dmx -- plugin.py:__init__:43 2013-11-05 19:16:16,326 ERROR Main Plugin dmx exception: No module named serial -- plugin.py:__init__:57 Traceback (most recent call last): File "/usr/smarthome/lib/plugin.py", line 53, in __init__ plugin_thread = Plugin(smarthome, plugin, classname, classpath, args) File "/usr/smarthome/lib/plugin.py", line 79, in __init__ exec("import {0}".format(classpath)) File "<string>", line 1, in <module> File "/usr/smarthome/plugins/dmx/__init__.py", line 24, in <module> import serial ImportError: No module named serial 2013-11-05 19:16:16,345 INFO Main Init Items -- smarthome.py:start:313
mfg rudi
Kommentar