not.sure Geschrieben September 7, 2012 at 18:08 Geschrieben September 7, 2012 at 18:08 Um meinen IMU brick mit python 2.4.3 (aelteres Scientific Linux) ans laufen zu kriegen musste ich zwei imports korrigieren. Vielleicht hilft das ja dem einen oder anderen. ---ip_connection.py Threading.current_thread ist wohl zu neu fuer python2.4, aber das scheint aequivalent zu Threading.currentThread. Man sollte also auf from threading import currentThread as current_thread ausweichen wenn der import von current_thread danebengeht. ---brick_imu.py (wohl in allen generierten brick_*.py): syntax error im "Ausweich-Import" fuer namedtuple, etc from .ip_connection import namedtuple Der Punkt muss natuerlich weg. Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.