Grant Paton-Simpson wrote:
>
> I managed to make a file containing everything I needed. NB the command
> is makepy.py not makepy.
Let me give you a little hint. Go into your environment variables, edit
the PATHEXT variable, and add .py and .pyw to the extensions so it looks
something like this:
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw
Now you can type "makepy", and the shell will find and execute
"makepy.py". It is a very handy little tweak.
--
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32