[email protected]] On
> Behalf Of Jeff Hardy
> Sent: Wednesday, February 22, 2012 2:48 PM
> To: Lucas Vickers
> Cc: [email protected]
> Subject: Re: [Ironpython-users] Understanding CPython and IronPython linkage
>
> On Wed, Feb 22, 2012 at 2:28 PM, Lucas Vickers
lol thanks :)
Well this I can deal with. I'll make a communication method that takes a
pickled object, and as a response slightly modifies the object then
re-pickles it. I can then more or less confirm nothing is corrupt.
I won't be dealing with unicode / ascii text, mostly numbers (3d structur
: [Ironpython-users] Understanding CPython and IronPython linkage
Lol now you're scaring me ;)
Rhino3d uses IronPython to let us control low level .net Rhino APIs using
python. Super cool. But what about pickle do u need to watch out for?
Due to the Rhino infrastructure it seems difficu
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 pickle do u need to watch out for?
Pickled code objects.
- Jeff
___
Ironpython-users
Lol now you're scaring me ;)
Rhino3d uses IronPython to let us control low level .net Rhino APIs using
python. Super cool. But what about pickle do u need to watch out for?
Due to the Rhino infrastructure it seems difficult to impossible to really
debug an IronPython script hosted within rhino,
Be careful with that too :-) IronPython is obviously still a work in
progress and we're trying hard to implement features and become more
CPython compatible; we've still 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 V
Got it. Makes more sense.
Sounds like I'll be pickling objects back and forth between cpy and ipy.
Thanks
On Feb 22, 2012, at 5:03 PM, Slide wrote:
> If the module is a C based module, it will not import into IronPython. The
> compatibility is in most of the standard library, pycurl is not
If the module is a C based module, it will not import into IronPython. The
compatibility is in most of the standard library, 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,
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