Thank you for your reply and help, Vincent. I've answered your questions inline.
On Tuesday, June 30, 2015 at 3:16:14 PM UTC-5, Vincent Catalano wrote: > > What version do you have configured in your setup.py file for WTForms? Is > it the same or different than the one in your requirements.txt? > I have added the version specification to the setup.py file, run setup.py develop, but see no change. The version (2.0.2) matches the one in requirements.txt. > Also, are you being explicit with your dependency versions (i.e. > WTForms==2.0.2)? > On the initial installation using pip from the requirement.txt file, and now with the setup.py file. > Lastly, did you install dependencies first with pip and then with setup.py? > I initially installed all of the dependencies using pip and the requirements.txt file. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
