[Ironpython-users] IronPython, Daily Digest 6/23/2014

2014-06-24 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] cStringIO.StringIO(u"...").tell() broken with unicode strings 2. [New comment] Cannot redirect stdout using cStringIO.StringIO on Mono 3. [New comment] StringIO read and writ

[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

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