On Jun 21, 10:30 am, [EMAIL PROTECTED] wrote:
> On Jun 21, 11:22 am, [EMAIL PROTECTED] wrote:
>
>
>
> > If your users aren't programmers, then why not just run Python over
> > the network? That's what we do at my place of employment. The only
> > machines that have Python actually installed are development machines.
>
> > Mike
>
> Mike,
>
> I place the scripts on the server, but hadn't thought of placing an
> entire Python installation on the server.  I just tried it and it
> seems to work.  It shouldn't cause any problems?  That might actually
> work out really well too.  Thanks for the suggestion.

We've been running python scripts over the network for more than a
year. The only issues I can think of is that at first it didn't always
find that weird Python dll file, but once we got that on the server,
that problem went away too.

Mike

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to