TypeError: __init__() takes exactly 4 arguments (5 given)
when running "rubber -m dvipdfm test.tex" I got this error:
Traceback (most recent call last):
File "/usr/local/
sys.
File "/usr/local/
return self.main(cmdline)
File "/usr/local/
env.
File "/usr/local/
getattr(self, "do_" + cmd)(*args)
File "/usr/local/
self.
File "/usr/local/
mod = PyModule(self.env, pymodule, dict)
File "/usr/local/
pymodule.
File "/usr/local/
dep = Dep(doc, pdf, dvi, doc.env.final)
TypeError: __init__() takes exactly 4 arguments (5 given)
It seems in depended of the TeX file to process. Doing things manual (latex…, dvipdfmx ….) works fine. What does the error mean? What to do?
I'm using Ubuntu 13.10 Saucy Salamander and Rubber version: 1.1
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Rubber Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Ralf Reddin
- Solved:
- Last query:
- Last reply: