Hallo,
für die Umrechnung zwischen absoluter und relativer Luftfeuchte verwende ich das meteo-Paket.
Leider schaffe ich es nicht, dies für python3.2 bereit zustellen.
Ich habe meteo erst mit 2to3 auf python3.2 umgewandelt.
Dann:
Das sieht doch gut aus?!Aber dann:
*grmpf*
Was mach ich falsch?
Gruß,
Hendrik
für die Umrechnung zwischen absoluter und relativer Luftfeuchte verwende ich das meteo-Paket.
Leider schaffe ich es nicht, dies für python3.2 bereit zustellen.
Ich habe meteo erst mit 2to3 auf python3.2 umgewandelt.
Dann:
Code:
cd ~/meteo/meteo-0.2.8/ root@homeserver:~/meteo/meteo-0.2.8# python3.2 setup.py install running install running build running build_py running install_lib byte-compiling /usr/local/lib/python3.2/dist-packages/meteo/humidity.py to humidity.cpython-32.pyc byte-compiling /usr/local/lib/python3.2/dist-packages/meteo/radiation.py to radiation.cpython-32.pyc byte-compiling /usr/local/lib/python3.2/dist-packages/meteo/physdyn.py to physdyn.cpython-32.pyc byte-compiling /usr/local/lib/python3.2/dist-packages/meteo/air.py to air.cpython-32.pyc byte-compiling /usr/local/lib/python3.2/dist-packages/meteo/__init__.py to __init__.cpython-32.pyc running install_egg_info Removing /usr/local/lib/python3.2/dist-packages/meteo-0.2.8.egg-info Writing /usr/local/lib/python3.2/dist-packages/meteo-0.2.8.egg-info
Code:
Restarting SmartHome smarthome.py Traceback (most recent call last): File "/usr/local/smarthome/bin/smarthome.py", line 68, in <module> import lib.tools File "/usr/local/smarthome/lib/tools.py", line 28, in <module> from meteo import * File "/usr/local/lib/python3.2/dist-packages/meteo/__init__.py", line 5, in <module> from humidity import * ImportError: No module named humidity Traceback (most recent call last): File "/usr/local/smarthome/bin/smarthome.py", line 68, in <module> import lib.tools File "/usr/local/smarthome/lib/tools.py", line 28, in <module> from meteo import * File "/usr/local/lib/python3.2/dist-packages/meteo/__init__.py", line 5, in <module> from humidity import * ImportError: No module named humidity
Was mach ich falsch?
Gruß,
Hendrik