Re: [pylons-discuss] Inconsistent ImportError

2015-07-01 Thread Brian Looker
Thank you for the reply and your help, Jonathan. I've answered your questions inline. Oh! Deleting the .pyc files did it. Thank you very much! I remember learning about the potential for that problem at a Python Bootcamp, but hadn't encountered it before. I appreciate everyone's help. On

Re: [pylons-discuss] Inconsistent ImportError

2015-07-01 Thread Brian Looker
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?

Re: [pylons-discuss] Inconsistent ImportError

2015-07-01 Thread Jonathan Vanasco
On Wednesday, July 1, 2015 at 9:32:41 AM UTC-4, Brian Looker wrote: Oh! Deleting the .pyc files did it. Thank you very much! I remember learning about the potential for that problem at a Python Bootcamp, but hadn't encountered it before. I put a dumb little file called 'cleanup.py' in

Re: [pylons-discuss] Inconsistent ImportError

2015-07-01 Thread Brian Looker
That's a good idea. I do have a correction. In addition to deleting the .pyc files, I was playing with my import statements. The problem returned after uncommenting one of the wtforms imports I'd missed. This whole mess was caused by a typo--I apologize for taking up your time. Turns out that