Re: how to find number of processors in python

2005-01-30 Thread Ganesan R
> "muttu" == muttu <[EMAIL PROTECTED]> writes: > hello everybody > am writing a scanner using python which has to get the information for > sun's dual processors, so could any one of you please tell me how to > find the number of processors . is there any api's for this You can run /usr/sbin

Re: Help Optimizing Word Search

2005-01-12 Thread Ganesan R
> "Case" == Case Nelson <[EMAIL PROTECTED]> writes: > Hi there I've just been playing around with some python code and I've > got a fun little optimization problem I could use some help with. > Basically, the program needs to take in a random list of no more than > 10 letters, and find all p

Re: Python To Send Emails Via Outlook Express

2004-12-20 Thread Ganesan R
> "ian" == ian <[EMAIL PROTECTED]> writes: > Hi Ganesan, > I'm on the verge of giving up > I don't suppose you could write a small script to send the email for me > via the default windows email client. I can see no easy way to do this. Though you can access the default mail client using a

Re: Python To Send Emails Via Outlook Express

2004-12-20 Thread Ganesan R
> "ian" == ian <[EMAIL PROTECTED]> writes: > Hi Max, > Thanks for the suggestion. I'm always open to new ideas. > Can you please tell me how to retrieve the default account settings > from Outlook Express? s.Configuration.Load(2) is supposed to do exactly that. I have no clue why that didn'

Re: Parallelization with Python: which, where, how?

2004-12-20 Thread Ganesan R
> "Mathias" == Mathias <[EMAIL PROTECTED]> writes: > Dear NG, > I have a (pretty much) "emberassingly parallel" problem and look for > the right toolbox to parallelize it over a cluster of homogenous linux > workstations. I don't need automatic loop-parallelization or the like > since I prefe

Re: Python To Send Emails Via Outlook Express

2004-12-20 Thread Ganesan R
> "ian" == ian <[EMAIL PROTECTED]> writes: > Hi Ganesan > Wow, I'm REALLY impressed with the high level of support in this forum. > (Another great reason to continue learning Python Well, I am a Linux guy myself. I experimented with win32com a bit a couple of weeks back, so I am trying my i

Re: Python To Send Emails Via Outlook Express

2004-12-20 Thread Ganesan R
> "ian" == ian <[EMAIL PROTECTED]> writes: > But all I want to do is use Python to instruct Outlook Express to send an > email. That way the user would not have to do any setting up etc of the > mail server properties etc and Outlook Express will magage all the > connection side of things.

Re: Python To Send Emails Via Outlook Express

2004-12-19 Thread Ganesan R
> "ian" == ian <[EMAIL PROTECTED]> writes: > import win32com.client > s = win32com.client.Dispatch('CDO.Message') > s.From = "[EMAIL PROTECTED]" > s.To = "[EMAIL PROTECTED]" > s.Subject = "The subject" > s.Send > ... but nothing happens. > What am I doing wrong? Does anyone have some sampl

Re: debian python2.4

2004-12-03 Thread Ganesan R
> "Marcos" == Marcos Dione <[EMAIL PROTECTED]> writes: > On Fri, Dec 03, 2004 at 08:57:46PM +0530, km wrote: >> >> Hi all, >> is there a debian binary of python2.4 ? > well, 2.4 cvs is in since a couple of weeks in unstable. release will come > up soon I guess. 2.4c1 has already made i