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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to