this
proceed = input(int("Do you want to see Renees hate in form of a
> picture? "))
> if proceed == "yes":
>
>
should be
proceed = input("Do you want to see Renees hate in form of a picture? ")
if proceed == "yes":
cause you are checking for a yes or no but you convert the input
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