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

Calling query.py from another directory does not work #6

Open
jmnybl opened this issue Dec 10, 2014 · 1 comment
Open

Calling query.py from another directory does not work #6

jmnybl opened this issue Dec 10, 2014 · 1 comment

Comments

@jmnybl
Copy link
Collaborator

jmnybl commented Dec 10, 2014

ImportError: setlib/pytset.so: cannot open shared object file: No such file or directory

@fginter
Copy link
Owner

fginter commented Dec 12, 2014

Bypassing currently by setting working directory to the code path. This assures that the code gets autogenerated to the right place and can also be correctly imported. The disadvantage is that two parallel runs will step on each others' toes and that write access to dep_search is required. Pending a better solution.

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

No branches or pull requests

2 participants