python - Can/ Why can't I read a text file into my Kivy app? -


im making game app involves, reading text file. app doesn't seem work when this. erased code read text file , simulated snippet of information text file have , app worked fine. here code want use

textfile = open('symbols.txt', 'r')  symbols = textfile.read() textfile.close()  symbols = symbols.split('\n') 

where symbols list of words wish use


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -