In message
<210f30c4-22da-405f-ad4b-cc46841ca...@p22g2000pre.googlegroups.com>, alex23
wrote:
> Lawrence D'Oliveiro wrote:
>
>> Because machine-generated
>> code has no place in a source file to be maintained by a human.
>
> Endlessly repeating your bigotry doesn't make it any more true.
The p
Lawrence D'Oliveiro wrote:
> Because machine-generated
> code has no place in a source file to be maintained by a human.
Endlessly repeating your bigotry doesn't make it any more true.
--
http://mail.python.org/mailman/listinfo/python-list
In message
<257b2d99-03d4-491b-8f8b-dccd2bc10...@p22g2000pre.googlegroups.com>, alex23
wrote:
> Lawrence D'Oliveiro wrote:
>
>> Why not just call Scriptomatic directly from within the Python script,
>> then?
>
> Because Scriptomatic _generates scripts to access WMI_, that's what it
> _does_.
P
On Sep 16, 12:39 pm, alex23 wrote:
> Lawrence D'Oliveiro wrote:
> > Why not just call Scriptomatic directly from within the Python script, then?
>
> Because Scriptomatic _generates scripts to access WMI_, that's what it
> _does_. Are you _seriously_ advocating writing Python code to fire up
> a W
Lawrence D'Oliveiro wrote:
> Why not just call Scriptomatic directly from within the Python script, then?
Because Scriptomatic _generates scripts to access WMI_, that's what it
_does_. Are you _seriously_ advocating writing Python code to fire up
a Windows application, programmatically manipulati
In message
, alex23
wrote:
> However, for a quick & ready solution, have you looked at Microsoft's
> Scriptomatic?[2] It's a handy little tool that lets you specify the
> WMI query you want and produces code for you, with Python being one of
> the targets.
Why not just call Scriptomatic directly
KING LABS wrote:
> The following information is exactly what I am trying to collect for
> the inventory. I can find vb scripts with googling. I want to do the
> same with Python & Win32. Use Server/Client architecture .
> Client(agent) updates the information to server.
I highly agree with the re
On Sep 14, 7:46 am, KING LABS wrote:
> On Sep 14, 10:39 am, KING LABS wrote:
>
>
>
>
>
>
>
>
>
> > On Sep 13, 8:31 pm, Jerry Hill wrote:
>
> > > On Mon, Sep 13, 2010 at 8:45 AM, KING LABS wrote:
> > > > Hi All,
>
> > > > I am new to programming and python, Being a system administrator I
> > > >
On Sep 14, 10:39 am, KING LABS wrote:
> On Sep 13, 8:31 pm, Jerry Hill wrote:
>
> > On Mon, Sep 13, 2010 at 8:45 AM, KING LABS wrote:
> > > Hi All,
>
> > > I am new to programming and python, Being a system administrator I
> > > have chose Inventory (Software & Hardware ) as my first project.
>
On Sep 13, 8:31 pm, Jerry Hill wrote:
> On Mon, Sep 13, 2010 at 8:45 AM, KING LABS wrote:
> > Hi All,
>
> > I am new to programming and python, Being a system administrator I
> > have chose Inventory (Software & Hardware ) as my first project.
>
> You'll probably want to look at the python WMI
>
Very true most systems admins requirement range from : knoowing the Service
tag for a given IP to knowing the system harware details such as RAM sizes
etc. This is where Remote Inventory Management comes in handy. There is
vault of already existing vb scripts/perl scripts and batch files. To me it
On Mon, Sep 13, 2010 at 8:45 AM, KING LABS wrote:
> Hi All,
>
> I am new to programming and python, Being a system administrator I
> have chose Inventory (Software & Hardware ) as my first project.
You'll probably want to look at the python WMI module:
http://timgolden.me.uk/python/wmi/index.html
In article ,
KING LABS wrote:
>
>I would like to collect the complete information of system hardware &
>and also software installed from registry and add/remove program and
>feed this data into database.
You should subscribe to the win32 mailing list:
http://mail.python.org/mailman/listinfo/py
On Sep 13, 2010, at 9:51 AM, KING LABS wrote:
> I am trying to learn Python programming. Since I need a custom
> inventory management tool for my work place. I am considering it as a
> project in the process of learning Python.
>
> I am not looking for easiest way of doing things.
> I am consider
On Sep 13, 6:42 pm, Rodrick Brown wrote:
> The easiest way to do this is to use the native OS tools readily available to
> do the collection and log to a central location or if possible shared
> location accessible by all systems, once you have all the data you want to
> feed into your RDBMS yo
The easiest way to do this is to use the native OS tools readily available to
do the collection and log to a central location or if possible shared location
accessible by all systems, once you have all the data you want to feed into
your RDBMS you could easily parse these logs using python and t
Hi All,
I am new to programming and python, Being a system administrator I
have chose Inventory (Software & Hardware ) as my first project.
I would like to know experts advice on the best way to build the same
using python. I would like to this tool to evolve into full fledge
application.
I woul
17 matches
Mail list logo