how to theme/skin pyGtk apps

2008-03-11 Thread binaryj
hi again dear group. what i am interested in is giving my pygtk app some distinct look, a lil childish look coz the app is for children. so, i downloaded a couple of themes from http://art.gnome.org/themes/gtk2/ and for the past 1 hr i have been trying to theme my app but with no results. could

urllib leaves connections/sockets waiting. BIG problem!!!

2008-03-24 Thread binaryj
hi i am using urllib2 to do some automated web thing. basically i hit on sites and check the price what they are offering for their product and then decide if i want to lower or increase my pricing.so in short i have to hit hundreds of sites! for the problem: = i run 20 threads all

Re: Serving another web site which requires authentication

2008-03-24 Thread binaryj
ur in luck i am an expert at this! tell me the details , site name etc you would have to proxy everything, basically the urls in the copied page have to be changed to point to ur site. its highly possible. a minor adjustment to ur urlconf and it will work. -- http://mail.python.org/mailman/listi

Re: URL encoding

2008-03-24 Thread binaryj
On Mar 24, 7:04 pm, [EMAIL PROTECTED] wrote: > Is there any method in the standard modules that can perform proper > url encoding according to RFC? whats wrong with the current encoding ??? it just works fine!!! or is it that u dont know about urllib.urlencode() ?? -- http://mail.python.org/mail