Re: [Ironpython-users] Pyvisa Compatibility

2014-06-24 Thread Slide
Does pyvisa use a native extension anywhere? If so, then it will not work with IronPython. On Mon, Jun 23, 2014 at 2:46 PM, Daniel Hsu wrote: > Hi All, > > Has there been any progress recently on Pyvisa compatibility? I'm trying > to connect to several machines using Pyvisa but it doesn't recog

[Ironpython-users] Pyvisa Compatibility

2014-06-24 Thread Daniel Hsu
Hi All, Has there been any progress recently on Pyvisa compatibility? I'm trying to connect to several machines using Pyvisa but it doesn't recognize visa when I try to "import visa". Visa has worked with Python 3.4 for me before. I get the error message "No module named visa" when I try to import