Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5414] During build Python error in html2text.py and faq.py

Date: Sat, 22 Jan 2011 14:35:23 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5414

Jason Burns <burns.jason@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burns.jason@xxxxxxxxx

--- Comment #2 from Jason Burns <burns.jason@xxxxxxxxx> 2011-01-22 14:35:21 PST ---
I ran into this exact error on my system while compiling Wireshark 1.4.3 for
Win32 x86 on Windows XP with MSVC_VARIANT=MSVC2008EE

I fixed it by:

0. Running "nmake -f Makefile.nmake distclean"
1. Closing my command window
2. Editing config.nmake to contain "PYTHON_VER=27"
3. Opening and preparing the command window per Dev Guide.
4. Running "nmake -f Makefile.nmake setup"
5. Running "nmake -f Makefile.nmake distclean"
6. Running "nmake -f Makefile.nmake all"

After these steps, Wireshark built cleanly. I don't know which step resolved
the problem.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.