Re: [Tutor] PyVISA GPIB

2011-04-01 Thread markrivet
"Donald Bedsole" said: > Sorry, > > On Fri, Apr 1, 2011 at 1:00 PM, Donald Bedsole wrote: >> Hi Mark, >> >> On Fri, Apr 1, 2011 at 11:42 AM,   wrote: >>>  I would like to control electronic instruments with PyVISA. I have >>> downloaded PyVISA and unpacked the files into the >>> Python27/lib

Re: [Tutor] PyVISA GPIB

2011-04-01 Thread markrivet
"Donald Bedsole" said: > Hi Mark, > > On Fri, Apr 1, 2011 at 11:42 AM, wrote: >>  I would like to control electronic instruments with PyVISA. I have >> downloaded PyVISA and unpacked the files into the Python27/lib/site-packages >> dir >> and in the IDLE >> GUI I run "import visa' for a qui

Re: [Tutor] PyVISA GPIB

2011-04-01 Thread markrivet
"Donald Bedsole" said: > Sorry, > > On Fri, Apr 1, 2011 at 1:00 PM, Donald Bedsole wrote: >> Hi Mark, >> >> On Fri, Apr 1, 2011 at 11:42 AM,   wrote: >>>  I would like to control electronic instruments with PyVISA. I have >>> downloaded PyVISA and unpacked the files into the >>> Python27/lib

Re: [Tutor] PyVISA GPIB

2011-04-01 Thread Blockheads Oi Oi
On 01/04/2011 18:00, Donald Bedsole wrote: Hi Mark, On Fri, Apr 1, 2011 at 11:42 AM, wrote: I would like to control electronic instruments with PyVISA. I have downloaded PyVISA and unpacked the files into the Python27/lib/site-packages dir and in the IDLE GUI I run "import visa' for a quic

Re: [Tutor] PyVISA GPIB

2011-04-01 Thread Donald Bedsole
Sorry, On Fri, Apr 1, 2011 at 1:00 PM, Donald Bedsole wrote: > Hi Mark, > > On Fri, Apr 1, 2011 at 11:42 AM,   wrote: >>  I would like to control electronic instruments with PyVISA. I have >> downloaded PyVISA and unpacked the files into the Python27/lib/site-packages >> dir and in the IDLE >>

Re: [Tutor] PyVISA GPIB

2011-04-01 Thread Donald Bedsole
Hi Mark, On Fri, Apr 1, 2011 at 11:42 AM, wrote: >  I would like to control electronic instruments with PyVISA. I have > downloaded PyVISA and unpacked the files into the Python27/lib/site-packages > dir and in the IDLE > GUI I run "import visa' for a quick check and I get this error: > > impo

[Tutor] PyVISA GPIB

2011-04-01 Thread markrivet
I would like to control electronic instruments with PyVISA. I have downloaded PyVISA and unpacked the files into the Python27/lib/site-packages dir and in the IDLE GUI I run "import visa' for a quick check and I get this error: import visa Traceback (most recent call last): File "", line 1,