Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > problem installing a module

Reply
Thread Tools

problem installing a module

 
 
luca72
Guest
Posts: n/a
 
      03-22-2011
Hello i try to install pyvisa under winxp sp3
i get this error:
home_dir =os.environ['HOME']
return self.data[key.upper()]
key error : 'HOME'

i have installed a lot of tyme pyvisa and this is the first time that
i get this error.
Thanks

Luca
 
Reply With Quote
 
 
 
 
Emile van Sebille
Guest
Posts: n/a
 
      03-22-2011
On 3/22/2011 8:19 AM luca72 said...
> Hello i try to install pyvisa under winxp sp3
> i get this error:
> home_dir =os.environ['HOME']


Installation is clearly expecting a HOME environment variable that isn't
there. You'll need to set it then install.

HTH,


Emile



> return self.data[key.upper()]
> key error : 'HOME'
>
> i have installed a lot of tyme pyvisa and this is the first time that
> i get this error.
> Thanks
>
> Luca



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Problem when Installing PyML module modules with mingw32 Rich Healey Python 0 11-05-2008 04:49 AM
Re: Problem when Installing PyML module modules with mingw32 Rich Healey Python 0 11-05-2008 02:25 AM
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
installing my own module: module not recognized Darren Dale Python 2 07-20-2004 01:51 PM
Problem installing BerkeleyDB Module Gerard Perl 0 07-05-2004 12:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57