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

dexy.controller.find_filters is broken #1

Closed
nirs opened this issue Oct 14, 2011 · 3 comments
Closed

dexy.controller.find_filters is broken #1

nirs opened this issue Oct 14, 2011 · 3 comments

Comments

@nirs
Copy link

nirs commented Oct 14, 2011

Seems that the code works only when dexy is run from a development work tree, where dexy filters are located at "dexy/dexy/filters", but no dexy filter is loaded when dexy is installed, and its path is something like: "dexy-0.5.0-py2.7.egg/dexy/filters". The results is empty filters and confusing error messages.

@ananelson
Copy link
Member

Yes, I had this too. I moved the location of dexy filters and it confuses things unless you do a clean reinstall.

Can you try uninstalling + reinstalling dexy and let me know if that fixes things for you.

@nirs
Copy link
Author

nirs commented Oct 14, 2011

This patch http://nirs.freeshell.org/dexy/0001-Fix-load_filters-when-package-is-installed.patch fix this by specifying the package instead of guessing it from the path.

@ananelson
Copy link
Member

I've replicated this and your patch seems like a nice way to fix this, it will be in 0.5.0. Thanks.

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

No branches or pull requests

2 participants