On Sat, Mar 19, 2016 at 6:04 AM, jogaserbia <ivanjanko...@live.ca> wrote:
> Can someone please give me ideas on what I should read about (or pay someone 
> to do) that would enable me to create a basis on which multiple Python (web 
> and non-web) applications can be access by staff in a windows environment.
>

You basically have two choices:

1) Run the Python app on some central server, and have your staff
access it using something they already have (eg a web server)

2) Have them all install Python and run it locally.

Your call. :)

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to