2
I’m following the article tutorial http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iii-web-forms/page/3#comments
I got to part three and made that mistake.
I’m confused because the author has the run.py
inside the virtualenv Script folder.
Since he has created the run.py
at the root.
But I don’t think that’s the problem, so I need help.
By following @sergiopereira’s help (delete Babel) and reinstalling by github this gives the following error.
To fix this error you need Git in the Windows environment variables. http://blog.countableset.ch/2012/06/07/adding-git-to-windows-7-path/
to install via github on virtualenv does not work that way?
– Leonardo Nascimento Cintra
It should work. All these commands should be executed in your virtualenv. Error?
– sergiopereira
gave the following error:
Error [WinError 2] O sistema não pode encontrar o arquivo especificado while executing command git clone -q https://github[...]. Cannot find command 'git'
I’m using python 3 and windows 10.– Leonardo Nascimento Cintra
Follow the error screenshot:
– Leonardo Nascimento Cintra
Image above, in the description of the problem.
– Leonardo Nascimento Cintra
I already found the bug. I hadn’t put Git in the Windows environment variables.
– Leonardo Nascimento Cintra