Hi All,
I have successfully generated the python wrapper on Cygwin according
to the instructions.
However, the wrapper is only valid on Cygwin environment but fails
when I attempt use it by using windows cmd.
The error message is:
Traceback (most recent call last):
File "wgetbloc.py", line 33, in <module>
import warc
File "../../lib/private/plugin/python/warc.py", line 25, in <module>
_warc = swig_import_helper()
File "../../lib/private/plugin/python/warc.py", line 17, in
swig_import_helper
import _warc
ImportError: No module named _warc
Is it possible for me to incorporate this tool into my window running
program?
I can not change the whole system to run on Linux.
Thanks a lot.