On Tue, Jun 30, 2015 at 11:44 PM, Michael Merickel wrote:
> Hey everyone, we've ported a few bug fixes from the 1.5 series into
> this release and fixed one critical issue when using
> ``pyramid.renderers.render_view`` on 1.6.
>
> We've had very few complaints about any changes made in 1.6a1
> so
Hey everyone, we've ported a few bug fixes from the 1.5 series into
this release and fixed one critical issue when using
``pyramid.renderers.render_view`` on 1.6.
We've had very few complaints about any changes made in 1.6a1
so we should be able to accelerate the timeline on getting a final
releas
I have experienced that `python setup.py develop` behaves different than `pip
install -e .`
some times I got several versions of the same package installed by mixing these
two methods.
On 30.06.2015 19:59, Brian Looker wrote:
> I have two separate virtualenv's and Pyramid projects in which I am
Some possibly dumb questions:
1. are you failing to start it with the same .ini
2. can you start the failed project using the working virtualenv, and vice
versa?
3. have you tried with a new virtualenv, and comparing?
4. have you tried deleting all the .pyc files? sometimes an old one will
some
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?
Also, are you being explicit with your dependency versions (i.e.
WTForms==2.0.2)?
Lastly, did you install dependencies first with pip and then with setup.py?
Hi Vincent,
Yep, I've activated both environments. My initial install of dependencies
for the non-working project was from a text file of requirements I created
using pip freeze on the working project. I had no errors with the
installation.
I didn't mention it initially, but I have wtforms li
Just going over basics here but did you activate the environments before
running `python setup.py develop`?
Also, what happens when you install the dependencies using pip? Do you get
any errors?
Was WTForms installed globally by chance?
-Vincent
On Tue, Jun 30, 2015 at 10:59 AM, Brian Looker w
I have two separate virtualenv's and Pyramid projects in which I am using
WTForms. In one, the project is working fine. In the other, I am getting an
import error. I'm working with Pyramid 1.5.7 on Linux Mint 17.
I have installed and uninstalled with pip and easy_install, trying each
based on