[IronPython] IronPython and CPython httplib and ssl modules produce IOError

2011-06-10 Thread Lukáš Duběda
Hi there, I hope someone out there could help me out with this problem. I have a API written in Python (CPython that is) that relies on some of the CPython modules, such as ssl and httplib. The problem is, when I call the API and its methods via IronPython I get IOError: System.IO.IOException:

Re: [IronPython] IronPython and CPython httplib and ssl modules produce IOError

2011-06-10 Thread Zachary Gramana
Lukas, I'm working on this issue, or at least an issue that generates the same exception. I do have a working patch, which I hope to contribute back after a little more work on it. Check your API to see if you are making any calls to socket.makefile(). If you do, and subsequently close

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Zachary Gramana
I hesitate to say anything as I am someone who just started lurking in the periphery, but on the off chance that others might agree, I'm throwing in my $0.02 USD: There are some big Python applications (e.g. Mercurial) that are going to remain on 2.7 for some time. There are important modules

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Jeff Hardy
On Fri, Jun 10, 2011 at 8:02 AM, Zachary Gramana zgram...@pottsconsultinggroup.com wrote: There are some big Python applications (e.g. Mercurial) that are going to remain on 2.7 for some time. There are important modules that are still missing (bz2), or are incomplete (_winreg), that create

[IronPython] Website Update Help

2011-06-10 Thread Jeff Hardy
Hi, I'm wondering if there's anyone out there willing to help update the website, in particular replacing the big IronPython Tools banner with something else. Updating it isn't too hard and I'll offer any assistance that may be necessary. - Jeff ___

Re: [IronPython] Website Update Help

2011-06-10 Thread Jimmy Schementi
I can do it. ~Jimmy On Jun 10, 2011, at 12:36 PM, Jeff Hardy jdha...@gmail.com wrote: Hi, I'm wondering if there's anyone out there willing to help update the website, in particular replacing the big IronPython Tools banner with something else. Updating it isn't too hard and I'll offer any

Re: [IronPython] Website Update Help

2011-06-10 Thread Jeff Hardy
On Fri, Jun 10, 2011 at 9:49 AM, Jimmy Schementi jscheme...@gmail.com wrote: I can do it. Thanks. Make sure you check my fork to make sure it's in sync with yours. Any objections to using https://github.com/IronLanguages/iron-websites as the main fork, and doing all of the updates from there?

Re: [IronPython] Website Update Help

2011-06-10 Thread Jimmy Schementi
On Jun 10, 2011, at 12:56 PM, Jeff Hardy jdha...@gmail.com wrote: On Fri, Jun 10, 2011 at 9:49 AM, Jimmy Schementi jscheme...@gmail.com wrote: I can do it. Thanks. Make sure you check my fork to make sure it's in sync with yours. Any objections to using

Re: [IronPython] Website Update Help

2011-06-10 Thread Jeff Hardy
Since our sites are all HTML, might be nice just to use GitHub pages rather than the current GoDaddy hosting, though changing the nameservers through Microsoft will be a pain. I was considering that as well, but I'm not sure we can have two sets of pages from one account. I'll poke github

[IronPython] Seattle IronPython Meetup

2011-06-10 Thread Jeff Hardy
Hi all, Is anyone in the Seattle area interested in an IronPython meetup, or even a sprint? Anybody fancy a hands-on crash course in how IronPython works? Let me know! If enough people are interested, I'll work something out (probably for the coming week). I'm new to the area, so if anyone has

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Zachary Gramana
That's great to hear. On the getting involved note, one thing I would love is a code review over ichat/skype/mikogo/cell/etc. I have a patch I intend to submit shortly, and would love someone who knows what they are doing to review it with me synchronously, if nothing else so I can validate

Re: [IronPython] IronPython and CPython httplib and ssl modules produce IOError

2011-06-10 Thread Lukáš Duběda
Thank you, Zack, unfortunately, editing the API I got isn't an option, so the only workaround I found was to catch the exception and completely ignore it, which is terrible, but at least it works. So you're saying that this is actually a bug in IronPython that's being worked at? Thanks again,

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Jeff Hardy
Skype would work, and if anyone knows of a way to do screen sharing as well, please chime in. Shoot me a mail off list and we'll sort it out. - Jeff On Fri, Jun 10, 2011 at 10:48 AM, Zachary Gramana zgram...@pottsconsultinggroup.com wrote: That's great to hear. On the getting involved note,

Re: [IronPython] Website Update Help

2011-06-10 Thread Jimmy Schementi
On Jun 10, 2011, at 1:26 PM, Jeff Hardy jdha...@gmail.com wrote: Since our sites are all HTML, might be nice just to use GitHub pages rather than the current GoDaddy hosting, though changing the nameservers through Microsoft will be a pain. I was considering that as well, but I'm not sure

