Re: CONNECTION TIMED OUT ERROR using urllib2

2008-12-04 Thread rishi pathak
t; But i get the same error; Can u tell me which other variables i need to > set or am i going wrong in the syntax of these > variables? > > Regards > sv > > > On Fri, Dec 5, 2008 at 11:57 AM, rishi pathak <[EMAIL PROTECTED]>wrote: > >> Are you sitting behi

Re: CONNECTION TIMED OUT ERROR using urllib2

2008-12-04 Thread rishi pathak
func(*args) > File "/usr/lib/python2.4/urllib2.py", line 1021, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.4/urllib2.py", line 996, in do_open > raise URLError(err) > *urllib2.URLError: > > >

Re: return a value to shell script

2008-11-12 Thread rishi pathak
. > > Regards, > Devi > -- > http://mail.python.org/mailman/listinfo/python-list > -- Regards-- Rishi Pathak Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: How can I handle the char immediately after its input, without waiting an endline?

2008-10-22 Thread rishi pathak
each time. How can I > do this? > > Thanks in advance. > > > -- > Regards > > Lave > -- > http://mail.python.org/mailman/listinfo/python-list > -- Regards-- Rishi Pathak Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: running a daemon in python

2008-02-25 Thread rishi pathak
stop executing.. (right now if i close the > terminal the process exits) can any one tell how to do it in python as i > have implemented the server in python ... > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Regards-- Rishi Pathak -- http://mail.python.org/mailman/listinfo/python-list

Re: standalone python web server

2007-12-26 Thread rishi pathak
by myself, however, I find I am getting into more > details like processing image file, different file type(like FLV) .. > etc. Any recommendation or tools suggested for me? > > Thanks, > Eric > -- > http://mail.python.org/mailman/listinfo/python-list > -- Regards-- Rishi P

Re: Happy Christmas Pythoneers

2007-12-23 Thread rishi pathak
nfo/python-list > -- Regards-- Rishi Pathak -- http://mail.python.org/mailman/listinfo/python-list

Re: ['a', 'b'][True] results 'b' But how?

2007-07-05 Thread rishi pathak
gt;>> ['a','b']['some_string' == r'somestring'] 'a' Thanks in advance, regards, kath. -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: Execute script on remote computer

2007-06-19 Thread rishi pathak
the e-mail or attachment." www.cybage.com -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.py

Re: Good Python style?

2007-05-31 Thread rishi pathak
le) # read first entries of all non-empty lines into a set some_set = frozenset([line.split()[0] for line in \ filter(None, [ln.strip() for ln in inp])]) -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak -- http://mail.python.org/mailman/listinfo/python-list

Re: Usage of the __and__ method

2007-05-30 Thread rishi pathak
tput in both cases is giving me a doubt if __and__ method is over-ridable or not? The output that I am accepting is: John AND George What are the changes if to be made? Thanking You Thejaswi Puthraya http://thejuhyd.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list -- Reg

Re: Usage of the __and__ method

2007-05-30 Thread rishi pathak
Output: --- George None The above output in both cases is giving me a doubt if __and__ method is over-ridable or not? The output that I am accepting is: John AND George What are the changes if to be made? Thanking You Thejaswi Puthraya http://thejuhyd.blogspot.com -- http://mail.pyth

Re: Lindsay Lohans TITS OOPSIE!!!

2007-05-17 Thread rishi pathak
on.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: Code Explanation

2007-05-17 Thread rishi pathak
mple set of loops, but it's just this splitting stuff that's got me confused. Thanks, Rob -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: newb: Python Module and Class Scope

2007-05-10 Thread rishi pathak
l.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: File Name Format

2007-05-08 Thread rishi pathak
on't work for anything that starts with a drive letter for example. Diez -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: N00b question on Py modules

2007-05-07 Thread rishi pathak
n docs and a few ebooks as well, all suggest that it shouldn't be working this way. Please help out ppl. Thanks -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune

Re: Searching for a piece of string

2007-05-03 Thread rishi pathak
Thanks . -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: FInd files with .so extension

2007-05-02 Thread rishi pathak
ote: HI, How do i find files with .so extension using python . -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune

Re: Can I place a question on the mailing list

2007-04-19 Thread rishi pathak
l - *<http://us.rd.yahoo.com/evt=40705/*http://mrd.mail.yahoo.com/try_beta?.intl=ca> -- Get a sneak peak at messages with a handy reading pane. -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Fa

Re: Arrays, Got Me Confused

2007-04-13 Thread rishi pathak
se briefly. How do a create an object from an external file? Obviously in my one above all I need do is call Firewall() and it creates an instance, but I'm used to creating my class's as separate files, how do I create them as an object in my main application? Thanks, Rob -- h

Re: Newbie help with array handling

2007-04-12 Thread rishi pathak
e just a key and a single value -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/m

Re: Pass A Var To a Python Script?

2007-04-11 Thread rishi pathak
h2bbb&disc=y&vers=925&s=4056&p=5117 -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://

Re: Create new processes over telnet in XP

2007-03-23 Thread rishi pathak
ed os.popen[2, 3, 4] and also subprocesses.popen without any luck... Any help will be appreciated... thankyou. -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune

Re: Re: python & java

2007-03-20 Thread rishi pathak
t diff betn python & jython On Tue, 20 Mar 2007 rishi pathak wrote : >See www.*jython*.org > >On 20 Mar 2007 02:23:07 -0700, sandeep patil <[EMAIL PROTECTED]> >wrote: >> >>hi >> >>i am fresher i python can any bady tell me who i will use python in &g

Re: python & java

2007-03-20 Thread rishi pathak
n-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: Starting an external, independent process from a script

2007-03-13 Thread rishi pathak
input? :-) Thanks a lot in advance! -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list

Re: MPI in python?

2007-03-09 Thread rishi pathak
er. Is there a tutorial that explains the MPI syntax in python with examples? Thanking in advance, Joydeep -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune Univ

Re: Python books?

2007-03-08 Thread rishi pathak
st yourself This I know that never dies, how a dead mans deeds are deemed. -- Elder edda Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(

Device Drivers in python(kernel modules)

2007-03-06 Thread rishi pathak
suggest something..anything -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -- http://mail.python.org/mailman/listinfo/python-list