Closed igorgue closed 13 years ago
It also fixes this if you add ./
to your .zshrc
:
export PYTHONPATH=./:"`brew --prefix python`/lib/python2.7/site-packages"
That is a workaround but this is a Konira issue.
Thanks for reporting and it has been fixed with this commit: https://github.com/alfredodeza/konira/commit/2d72f7998a69b2a22d4f80b99e59330f64ee07c3
Could you please check out the HEAD of this repository and see if it works for you? Pending your response to close this ticket.
It works, thanks for fixing it quickly.
The new version with the bug fixes you reported has been pushed to PyPi: http://pypi.python.org/pypi/konira
I tried to run the example here: http://konira.cafepais.com/docs/basic_structure.html
And it's unable to find the current directory modules. A look at sys.path shows that the first path isn't ''.
This is the output I get
A workaround this issue would be: