Hi,
html2text.py is most probably not compatible with Python 3.3 yet. I recommend to install Python 2.7 instead, that's what I use to build Wireshark myself.
Regards, Pascal. Thanks Graham
I tried Visual Studio command prompt and it worked.
After encountering a few errors and googling around it, I am now stuck at the below error. Looks like a syntax error in html2text.py. Have anyone seen it?
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Python33\python.exe" faq.py | "C:\Python33\python.exe" ..\tools\html
2text.py --width=72 --no-links > faq.txt File "..\tools\html2text.py", line 332 self.o("][" + `a['count']` + "]") ^ SyntaxError: invalid syntax
Traceback (most recent call last): File "faq.py", line 2101, in <module> sys.exit(main()) File "faq.py", line 265, in main create_output(header, footer) File "faq.py", line 236, in create_output
create_index() File "faq.py", line 226, in create_index sec.print_index() File "faq.py", line 71, in print_index print(('<a class="faq_qnum" href="" %s</a>\n' % (id, id, question)))
BrokenPipeError: [Errno 32] Broken pipe NMAKE : fatal error U1077: '"C:\Python33\python.exe"' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
N\nmake.exe"' : return code '0x2' Stop.
|