Hoi zäme,
auf einem raspberry habe ich habe ich mit
apt-get smbus-python ein smbus modul installiert.
das kann ich mit:
import smbus
importieren.
nun baue ich mir eine virtualle umbegung mit:
virtualenv python
da kann ich mit:
python/bin/python
python starten.
unglücklicherweise funktioniert der import von smbus nicht mehr;
spsconnect@spsconnect6 ~/spsControl $ python/bin/python
Python 2.7.3 (default, Mar 18 2014, 05:13:23)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import smbus
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named smbus
kann mir jemand sagen, wie ich virualenv veranlassen kann, das modul
smbus auch einzubinden?
besten dank.
robert