Re: Want to build an app for linux

2011-06-24 Thread saurabh verma
J.O. Aho wrote: saurabh verma wrote: Quick question : Is creating jazzy UI feasible with python + gtk ? like round shaped corners , color schemes etc etc. Button shapes and colors are generally done in themes and luckily people using QT/gtk2 are allowed to change themes themselves

Re: Want to build an app for linux

2011-06-24 Thread saurabh verma
I prefer QT and you have qt-creator: http://qt.nokia.com/products/developer-tools and PyQT/SIP: http://www.riverbankcomputing.co.uk/software/pyqt/intro IMHO you will get a better looking thing than with gtk2. Thanks Aho , Will surely look into it . -- http://mail.python.org/mailman/listinf

Re: Want to build an app for linux

2011-06-24 Thread saurabh verma
On Fri, Jun 24, 2011 at 4:24 PM, Anthony Papillion wrote: > Hi Saurabh, > > I'm an experienced developer with quite a few years invested in both > desktop and web development. But up until a few weeks ago, I'd really > never touched Python much less developed a desktop app in it. > > I can tell yo

Re: Want to build an app for linux

2011-06-24 Thread saurabh verma
Adam Tauno Williams wrote: On Fri, 2011-06-24 at 15:55 +0530, saurabh verma wrote: Hi all , May be I'm just asking a silly/old question . I have some open web APIs which i can use , on it I want to develop an desktop application , probably cross platform but mostly I'm aiming

Want to build an app for linux

2011-06-24 Thread saurabh verma
Hi all , May be I'm just asking a silly/old question . I have some open web APIs which i can use , on it I want to develop an desktop application , probably cross platform but mostly I'm aiming at *unix platforms . I've got no experience in programming desktop application , but thats not a

Re: Question regarding DNS resolution in urllib2

2011-06-24 Thread saurabh verma
Michael Hrivnak wrote: The latest libcurl includes the CURLOPTS_RESOLVE option (http://curl.haxx.se/libcurl/c/curl_easy_setopt.html) that will do what you want. It may not have made its way into pycurl yet, but you could just call the command-line curl binary with the --resolve option. This fea

Re: Question regarding DNS resolution in urllib2

2011-06-15 Thread saurabh verma
> > You don't need to edit it on the server; just use any handy computer. > You need only tinker with the configuration on the client, not the > server. > Hmm true , Ok i can widen the problem statement but editing /etc/hosts still looks Ok for my test server . ( Thinking of putting this as a

Re: Question regarding DNS resolution in urllib2

2011-06-15 Thread saurabh verma
> > > > If you edit your hosts file, it will affect where something.com points > - you can force it to be IPA and then test, then force it to IPB and > test. You'll still be downloading https://something.com so the HTTPS > handshake should work exactly the same way. > > there are issues with editin

Re: Question regarding DNS resolution in urllib2

2011-06-14 Thread saurabh verma
On 15-Jun-2011, at 6:13 AM, Chris Angelico wrote: > On Wed, Jun 15, 2011 at 4:34 AM, saurabh verma wrote: >> hi , >> >> I trying to use urllib2 in my script , but the problem is lets say a domains >> resolves to multiple IPs , If the URL is served by plain http ,

Question regarding DNS resolution in urllib2

2011-06-14 Thread saurabh verma
hi , I trying to use urllib2 in my script , but the problem is lets say a domains resolves to multiple IPs , If the URL is served by plain http , I can add “Host: domain” header and check whether all IPs are returning proper responses or not , but in case of https , I have to trust on my local

Re: Parsing a graph image

2011-05-13 Thread saurabh verma
t pixel . If there isn’t much noise in the image you should sharp contrast and would be able to differentiate between two colors ? if yes ( I don’t know matlab might provide some tools .. just guessing ) then its easy i think to pick (X,Y) as time and value ? ~saurabh verma -- http://mail.python.org/mailman/listinfo/python-list