Re: [IronPython] URLLIB Issue

2008-04-04 Thread Curt Hagenlocher
t was what it does > it'd be easy enough to fix. > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Davy Mitchell > *Sent:* Friday, April 04, 2008 2:41 PM > *To:* Discussion of IronPython > *Subject:* [IronPython] URLLIB Issue > > >

Re: [IronPython] URLLIB Issue

2008-04-04 Thread Dino Viehland
to be passed in but it's not documented. If that was what it does it'd be easy enough to fix. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davy Mitchell Sent: Friday, April 04, 2008 2:41 PM To: Discussion of IronPython Subject: [IronPython] URLLIB Issue Hello List,

[IronPython] URLLIB Issue

2008-04-04 Thread Davy Mitchell
Hello List, Has this been covered before? Trailed Codeplex and mailing list :-) import encodings import twitter api = twitter.Api() statuses = api.GetPublicTimeline() print [s.user.name for s in statuses] Produces: Traceback (most recent call last): File it.py, line 4, in Initialize File C: