Re: [Tutor] Fwd: Python skipping if statement (Really simple code)

2011-04-16 Thread Sotiris Tsartsaris
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

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