Re: [Owfs-developers] pyowfs on a Raspberry Pi

2012-11-16 Thread kevin
After much head scratching... managed to get it to work - here's the solution for anyone else trying to solve the same problem in the future: I needed to created a symbolic link named /usr/lib/arm-linux-gnueabihf/libowcapi.so linked to /usr/lib/arm-linux-gnueabihf/libowcapi-2.8.so.15.0.0 I don

Re: [Owfs-developers] pyowfs on a Raspberry Pi

2012-11-16 Thread kevin
I've found that I do have the following... ./usr/lib/arm-linux-gnueabihf/libowcapi-2.8.so.15 ./usr/lib/arm-linux-gnueabihf/libowcapi-2.8.so.15.0.0 Kevin --- On Fri, 16/11/12, kevin wrote: > From: kevin > Subject: [Owfs-developers] pyowfs on a Raspberry Pi > To: owfs-developers@lists.sourcefo

[Owfs-developers] pyowfs on a Raspberry Pi

2012-11-16 Thread kevin
I've got owfs working perfectly on my Raspberry Pi very easily (on interface /dev/i2c-1:ALL) I now want to use this from Python, and pyowfs looks like a good option - however i can't get it to work... Firstly, I've installed package libowcapi-2.8-15 Then i've downloaded pyowfs-0.1.5, unzipped