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

Make all binary python libraries optional with a mickey mouse fallback #19

Open
ozten opened this issue Aug 13, 2010 · 0 comments
Open
Labels

Comments

@ozten
Copy link
Owner

ozten commented Aug 13, 2010

For libraries like lxml that need gcc and python-dev... Make them optional.

Production instances should run with these, but a self-hosted install should be possible with pure Python libraries.

Steps:

  1. breakout requirements.txt like zamboni does
  2. Use try except around binary libraries and import pure python support library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant