Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?

2011-04-18 Thread Aldo Ceccarelli
On 18 Apr, 22:38, Daniel Kluev wrote: > Isn't it better to use subprocess.Popen and read stdout/stderr > directly? Should be much more convenient than temporary files. > > -- > With best regards, > Daniel Kluev Thanks Daniel, your solution is far better WKR! Aldo -- http://mail.python.org/mailma

Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?

2011-04-18 Thread Aldo Ceccarelli
On Apr 15, 11:00 am, Aldo Ceccarelli wrote: > Hello All, > in my specific problem I will be happy of a response where possible > to: > > 1. distinguish different operating systems of answering nodes > 2. collect responses of Wyse thin-clients with "Thin OS" to get no

Re: Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?

2011-04-15 Thread Aldo Ceccarelli
On 15 Apr, 11:54, frankcui wrote: > On 04/15/2011 05:00 PM, Aldo Ceccarelli wrote:> Hello All, > > in my specific problem I will be happy of a response where possible > > to: > > > 1. distinguish different operating systems of answering nodes > > 2. collect re

Can you advice a Python library to query a lan subnet with SNMP and collect MAC addresses of nodes?

2011-04-15 Thread Aldo Ceccarelli
Hello All, in my specific problem I will be happy of a response where possible to: 1. distinguish different operating systems of answering nodes 2. collect responses of Wyse thin-clients with "Thin OS" to get node name and MAC address in particular Thanks a lot in advance for any sharing / forwar

Re: Examples of Programming with PyUSB 1.0?

2011-03-04 Thread Aldo Ceccarelli
On 4 Mar, 14:54, Aldo Ceccarelli wrote: > Hello All, > I will need to write a manager for acquiring barcodes from a USB > reader with > > PyUSB 1.0  http://pyusb.sourceforge.neton libusbhttp://www.libusb.org/ > > but unfortunately I have no USB protocol background at the m

Examples of Programming with PyUSB 1.0?

2011-03-04 Thread Aldo Ceccarelli
Hello All, I will need to write a manager for acquiring barcodes from a USB reader with PyUSB 1.0 http://pyusb.sourceforge.net on libusb http://www.libusb.org/ but unfortunately I have no USB protocol background at the moment. Is there any PyUSB 1.0 reporistory of examples to learn? Thank you Al

Re: Pdf download using mechanize

2010-07-06 Thread Aldo Ceccarelli
On 6 Lug, 16:00, srinivasan srinivas wrote: > HI, > I am using mechanize module for web scraping projects. One of y tasks is to > download pdf file from a page and store it. > Is there a way to download pdf file using mechanize how we do it in Perl's > WWW::Mechanize? > > Thanks, > Srini Hi, Sr

Re: "Advanced" Python programming book?

2010-01-11 Thread Aldo Ceccarelli
On 11 Gen, 21:47, webtourist wrote: > On Jan 10, 8:35 am, flow wrote: > > > I've just finished reading a sort of beginner Python book, and I know > > quite a bit now but I'm looking for a book that can teach me advanced > > aspects of Python - code optimisation, threading, etc. > > > Any recommen

Library/classes to burn DVDs given a set of .AVI files

2009-04-16 Thread Aldo Ceccarelli
Hi All, do you have any experience about any library tool suitable to burn video DVDs from video (f.i. .avi) file formats? In negative case and as an alternative: do you have any in other programming languages? thanks in advance WKR, Aldo -- http://mail.python.org/mailman/listinfo/python-list

Wordpress management from Python: do you know main bindings/modules to automate Wordpress blogging from .py software?

2009-03-19 Thread Aldo Ceccarelli
Hi, Everybody! I'm a Wordpress newbie but will have need to automate posts and would like to use Python for this purpose too: can you lead the way to this target? Many thanks in advance for your kind indications! ps some times ago, I heard about a Wordpress Python Library too but I do not know

Re: Is there any method to urlretrieve to a file the html source from a url with "Transfer-encoding": chunked

2008-02-25 Thread Aldo Ceccarelli
Thank you All for your suggestions: I could finally assess that besides partial read from chunked url - by-passed thanks to a socket approach: f.i. this was good for me: http://python.about.com/od/networkingwithpython/ss/beg_web_client_9.htm I have still two kind of problems that quit this pos

[Newbie] Is there any method to urlretrieve to a file the html source from a url with "Transfer-encoding": chunked

2008-02-25 Thread Aldo Ceccarelli
Hello All, I apologize for posting a question on this but I could not find a complete answer after reading and searching so far:-) My problem is that I'd like to store the html source of a certain web url but when I try via urllib / urllib2 reads or urlretrieve I get only a part of the contents (i

Re: Anybody has ported talib to Python via SWIG

2008-01-28 Thread Aldo Ceccarelli
On 26 Gen, 19:33, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 24 Jan 2008 20:49:33 -0200, Aldo Ceccarelli   > <[EMAIL PROTECTED]> escribi�: > > > Hi Everybody, > > TaLib (technical analysis package with function indicators coded in C/C &

Anybody has ported talib to Python via SWIG

2008-01-24 Thread Aldo Ceccarelli
Hi Everybody, TaLib (technical analysis package with function indicators coded in C/C ++, http://www.ta-lib.org ) has a complete library with source in C/C+ +. I am new to SWIG (wrapper interface generator) and would really appreciate any Python (.py) port of TaLib to be able to call and test TaLi