Issue2490

classification
Title: Using Jython together with Adafruit_DHT python library
Type: Severity: normal
Components: Any Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: Topkek, zyasoft
Priority: Keywords:

Created on 2016-04-11.12:50:05 by Topkek, last changed 2018-03-13.22:34:52 by jeff.allen.

Messages
msg10831 (view) Author: (Topkek) Date: 2016-04-11.12:50:04
Hello! I didn't really know where to report this, so I'll just report it as a bug.

I currently rely on Jython to load specific Python scripts into my Java program, and execute their functions.

When using the Adafruit DHT (https://github.com/adafruit/Adafruit_Python_DHT/) library in my python scripts, I get all kinds of errors, which are described here:
http://stackoverflow.com/questions/36105698/loading-adafruit-dht-from-jython

Does anyone know how to fix this? I would be immensely grateful!

Thanks.
msg10843 (view) Author: Jim Baker (zyasoft) Date: 2016-04-27.21:45:08
Looking at the referenced StackOverflow, please install by using jython setup.py install; then running any associated tests.
History
Date User Action Args
2018-03-13 22:34:52jeff.allensetstatus: open -> closed
resolution: invalid
2016-04-27 21:45:08zyasoftsetnosy: + zyasoft
messages: + msg10843
2016-04-11 12:50:05Topkekcreate