Re: [IronPython] IronPython and CPython httplib and ssl modules produce IOError

2011-06-10 Thread Zachary Gramana
I can't say for certain that issue you are experiencing is caused by the bug I'm working on, but it looks very likely. I'll let you know when I submit the patch back to the project. On 6/10/2011 1:49 PM, Lukáš Duběda wrote: Thank you, Zack, unfortunately, editing the API I got isn't an

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Zachary Gramana
Apparently skype now supports it: http://www.skype.com/intl/en-us/features/allfeatures/screen-sharing I have also had good (cross-platform) luck with the currently-free mikogo service: http://www.mikogo.com/ On 6/10/2011 1:56 PM, Jeff Hardy wrote: Skype would work, and if anyone knows of a

Re: [IronPython] Moving forward on 2.7.1

2011-06-10 Thread Jeff Hardy
Oh, cool. I've only ever used skype for video chats, so I've never looked at what else it does. I'd never heard of Mikogo, but I'll keep it in the back of my head because it looks interesting. - Jeff On Fri, Jun 10, 2011 at 11:02 AM, Zachary Gramana zgram...@pottsconsultinggroup.com wrote:

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Curt Hagenlocher
Welcome to Seattle! Or as I like to think of it, welcome to June-and-we-still-have-the-heat-on! :( On Fri, Jun 10, 2011 at 10:42 AM, Jeff Hardy jdha...@gmail.com wrote: Hi all, Is anyone in the Seattle area interested in an IronPython meetup, or even a sprint? Anybody fancy a hands-on crash

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Jeff Hardy
On Fri, Jun 10, 2011 at 11:16 AM, Curt Hagenlocher c...@hagenlocher.org wrote: Welcome to Seattle! Or as I like to think of it, welcome to June-and-we-still-have-the-heat-on! :( I'm from Canada, so this is normal (more rain though). I look forward to not dealing with -40, and laughing at the

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Zachary Gramana
I you are open to virtual attendees, then I'm in. On 6/10/2011 2:24 PM, Jeff Hardy wrote: On Fri, Jun 10, 2011 at 11:16 AM, Curt Hagenlocherc...@hagenlocher.org wrote: Welcome to Seattle! Or as I like to think of it, welcome to June-and-we-still-have-the-heat-on! :( I'm from Canada, so this

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Brian Curtin
On Fri, Jun 10, 2011 at 12:42, Jeff Hardy jdha...@gmail.com wrote: Hi all, Is anyone in the Seattle area interested in an IronPython meetup, or even a sprint? Anybody fancy a hands-on crash course in how IronPython works? Let me know! If enough people are interested, I'll work something out

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Steve Dower
Since I'm in the country for the next couple of months, I'll come along. On Fri, Jun 10, 2011 at 11:36, Brian Curtin brian.cur...@gmail.com wrote: On Fri, Jun 10, 2011 at 12:42, Jeff Hardy jdha...@gmail.com wrote: Hi all, Is anyone in the Seattle area interested in an IronPython meetup, or

Re: [IronPython] IronPython and CPython httplib and ssl modules produce IOError

2011-06-10 Thread Lukáš Duběda
Great! That'll save me and my clients a lot of headaches, actually. :) Thank you, Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A] R.A.Dvorského 601, Praha 10 [A] 10900, Czech Republic, Europe On 10.6.2011 19:58, Zachary Gramana wrote:

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Dino Viehland
I'd be up for it - personally I'd prefer downtown but I could drive to the east side if that's preferable. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Friday, June 10, 2011 10:43 AM To:

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Kevin Hazzard, C# MVP
Yeah, if there's a way to skype the meeting, that would be great. We've been doing that with some of our UG meetings here in Virginia D.C. recently with some success. We typically have one person aim a webcam at whoever's speaking and turn the gain up on the mic. Works pretty well. Thanks,

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Steve Baer
Doesn't really matter; we're a pretty laid back company. We have a meeting room that comfortably holds at least 15 (could hold more) with a big screen television that we can hook up to. We actually have the room pretty well wired with mics and a soundboard since we hold a weekly Tuesday lunch

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Jeff Hardy
On Fri, Jun 10, 2011 at 2:17 PM, Steve Baer st...@mcneel.com wrote: Doesn't really matter; we're a pretty laid back company.  We have a meeting room that comfortably holds at least 15 (could hold more) with a big screen television that we can hook up to.  We actually have the room pretty well

Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Jeff Hardy
OK, follow up questions: * When? Sometime this coming week would work great for me; what about anyone else? * What times work best? Either weekends or evenings are fine by me. * What format? Right now I'm thinking that we actually plan it as a sprint, with perhaps a couple of lightning talks