And my shebang line is different because I had to use a wrapper for python in order to prevent PYTHONPATH from breaking python3 programs that a user might want to use in the same session.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One of our users ran into an error with fakeQuals.py:
It looks like the import statement is off. The following change fixes it.
By the way, it'd be nice if user-facing scripts didn't expose the implementation language.
And my shebang line is different because I had to use a wrapper for python in order to prevent PYTHONPATH from breaking python3 programs that a user might want to use in the same session.
looks like this file was supposed to be a symlink. I guess mine got converted to a regular file somehow.
Thanks
Related:
https://sourceforge.net/p/pb-jelly/tickets/7/