Re: problem with module PyVisa

2012-11-20 Thread Jean Dubois
It seems I have to install it from the National Instruments site but > > > Debian Linux doesn't seem to be supported... > > > and I doubt whether just copying this file will be sufficient to make > > > PyVisa work. > > > I wonder whether there might be anothe

Re: problem with module PyVisa

2012-11-11 Thread Jean Dubois
rom the National Instruments site but > > Debian Linux doesn't seem to be supported... > > and I doubt whether just copying this file will be sufficient to make > > PyVisa work. > > I wonder whether there might be another way to communicate via USB > > with a Keith

Re: problem with module PyVisa

2012-11-09 Thread wrw
bt whether just copying this file will be sufficient to make > PyVisa work. > I wonder whether there might be another way to communicate via USB > with a Keithley programmable power supply using Python. > > best regards, > Jean > > > > -- > http://mail.python.or

RE: problem with module PyVisa

2012-11-09 Thread Prasad, Ramit
e obvious but finding this file and how to install it > is not unfortunately. > It seems I have to install it from the National Instruments site but > Debian Linux doesn't seem to be supported... > and I doubt whether just copying this file will be sufficient to make > PyVisa w

Re: problem with module PyVisa

2012-11-09 Thread Jean Dubois
fortunately. It seems I have to install it from the National Instruments site but Debian Linux doesn't seem to be supported... and I doubt whether just copying this file will be sufficient to make PyVisa work. I wonder whether there might be another way to communicate via USB with a Keithley progra

Re: [newbie] problem with module PyVisa

2012-11-09 Thread Rodrick Brown
It seems pretty obvious from the error. Try installing the missing lib packages. OSError: /usr/local/vxipnp/linux/bin/libvisa.so.7: cannot open shared object file: No such file or directory Sent from my iPhone On Nov 9, 2012, at 11:22 AM, Jean Dubois wrote: > OSError: /usr/local/vxipnp/linux/

[newbie] problem with module PyVisa

2012-11-09 Thread Jean Dubois
I'm trying to control a programmable power supply via USB using python. After doing some googling I thought I should use PyVisa for this purpose, so I installed it as follows: tar xvfz PyVISA-1.4.tar.gz cd PyVISA-1.4 python setup.py install Installation seems to finish without errors. W

Re: PyVISA

2011-04-01 Thread eryksun ()
On Friday, April 1, 2011 10:24:58 PM UTC-4, Manatee wrote: > > VisaIOError: VI_ERROR_INTF_NUM_NCONFIG: The interface type is valid > but the specified interface number is not configured. > > My instrument is on GPIB 5 and I can do a *IDN? with another program > and get a response. So I must still

Re: PyVISA

2011-04-01 Thread Manatee
's a win32 exe installer available here: > > http://sourceforge.net/projects/pyvisa/files/PyVISA/1.3/PyVISA-1.3.wi... > > If your account is a standard user and the installer doesn't load a UAC > prompt, you'll probably have to right-click it and choose to "Run as > adm

Re: PyVISA

2011-04-01 Thread Manatee
's a win32 exe installer available here: > > http://sourceforge.net/projects/pyvisa/files/PyVISA/1.3/PyVISA-1.3.wi... > > If your account is a standard user and the installer doesn't load a UAC > prompt, you'll probably have to right-click it and choose to "Run as > adminis

Re: PyVISA

2011-04-01 Thread eryksun ()
On Friday, April 1, 2011 3:40:23 PM UTC-4, Manatee wrote: > > Well, ok, I'll try some of that. But I am running window 7, not Linux. > The "sudo" command sounds like Linux. Again, there's a win32 exe installer available here: http://sourceforge.net/projects/pyvis

Re: PyVISA

2011-04-01 Thread Manatee
On Apr 1, 2:05 pm, "Günther Dietrich" wrote: > Manatee wrote: > >I have unpacked the PyVISA files into the Python/lib/site-packages dir > >and from the IDLE GUI I get and error > > >import visa > > >Traceback (most recent call last): > >  File

Re: PyVISA

2011-04-01 Thread Günther Dietrich
Manatee wrote: >I have unpacked the PyVISA files into the Python/lib/site-packages dir >and from the IDLE GUI I get and error > >import visa > >Traceback (most recent call last): > File "", line 1, in >import visa >ImportError: No module named visa >

Re: PyVISA

2011-04-01 Thread eryksun ()
On Friday, April 1, 2011 11:29:10 AM UTC-4, Manatee wrote: > I have unpacked the PyVISA files into the Python/lib/site-packages dir > and from the IDLE GUI I get and error > > import visa > > Traceback (most recent call last): > File " > ", line 1, in &

Re: PyVISA

2011-04-01 Thread Yashwin Kanchan
Hi Have you installed the module after unzipping it? python setup.py install Got it from the README file in the downloaded tar. Regards Yashwin Kanchan On 1 April 2011 16:29, Manatee wrote: > I have unpacked the PyVISA files into the Python/lib/site-packages dir > and from the IDLE

PyVISA

2011-04-01 Thread Manatee
I have unpacked the PyVISA files into the Python/lib/site-packages dir and from the IDLE GUI I get and error import visa Traceback (most recent call last): File "", line 1, in import visa ImportError: No module named visa There must be more to just putting the files in t

ANN: PyVISA 1.1 -- GPIB, USB, RS232 instrument control

2006-11-22 Thread Torsten Bronger
Hallöchen! At http://pyvisa.sourceforge.net you can find information about the PyVISA package. It realises Python bindings for the VISA library functions, which enables you to control GPIB, USB, and RS232-serial measurement devices via Python. Yesterday I released version 1.1, which works much

ANN: PyVISA 1.0 -- GPIB, USB, RS232 instrument control

2006-01-24 Thread Torsten Bronger
Hallöchen! At http://pyvisa.sourceforge.net you can find information about the PyVISA package. It realises Python bindings for the VISA library functions, which enables you to control GPIB, USB, and RS232-serial measurement devices via Python. Today I released version 1.0. If you have v0.9.7

ANN: PyVISA 0.9 (first public release)

2005-06-30 Thread Torsten Bronger
Hallöchen! At http://pyvisa.sourceforge.net you can find information about the PyVISA package. It realises Python bindings for the VISA library functions, which enables you to control measurement devices via Python. Yesterday I released version 0.9. I tried to provide it with good