Re: [Owfs-developers] Problem running Python examples

2010-08-01 Thread Joshua J. Kugler
On Saturday 31 July 2010, Paul Alfille elucidated thus: > If you find a solution, I'll add it to the next release. I'm certainly going to take a crack at it, and if I do, I'll post a diff. If I can't fix it, I'll give Marcus Priesch's pyowfs a look. j > > On Fri, Jul 30, 2010 at 3:44 PM, Joshu

Re: [Owfs-developers] New release 2.8p0

2010-08-01 Thread Joshua J. Kugler
On Sunday 01 August 2010, Paul Alfille elucidated thus: > Release notes 2.8p0 > > 1. W1 (the linux kernel module now called "wire") that handles > several types of 1wire bus masters is now supported as a surrogate > bus master. A. Includes usb, i2c and some architecture-specific gpio > (OMAP and AR

[Owfs-developers] New release 2.8p0

2010-08-01 Thread Paul Alfille
Release notes 2.8p0 1. W1 (the linux kernel module now called "wire") that handles several types of 1wire bus masters is now supported as a surrogate bus master. A. Includes usb, i2c and some architecture-specific gpio (OMAP and ARM) B. Bus masters are added and removed dynamically based on ne

Re: [Owfs-developers] Problem running Python examples

2010-08-01 Thread Marcus Priesch
Hi, You could try pyowfs instead - it uses the owfs libs (namely owcapi) directly - but is in no means compatible to the original python bindings ... but overcomes some of their limitations ... ;) read more at: http://priesch.co.at/pyowfs install by: easy_install pyowfs this d