Closed azaroth42 closed 10 years ago
This project is out of date. We forked to the zepheira repo and it's maintained there.
https://github.com/zepheira/pybibframe
That said, I'm not convinced marcbin2xml is still viable based on experience. I'll probably remove it. Right now I just use yaz-marcdump.
$ marcbin2xml -o marc.xml stf.00.mrc
Traceback (most recent call last): File "/Users/azaroth/install/bin/marcbin2xml", line 58, in
run(inputs=args.inputs, limit=args.limit, out=args.out, verbose=args.verbose)
File "/Users/azaroth/install/bin/marcbin2xml", line 36, in run
print >> out, TEMPLATE_TOP
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'