Laurent Pointal wrote:
> gel a écrit :
> > I would like to write some data recovery software as a learning thing.
> > The sort of thing that you would use to recover data from a currupt HDD
> > or floppy etc. I would like to be pointed in the right direction as
> >
Dennis Lee Bieber wrote:
> On 17 Oct 2006 20:18:40 -0700, "gel" <[EMAIL PROTECTED]> declaimed
> the following in comp.lang.python:
>
> > I would like to write some data recovery software as a learning thing.
> > The sort of thing that you would use to recover
I would like to write some data recovery software as a learning thing.
The sort of thing that you would use to recover data from a currupt HDD
or floppy etc. I would like to be pointed in the right direction as
far as modules to use and suggested approaches.
--
http://mail.python.org/mailman/lis
Tim Golden wrote:
> | Tim Golden wrote:
> |
> | > [gel]
> | >
> | > | I have written a python client server app [...]
> | > | I want to run the client end of the app more or less invisibly
> | > | (no console) on the XP clients when ever a users logs on.
>
&
Tim Golden wrote:
> | > [gel]
> | >
> | > | I have written a python client server app [...]
> | > | I want to run the client end of the app more or less invisibly
> | > | (no console) on the XP clients when ever a users logs on.
>
> While this isn't
Ravi Teja wrote:
> gel wrote:
> > Hi
> > I have written a python client server app that keeps an eye on
> > processes starting and ending on a client and makes decision on what to
> > do based on information from the server end. I want to run the client
> > end
to be robust, but this maybe enough.
Cheers
> "gel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > Hi
> > I have written a python client server app that keeps an eye on
> > processes starting and ending on a client and makes decision on what to
&g
Tim Golden wrote:
> | > [gel]
> | >
> | > | I have written a python client server app [...]
> | > | I want to run the client end of the app more or less invisibly
> | > | (no console) on the XP clients when ever a users logs on.
>
> While this isn't answer
Tim Golden wrote:
> [gel]
>
> | I have written a python client server app [...]
> | I want to run the client end of the app more or less invisibly
> | (no console) on the XP clients when ever a users logs on.
>
> You say "when[]ever a user logs on" but does thi
Hi
I have written a python client server app that keeps an eye on
processes starting and ending on a client and makes decision on what to
do based on information from the server end. I want to run the client
end of the app more or less invisibly (no console) on the XP clients
when ever a users log
Dennis Lee Bieber wrote:
> On 19 Jul 2006 19:08:12 -0700, "gel" <[EMAIL PROTECTED]> declaimed the
> following in comp.lang.python:
>
> > import thread
> >
> Step one... Skip the thread module and use threading module instead.
>
> > def
Hi all
I am attempting to understand threads to use in a network app which I
am writing. The part that I am going to use threads on is run on the
clients/workstations. I will monitor all starting and ending
processes. Below is what I have been doing. It looks like only the
first thread is starti
Marc 'BlackJack' Rintsch wrote:
> In <[EMAIL PROTECTED]>, gel wrote:
>
> > Yeah I am still getting my head around things... not exactly sure what
> > you where saying about the globals, but this works
> >
> >
> > global k
>
gel wrote:
> placid wrote:
>
> > gel wrote:
> > > placid wrote:
> > >
> > > > gel wrote:
> > > > > gel wrote:
> > > > >
> > > > > > Below is how it is down with vbscript. What is the best w
placid wrote:
> gel wrote:
> > placid wrote:
> >
> > > gel wrote:
> > > > gel wrote:
> > > >
> > > > > Below is how it is down with vbscript. What is the best way to
> > > > > convert
> > > > >
placid wrote:
> gel wrote:
> > gel wrote:
> >
> > > Below is how it is down with vbscript. What is the best way to convert
> > > this to python?
> > >
> > > strComputer = "."
> > > Set objWMIService = GetObject("w
gel wrote:
> Below is how it is down with vbscript. What is the best way to convert
> this to python?
>
> strComputer = "."
> Set objWMIService = GetObject("winmgmts:" _
> & "{impersonationLevel=impersonate}!\\" & strComputer &
Below is how it is down with vbscript. What is the best way to convert
this to python?
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer &
"\root\cimv2")
Set colMonitoredProcesses = objWMIService. _
ExecNotificationQuery("s
Simon Forman wrote:
> gel wrote:
>
>
>
> > class testclass:
> > import wmi
> > import time
> > global d_software
> > global l_notepad
> > global d_licence_numbers
> > d_licence_numbers = {"notepad.
gel wrote:
> Bruno Desthuilliers wrote:
>
> > gel wrote:
> > > gel wrote:
> > >
> > >
> > >>Hi
> > >>I would like to pass a variable in and use it as part of a name of an
> > >>object, something like below, where I pass t
Bruno Desthuilliers wrote:
> gel wrote:
> > gel wrote:
> >
> >
> >>Hi
> >>I would like to pass a variable in and use it as part of a name of an
> >>object, something like below, where I pass the variable software into
> >>the function a
gel wrote:
> Hi
> I would like to pass a variable in and use it as part of a name of an
> object, something like below, where I pass the variable software into
> the function and use it as part of the name of the object so that I can
> append to it using the other vairables.
Hi
I would like to pass a variable in and use it as part of a name of an
object, something like below, where I pass the variable software into
the function and use it as part of the name of the object so that I can
append to it using the other vairables. Any suggestions?
def a_d(self,softwar
23 matches
Mail list logo