We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The parser.py script cannot be run from a different directory as the script cannot find the preprocessor.pijnu file:
parser.py
preprocessor.pijnu
> python PATH_TO_MEDIAWIKI-PARSER_DIR/parser.py Traceback (most recent call last): File "/home/vernica/usr/src/mediawiki-parser/parser.py", line 8, in <module> preprocessorGrammar = file("preprocessor.pijnu").read() IOError: [Errno 2] No such file or directory: 'preprocessor.pijnu' Exit 1
The text was updated successfully, but these errors were encountered:
fix issue erikrose#44 so the parser.py script can be run from differe…
5d43461
…nt directories
No branches or pull requests
The
parser.py
script cannot be run from a different directory as the script cannot find thepreprocessor.pijnu
file:The text was updated successfully, but these errors were encountered: