[wxPython-users] Distributing a wxpy app - central server or each workstation

Rune Devik rune.devik at gmail.com
Thu Mar 1 06:29:36 PST 2007


Hi

Well, that should be farly easy to test. Just put your app on one computer
and share the directory. Mount that as a network share on a different
machine and fire it up. There could be all kind of problems if your single
install can't handle multiple clients though. Like all  instanses share the
same directory to store data and stuff like that.  But I have at least been
able to run an installer written in wxpython from a network share so there's
nothing that stops you from doing this if the app is designed "correctly".
All the dll's is in the same dir as the app so windows will be able to load
the dll's.

Regards,
-- =

Rune Devik
http://www.garageinnovation.org

On 3/1/07, Geoff Skerrett <Geoff at teammsa.com> wrote:
>
>  This isn't specifically related to wxpython,  but if someone could
> provide us some guidance it would be appreciated.
>
> We are distributing a wxpython application using py2exe.  We have a new
> client with approx 50 workstation and were wondering if need to install
> the supporting .dll's on each workstation or could we install these on
> network share and then have a short cut on workstation desktop that points
> to the .exe on the network share.
>
> Thanks for any assistance on this.
>
> Geoff.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200703=
01/04111902/attachment.htm


More information about the wxpython-users mailing list