env python produces;
Python 2.4.3 (#1, May 18 2006, 07:40:45)
[GCC 3.3.3 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "License" for more information.
>>>
Regards
RT
-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Graham Bloice
Sent: 07 November 2006 14:40
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Release 00.99.4 missing file?
packet-ncp2222.c is produced by the build process running python on
ncp2222.py. The python installation used is set by the config.nmake
setting for which the default value:
PYTHON=env python
causes Cygwin python to be used.
Your earlier mail with the output of nmake -f makefile.nmake
verify_tools showed that Cygwin python was available on your system
then.
>From a bash shell what does "env python" produce?
--
Regards,
Graham Bloice