Wedge & Lever wrote:
>
> ... 
> My next plan is to copy an entire python installation (files and
> folders) onto a shared network drive, and write something to set up
> path and pythonpath environment variables.  That way, any machine
> connected to that drive should run python programs without any
> installation.  Making an app launchable via 'doubleclick' will require
> encapsulating the setup program and the app itself, but there are
> 1,001 ways to do that.

OK, but here's the part that bothers me.  What you are describing is
essentially what an installer would do.  If you are able to do what you
suggest, then why can't you just run the installer?  What's the difference?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

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

Reply via email to