Re: [Tutor] PyVISA

2011-04-01 Thread Sotiris Tsartsaris
2011/4/1 Alan Gauld > > "Mark R Rivet" wrote > > > Well I tried the setup file and here is what I get: >> C:\Users\Rivetmr\PyVisa_1.3\PyVISA-1.3>Python setup.py install >> Traceback (most recent call last): >> File "setup.py", line 60, in >> home_dir = os.environ['HOME'] >> > > Windows does

Re: [Tutor] PyVISA

2011-04-01 Thread Blockheads Oi Oi
On 01/04/2011 20:10, Alan Gauld wrote: "Mark R Rivet" wrote Well I tried the setup file and here is what I get: C:\Users\Rivetmr\PyVisa_1.3\PyVISA-1.3>Python setup.py install Traceback (most recent call last): File "setup.py", line 60, in home_dir = os.environ['HOME'] Windows doesn't by de

Re: [Tutor] PyVISA

2011-04-01 Thread Alan Gauld
"Mark R Rivet" wrote Well I tried the setup file and here is what I get: C:\Users\Rivetmr\PyVisa_1.3\PyVISA-1.3>Python setup.py install Traceback (most recent call last): File "setup.py", line 60, in home_dir = os.environ['HOME'] Windows doesn't by default define a HOME environment vari

Re: [Tutor] PyVISA

2011-04-01 Thread Mark R Rivet
Well I tried the setup file and here is what I get: C:\Users\Rivetmr\PyVisa_1.3\PyVISA-1.3>Python setup.py install Traceback (most recent call last): File "setup.py", line 60, in home_dir = os.environ['HOME'] File "C:\Python27\Lib\os.py", line 423, in __getitem__ return self.d

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,