|
From: Dan L. <dl...@gm...> - 2008-09-18 09:38:07
|
On Thu, 18 Sep 2008 07:17:10 -0700, Keith Dart wrote: > This is all really great, thanks. I knew about the mis-reported errno, > but didn't get a chance to fix it yet. It's great that you offered up your patch! Seems to have gotten the ball rolling :-) > I renamed the module to _gpib because I have another Python layer, named > gpib.py that wraps that with additional functionality. This is somewhat > common practice in the Python world. Ah, gotcha. Yeah, I guess this is a common way to do an extension: a very thin C wrapper, and then a cushier Python wrapper on that. I suppose that's the purpose of the Gpib.py module in Linux-gpib right now, but it's a bit underpowered at this point... Dan |