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
On Apr 1, 4:05 pm, "eryksun ()" wrote:
> 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.
On Apr 1, 4:05 pm, "eryksun ()" wrote:
> 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.
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/pyvisa/files/PyVISA/1.3/PyVISA-1.3.win
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 "", line 1, in
> > import visa
> >ImportError: No
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
>
>
>
>There must be more to just putting
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
> import visa
> ImportError: No module
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 GUI I get