Re: [Ironpython-users] Understanding CPython and IronPython linkage

2012-02-22 Thread Lucas Vickers
umbers (3d structure analysis etc) thanks guys On Wed, Feb 22, 2012 at 5:48 PM, Jeff Hardy wrote: > On Wed, Feb 22, 2012 at 2:28 PM, Lucas Vickers > wrote: > > Rhino3d uses IronPython to let us control low level .net Rhino APIs using > > python. Super cool. But what about pickl

Re: [Ironpython-users] Understanding CPython and IronPython linkage

2012-02-22 Thread Lucas Vickers
got a lot of work to do, but you can do some really > cool stuff with IronPython. > > > slide > > On Wed, Feb 22, 2012 at 3:06 PM, Lucas Vickers wrote: > Got it. Makes more sense. > > Sounds like I'll be pickling objects back and forth between cpy and ipy.

Re: [Ironpython-users] Understanding CPython and IronPython linkage

2012-02-22 Thread Lucas Vickers
, pycurl is not part of the > standard library. There are even issues in parts of the standard library as > you can see if you look at the bug tracker on CodePlex. > > slide > > On Wed, Feb 22, 2012 at 2:43 PM, Lucas Vickers wrote: > Hello, > > I am OS X and I am

[Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Lucas Vickers
Hello, I'm trying to find some information on what debugging capabilities exist for IronPython. I read in depth about the mono level debugger, but this is probably too low level for what I want. I also found some mention of work being done on Windows specific IronPython debuggers, but I am hopin

[Ironpython-users] Understanding CPython and IronPython linkage

2012-02-22 Thread Lucas Vickers
Hello, I am OS X and I am working with a pre-compiled version of IronPython (it is hosted by Rhino 3d to be specific). I am attempting to import standard CPython libraries, such as pycurl. I am confused as the FAQ states compatibility between IronPython 2.7 and CPython 2.7, but using the followi