On Apr 13, 2:11 pm, Michel Bouwmans <[EMAIL PROTECTED]> wrote:
> Using this nice class (adapted to urllib2) as a basehandler I see that no
> Authentication-header is being send
> out:http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440574
>
> What am I doing wrong here? I spend almost my e
Ixiaus <[EMAIL PROTECTED]> wrote:
> I was curious (and have spent an enormous amount of time on Google
> trying to answer it for myself) if Python has anything remotely
> similar to PHP's SPL __autoload() for loading classes on the fly??
>
> After digging through docs I feel doubtful there is suc
Nick Craig-Wood <[EMAIL PROTECTED]> wrote:
> Joseph <[EMAIL PROTECTED]> wrote:
>> All: I have written a program to query Amazon with ISBN and get
>> the book details. I would like to extend so that I can read
>> ISBN from the barcode (I will take a photo of the same using
>> webcam or mobile).
WolfgangZ <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schrieb:
>> hi All,
>> http://mail.python.org/mailman/listinfo/python-list
>>
> At least I'm living in a free country and nobody forces me to
> learn python. So I don't fully understand why you HAVE TO learn
> it. When your problems can be
kBob wrote:
> On Jun 25, 1:26 am, Mark Lawrence
> wrote:
>> On 24/06/2010 21:48, Christian Heimes wrote:
>>
>> >> I am attempting to install the GDAL bindings (GDAL-1.7.1)
>> >> on a Windows XP Desktop with Python 2.6 and GDAL. During
>> >> install, the
If it suits your needs, you can wire
akhil1988 wrote:
>
> akhil1988 wrote:
>>
>> I have switched to python 3.1 , but now I am getting some syntax
>> errors in the code:
>>
>> File "./customWikiExtractor.py", line 81
>> __char_entities = {' ' :u'\u00A0', '¡'
>> :u'\u00A1',
>> '¢':u'\u00A2',
>>
Peter Chant wrote:
> No, it does not. However, if PIL was updated last in 2006.
> Python in 2009 has gone to version 3.1. If PIL is compatible
> with 3.1 then I'm fine. But I don't want to have to stick with
> Python 2.5 as the rest of the world moves on.
>
> Pete
>
>
Various messages to
MRAB wrote:
> Brandon Fredericks wrote:
>> I did a search within this group, but couldn't find any
>> information on this.
>>
>> I am sending base64 encoded data as the content over http using
>> urllib2 urlopen. When I receive the data and attempt to decode
>> it, I get an "Incorrect Padding" e
Chris Withers wrote:
>
> I'm still reeling from what seems to be such a huge problem with
> httplib that seem to be largely ignored :-(
>
> Chris
>
There is an httplib2 (but I don't know anything further about it...):
http://code.google.com/p/httplib2/
Calling wget or curl using a subprocess
"bartc" wrote:
>
> "Scott David Daniels" wrote in message
> news:kn2dnszr5b0bwazxnz2dnuvz_s-dn...@pdx.net...
>> James Harris wrote:...
>>> Another option:
>
> It can be assumed however that .9. isn't in binary?
>
> That's a neat idea. But an even simpler scheme might be:
>
> .octal.100
> .d
101 - 110 of 110 matches
Mail list logo