run a python script located on linux from a windows computer

jacques toaster at compass-it.ch
Wed Sep 8 09:40:20 EDT 2004


Alexander Hoffmann <alexander.hoffmann at netgenius.de> wrote in message news:<mailman.2967.1094549283.5135.python-list at python.org>...
> Hello Jacques,
> 
> On Tuesday 07 September 2004 11:05, Tim Golden wrote:
> > | -----Original Message-----
> > | From: toaster at compass-it.ch [mailto:toaster at compass-it.ch]
> > | Sent: 07 September 2004 09:52
> > | To: Tim Golden
> > | Subject: RE: run a python script located on linux from a windows
> > | computer
> > |
> > |
> > | hello tim
> > |
> > | ok i have a linux box running a 'Camera-Server'. There a several
> Do you mean there is some kind of hardware attached to the linux box ? In that 
> case I'm not sure if you will be happy with the scripts being run from a 
> remote environment, be it windows or linux. It MIGHT also fail because the 
> scripts try to access the local hardware. If so, consider using some emulator 
> like wine or vmware. I don't know if you really succeed this way but it may 
> be worth trying.
> 
> Good luck,
> Alex
> 
> > | test-scripts. When i try to run them under linux i got a plenty of
> > | errors. So i want to launch then from the windows box. so i have a
> > | script in /opt/videoserver/testing/myscript.py
> > |
> > | how can i launch this script from my win box?
> > |
> > | thank you
> > | jacques
> >
> > [I've copied your reply back to the list to make sure
> > the conversation remains visible]
> >
> > Someone else has just suggested running a Samba server,
> > which would let you map the linux drive on the Windows
> > box. You'd end up running something like:
> >
> > C:\> python X:\testing\myscript.py
> >
> > Is that what you were after?
> >
> > BTW, what makes you think that running your scripts on
> > a Windows box will make the errors go away?
> >
> > TJG
> >
> > ________________________________________________________________________
> > This e-mail has been scanned for all viruses by Star. The
> > service is powered by MessageLabs. For more information on a proactive
> > anti-virus service working around the clock, around the globe, visit:
> > http://www.star.net.uk
> > ________________________________________________________________________


Thank you for your help... i had luck and i got the script running on
my linux box :)



More information about the Python-list mailing list