So I compiled and installed owfs 2.7p38 and am trying to use the Python 
scripts in the examples/ directory, but I'm getting some odd errors.

~/src/owfs-2.7p38/module/swig/python/examples$ ./temperature.py u
DEFAULT: ow_ds9490.c:DS9490_detect(457) Unclear what <> means in USB 
specification, will use first adapter.
DEFAULT: ow_ds9490.c:DS9490_open(1238) Opened USB DS9490 bus master at 
004:003.
DEFAULT: ow_ds9490.c:DS9490_ID_this_master(600) Set DS9490 004:003 
unique id to 81 4B C9 2C 00 00 00 94
Exception RuntimeError: 'maximum recursion depth exceeded while calling 
a Python object' in <type 'exceptions.AttributeError'> ignored

~/src/owfs-2.7p38/module/swig/python/examples$ ./tree.py u
DEFAULT: ow_ds9490.c:DS9490_detect(457) Unclear what <> means in USB 
specification, will use first adapter.
DEFAULT: ow_ds9490.c:DS9490_open(1238) Opened USB DS9490 bus master at 
004:003.
DEFAULT: ow_ds9490.c:DS9490_ID_this_master(600) Set DS9490 004:003 
unique id to 81 4B C9 2C 00 00 00 94
 DS9490 - /
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.3086A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.0889A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.5877A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.D482A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.B27DA8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.7190A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.C783A8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.376FA8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
DS18B20 - /28.F76AA8020000
Exception RuntimeError: 'maximum recursion depth exceeded in 
__subclasscheck__' in <type 'exceptions.AttributeError'> ignored
 DS1420 - /81.4BC92C000000

iPython output:

In [1]: import ow

In [2]: ow.init('u')
DEFAULT: ow_ds9490.c:DS9490_detect(457) Unclear what <> means in USB 
specification, will use first adapter.
DEFAULT: ow_ds9490.c:DS9490_open(1238) Opened USB DS9490 bus master at 
004:003.
DEFAULT: ow_ds9490.c:DS9490_ID_this_master(600) Set DS9490 004:003 
unique id to 81 4B C9 2C 00 00 00 94

In [3]: s = ow.Sensor('/')
Exception RuntimeError: 'maximum recursion depth exceeded while calling 
a Python object' in <type 'exceptions.AttributeError'> ignored

Certainly not good. Everything compiled and installed fine when I did 
the configure and make dance.

Any ideas?

j

-- 
Joshua J. Kugler - Fairbanks, Alaska
Azariah Enterprises - Programming and Website Design
jos...@azariah.com - Jabber: pedah...@gmail.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to