[BangPypers] apycot

2009-11-30 Thread Noufal Ibrahim
Hi,
  Does anyone have any experience with using apycot
http://www.logilab.org/project/apycot to automate a large batch of tests? I
basically need a framework to do all the accounting and paperwork for me.
Alternative suggestions would be nice too.

Thanks

-- 
~noufal
http://nibrahim.net.in
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] apycot

2009-11-30 Thread Baiju M
On Mon, Nov 30, 2009 at 3:36 PM, Noufal Ibrahim nou...@gmail.com wrote:
 Hi,
  Does anyone have any experience with using apycot
 http://www.logilab.org/project/apycot to automate a large batch of tests? I
 basically need a framework to do all the accounting and paperwork for me.
 Alternative suggestions would be nice too.

May be you are looking for continuous integration server like:

http://hudson-ci.org/ or
http://buildbot.net/trac (try: http://pypi.python.org/pypi/collective.buildbot )

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Suggest me a book for ORM

2009-11-30 Thread Srinivas Reddy Thatiparthy
Hi all,
 Can anybody suggest me a good book for ORM(Object Relational
Mapping) , better if it is  language agnostic?
 
 
Regards,
Srinivas Reddy Thatiparthy.
--
So say...Day by day, in every way, I am getting better, better and
better !!!
A Strong and Positive attitude creates more miracles than anything
else.Because...Life is 10% how you make it, and 90% how you take it
Diamond is another piece of coal that did well under pressure?
Happiness keeps u Sweet, Trials keep u Strong, Sorrow keeps u Human,
Failure Keeps u Humble, Success keeps u Glowing, But only God Keeps u
Going.Keep Going.
 
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers Digest, Vol 27, Issue 32

2009-11-30 Thread Mahaboob_Subhan
I tried paramiko,but I am getting following error while importing
paramiko
ImportError: No module named Crypto.Util.randpool

Subhan

-Original Message-
From: bangpypers-bounces+mahaboobcrc=gmail@python.org
[mailto:bangpypers-bounces+mahaboobcrc=gmail@python.org] On Behalf
Of bangpypers-requ...@python.org
Sent: Thursday, November 26, 2009 4:30 PM
To: bangpypers@python.org
Subject: BangPypers Digest, Vol 27, Issue 32

Send BangPypers mailing list submissions to
bangpypers@python.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/bangpypers
or, via email, send a message with subject or body 'help' to
bangpypers-requ...@python.org

You can reach the person managing the list at
bangpypers-ow...@python.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of BangPypers digest...


Today's Topics:

   1. ssh client (mahaboob_sub...@dellteam.com)
   2. Re: ssh client (Mahadevan R)
   3. Re: ssh client (Praveen Kumar)


--

Message: 1
Date: Wed, 25 Nov 2009 05:54:03 -0600
From: mahaboob_sub...@dellteam.com
To: bangpypers@python.org
Subject: [BangPypers] ssh client
Message-ID:

35d47d6eb5a05a42886e5a338eccfec1010...@ausx3mps351.aus.amer.dell.com
Content-Type: text/plain;   charset=US-ASCII

How can I write ssh client using python socket ?

 

 

Subhan



--

Message: 2
Date: Wed, 25 Nov 2009 19:49:21 +0530
From: Mahadevan R mdevan.foo...@gmail.com
To: Bangalore Python Users Group - India bangpypers@python.org
Subject: Re: [BangPypers] ssh client
Message-ID:
c8033d570911250619r67028333ua88d4382735b6...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Nov 25, 2009 at 5:24 PM,  mahaboob_sub...@dellteam.com wrote:
 How can I write ssh client using python socket ?

Try paramiko: http://www.lag.net/paramiko/

Regards,
-MD.


--

Message: 3
Date: Wed, 25 Nov 2009 19:49:47 +0530
From: Praveen Kumar praveen.python.pl...@gmail.com
To: Bangalore Python Users Group - India bangpypers@python.org
Subject: Re: [BangPypers] ssh client
Message-ID:
6305ec600911250619j4392461fqfa54c1ab5535f...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

I could not get your question exactly, but if you want to write some
simple
program go through the
http://docs.python.org/library/socket.html#example

Thanks and regards

Praveen Kumar
+91 9620621342

On Wed, Nov 25, 2009 at 5:24 PM, mahaboob_sub...@dellteam.com wrote:

 How can I write ssh client using python socket ?





 Subhan

 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers




-- 
Praveen Kumar
+91 9739854134
http://praveensunsetpoint.wordpress.com
Bangalore


--

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


End of BangPypers Digest, Vol 27, Issue 32
**
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] meta programming

2009-11-30 Thread Mahaboob_Subhan
Hi All,

 

Is there any good python Meta programming tutorial?

 

Subhan

___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers Digest, Vol 27, Issue 32

2009-11-30 Thread Anand Balachandran Pillai
On Thu, Nov 26, 2009 at 5:03 PM, mahaboob_sub...@dellteam.com wrote:

 I tried paramiko,but I am getting following error while importing
 paramiko
 ImportError: No module named Crypto.Util.randpool

 Subhan


You need python-crypto package.

--Anand
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] meta programming

2009-11-30 Thread steve

On 11/26/2009 05:06 PM, mahaboob_sub...@dellteam.com wrote:

Hi All,



Is there any good python Meta programming tutorial?



http://www.ibm.com/developerworks/linux/library/l-pymeta.html

In fact, I recommend all of David Mertz's, 'Charming Python' articles

http://gnosis.cx/publish/tech_index_cp.html

(note: the icons are links to html versions of the plain text article links)

cheers,
- steve
--
random non tech spiel: http://lonetwin.blogspot.com/
tech randomness: http://lonehacks.blogspot.com/
what i'm stumbling into: http://lonetwin.stumbleupon.com/
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Suggest me a book for ORM

2009-11-30 Thread Praveen Kumar
*http://www.pdf-search-engine.com/object-relational-mapper-pdf.html*

On Tue, Dec 1, 2009 at 10:02 AM, Srinivas Reddy Thatiparthy 
srinivas_thatipar...@akebonosoft.com wrote:

 Hi all,
 Can anybody suggest me a good book for ORM(Object Relational
 Mapping) , better if it is  language agnostic?


 Regards,
 Srinivas Reddy Thatiparthy.
 --
 So say...Day by day, in every way, I am getting better, better and
 better !!!
 A Strong and Positive attitude creates more miracles than anything
 else.Because...Life is 10% how you make it, and 90% how you take it
 Diamond is another piece of coal that did well under pressure?
 Happiness keeps u Sweet, Trials keep u Strong, Sorrow keeps u Human,
 Failure Keeps u Humble, Success keeps u Glowing, But only God Keeps u
 Going.Keep Going.

 ___
 BangPypers mailing list
 BangPypers@python.org
 http://mail.python.org/mailman/listinfo/bangpypers




-- 
Praveen Kumar
+91 9739854134
http://praveensunsetpoint.wordpress.com
Bangalore
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers