Re: [BangPypers] Coming soon page designer needed (was: BangPypers Digest, Vol 52, Issue 26)

2011-12-27 Thread Sreenivas Reddy T
> P.S. This is the first email I've seen that's explictly asking for a >     "beautiful" coder to get work done. :) Haha...ROFL. Regards, Srinivas Reddy T. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpyp

Re: [BangPypers] win32com.client.Dispatch

2011-12-27 Thread Noufal Ibrahim
Nitin Kumar writes: > Hi All, > > Say I did > x=win32com.client.Dispatch("{6BF52A52-394A-11d3-B153-00C04F79FAA6}") > > where the clsid used is for window media palyer. > Now if i do: dir(x) > ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Release_', > '__AttrToID__', '__Laz

[BangPypers] win32com.client.Dispatch

2011-12-27 Thread Nitin Kumar
Hi All, Say I did x=win32com.client.Dispatch("{6BF52A52-394A-11d3-B153-00C04F79FAA6}") where the clsid used is for window media palyer. Now if i do: >>> dir(x) ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Release_', '__AttrToID__', '__LazyMap__', '__call__', '__doc__', '__eq__

[BangPypers] Coming soon page designer needed (was: BangPypers Digest, Vol 52, Issue 26)

2011-12-27 Thread Noufal Ibrahim
Please don't reply to digests. It's hard to follow the thread. Start a new thread for a new topic. Helps threading. If all you need is a "coming soon" page, do you really need all the things you've mentioned below? Sounds excessive. If you're not averse to using a third party service, consider

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-27 Thread kracekumar ramaraju
Hi Try requests, this is possible with it, use authentications in requests. On Tue, Dec 27, 2011 at 9:28 PM, Nikunj Badjatya wrote: > Noufal, > > I tried with : > {{{ > import urllib, urllib2, cookielib > > username = 'xxx' > password = 'xxx' > > savepage = open('output.html', 'w') > > #cj = co

Re: [BangPypers] win32com.client.Dispatch

2011-12-27 Thread Sujit Ghosal
Hi Nitin, Probably you can give a try to "COM Raider". That tool should expose the methods which are present for that specific Dispatch ID. However there is a tool (by MS), which will help you out to solve this issue. I don't remember the tool name exactly. But I suppose Google should be able t

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-27 Thread Nikunj Badjatya
Noufal, I tried with : {{{ import urllib, urllib2, cookielib username = 'xxx' password = 'xxx' savepage = open('output.html', 'w') #cj = cookielib.CookieJar() #opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj)) opener = urllib2.build_opener(urllib2.HTTPCookieProcessor()) login_data

Re: [BangPypers] BangPypers Digest, Vol 52, Issue 26

2011-12-27 Thread bhuvan thaker
I am looking for smart and beautiful coder to create a coming soon page from the design that is already made in PSD format. Individual need to have every good understanding and hands-on experience of a. Basic web standards like CSS 3 and HTML, HTML5, XHTML. b. Web technologies like Ajax and other

Re: [BangPypers] golf problem

2011-12-27 Thread Pratap Chakravarthy
I have posted at, http://pastebin.com/BG6X70Sv I don't understand why or how it got stripped. Cheers, On Tue, Dec 27, 2011 at 11:26 AM, Kenneth Gonsalves wrote: > On Mon, 2011-12-26 at 17:34 +0530, Pratap Chakravarthy wrote: >> Attached is the file. > > I think the attachment got stripped. > --

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-27 Thread Noufal Ibrahim
Nikunj Badjatya writes: [...] > The link in the 'resp' is true to my knowledge. I checked it by logging in > at diff times. Its coming the same every time and it is the link behind > 'Account Information' which comes on the front page after logging in. > > When I open output.html, Its giving

Re: [BangPypers] golf problem

2011-12-27 Thread Kenneth Gonsalves
On Tue, 2011-12-27 at 18:19 +0530, Pratap Chakravarthy wrote: > I have posted at, http://pastebin.com/BG6X70Sv > I don't understand why or how it got stripped. mailing list policy -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@pyt

Re: [BangPypers] golf problem

2011-12-27 Thread Kenneth Gonsalves
On Mon, 2011-12-26 at 17:34 +0530, Pratap Chakravarthy wrote: > > I don't like special casing stuff and the 3 selections outside the> > "main" flow sticks out in my solution. > I guess that is right. Any logic that is outside the main flow breaks > the beauty > and create kludge. the old fashione

Re: [BangPypers] Coming soon page designer needed (was: BangPypers Digest, Vol 52, Issue 26)

2011-12-27 Thread Kenneth Gonsalves
On Tue, 2011-12-27 at 18:26 +0530, Noufal Ibrahim wrote: > P.S. This is the first email I've seen that's explictly asking for a > "beautiful" coder to get work done. :) I was wondering why he did not ask for her photo -- regards Kenneth Gonsalves ___

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-27 Thread Sriram Narayanan
Alternatively, try Sahi. (http://sahi.co.in). There's an open source version available for download and use. -- Ram On 12/27/11, Noufal Ibrahim wrote: > > > Nikunj Badjatya writes: > > > [...] > >> The link in the 'resp' is true to my knowledge. I checked it by logging in >> at diff times. Its