Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next pypi release? #22

Open
hello-josh opened this issue Jan 4, 2016 · 6 comments
Open

Next pypi release? #22

hello-josh opened this issue Jan 4, 2016 · 6 comments

Comments

@hello-josh
Copy link
Contributor

When are you making the next pypi release? I'm looking forward to the query= option for KeyPropertyField for use in a current project.

@mikelambert
Copy link
Contributor

@TRII , are you familiar with how to use pip to install packages off of github?
pip install git+http://www.github.com/wtforms/wtforms-appengine

@crast , I think pypi releases are still in your court?

@hello-josh
Copy link
Contributor Author

@mikelambert as of now, pip install is only installing the top level of the package. I've corrected it so that it will install: hello-josh@b9e5fa5

@hello-josh
Copy link
Contributor Author

I thought so too but it did not work on my system using pip install git+http...

Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin

@mikelambert
Copy link
Contributor

Python 2.7.10 (default, Aug 22 2015, 20:33:39)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.1)] on darwin

And pip install git+http://www.github.com/wtforms/wtforms-appengine correctly installs the fields/ subdirectory for me. Are you perhaps forgetting to run with --upgrade and still seeing an older version installed on disk?

Regardless, if you want to submit a pull request, I'm happy to merge in your change to use find_packages, as I agree it's better. Just not sure how it will materially affect anything for you. :)

@hello-josh
Copy link
Contributor Author

I had originally installed it from pypi and it included the .fields module. I found the error when I changed my requirements.txt to use pip install git+http://www.github.com/wtforms/wtforms-appengine. Must have been user error!

More specifically pip install -U -t src/lib -r requirements.txt

@eric-vader
Copy link

Looking forward to the next pypi release! Bump!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants