gsurma / text_predictor

Char-level RNN LSTM text generator📄.
https://gsurma.github.io
MIT License
116 stars 35 forks source link

File "", line 13 print "Please select a dataset." ^ SyntaxError: Missing parentheses in call to 'print' #7

Open JuanERombado opened 5 years ago

JuanERombado commented 5 years ago

im new to python. From what i gathered, Tensorflow only runs on Python3 but i always get this syntax error about missing parentheses because im running it in Python3 instead of 2. How do i get my cake and eat it too?

joeycurnutt commented 2 years ago

I know this is a bit late, but I converted the code to python 3 using the 2to3 module. Look it up and follow the instructions and it shouldn't be too difficult.

joeycurnutt commented 2 years ago

*2to3 package