Re: python3.7 problem with validation - it doesnt work

2018-09-21 Thread Michael Torrie
On 09/19/2018 06:12 AM, alon.naj...@gmail.com wrote: > python3.7 problem with validation - it doesn't work. I don't know what "validation" means, but MRAB has told you why it wasn't working. My question to you is why do you need that inner function anyway? An inner function is normally used to d

Re: python3.7 problem with validation - it doesnt work

2018-09-19 Thread MRAB
On 2018-09-19 13:12, alon.naj...@gmail.com wrote: python3.7 problem with validation - it doesn't work. In what way doesn't it work? Does your computer explode? [snip] def printMessage(self): global UserSymbol global UserStockPrice global RadioButtonBellow

python3.7 problem with validation - it doesnt work

2018-09-19 Thread alon . najman
python3.7 problem with validation - it doesn't work. I added 2 variables to the IF of the validation: global UserGmail global PassGmail here is the code: import sys import requests from lxml import html import requests import urllib.request, urllib.error, urllib.parse import _thread from PyQt5