Tim Williams schrieb:
> On 16/12/06, g.franzkowiak <[EMAIL PROTECTED]> wrote:
>> Hi everybody,
>>
>> have a little problem with a service on Win32.
>>
>> I use a TCP server as service, but can't access from an other machine.
>> Only local access is possible.
>>
>> The service starts like this:
>>
>
Tim Williams schrieb:
> On 16/12/06, g.franzkowiak <[EMAIL PROTECTED]> wrote:
>> Hi everybody,
>>
>> have a little problem with a service on Win32.
>>
>> I use a TCP server as service, but can't access from an other machine.
>> Only local access is possible.
>>
>> The service starts like this:
>>
>
On 16/12/06, g.franzkowiak <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> have a little problem with a service on Win32.
>
> I use a TCP server as service, but can't access from an other machine.
> Only local access is possible.
>
> The service starts like this:
>
> -> myService.py --username user
Larry Bates schrieb:
> I believe that your problem is that services run under Local
> System account. Normally Local System account would not have
> a drive mapping Y:\. You can change the account that a service
You are absolutly correct.
I moved the script to a local drive instead of a mapped
Gregor Horvath wrote:
> Hi,
>
> I have a testservice.py (see below). I installed the Windows-Service
> successfully. (via commandlineoption install)
> The problem is that it runs only when it is in c:\windows\system32 or in
> the python path.
> I added the desired path (Y:\) to the PYTHONPATH envi
Oracle wrote:
> On Tue, 20 Sep 2005 10:49:13 -0400, rbt wrote:
>
>> I have a win32 service written in Python. It works well. It sends a
>> report of the status of the machine via email periodically. The one
>> problem I have is this... while trying to send an email, the script
>> loops until a sen
rbt wrote:
> I have a win32 service written in Python. It works well. It sends a
> report of the status of the machine via email periodically. The one
> problem I have is this... while trying to send an email, the script
> loops until a send happens and then it breaks. Should it be unable to
> send
rbt wrote:
>I have a win32 service written in Python. It works well. It sends a
>report of the status of the machine via email periodically. The one
>problem I have is this... while trying to send an email, the script
>loops until a send happens and then it breaks. Should it be unable to
>send, it
On Tue, 20 Sep 2005 10:49:13 -0400, rbt wrote:
> I have a win32 service written in Python. It works well. It sends a
> report of the status of the machine via email periodically. The one
> problem I have is this... while trying to send an email, the script
> loops until a send happens and then it
On Wednesday 09 February 2005 10:48, David Bolen wrote:
> Tom Brown <[EMAIL PROTECTED]> writes:
> > Well, I have found that it works if I launch the client on the same
> > machine as the service. It will not work from a remote machine. Any
> > ideas?
>
> Since you mentioned Xp, could any of it's bu
Tom Brown <[EMAIL PROTECTED]> writes:
> Well, I have found that it works if I launch the client on the same
> machine as the service. It will not work from a remote machine. Any
> ideas?
Sounds like it might be an issue at the network layer rather than in
your code - perhaps a routing or filterin
On Tuesday 08 February 2005 16:41, Tom Brown wrote:
> Hi,
>
> I created a win32 service for XPPro called N4010ATestService.py (see
> below). The service runs as a particular user with administrative rights.
> It starts a thread that creates a simple socket server
> (N4010ASocketServer.py -- also be
12 matches
Mail list logo