Re: Integrating python with smalltalk

2006-03-23 Thread Chronos
nelson wrote: > On windows i know i can create in > python a COM server and call it from smalltalk, but i wonder if there > is a more general solution (platform independent). SOAP. -- http://mail.python.org/mailman/listinfo/python-list

Re: Integrating python with smalltalk

2006-03-23 Thread Ian Upright
For a crazy response lets try: Lets find how how we can call Python from Java or C#, without using COM. If you can find some answers to those questions, perhaps that would shed some light on how it would be possible in Smalltalk. Ian "nelson" <[EMAIL PROTECTED]> wrote: >Hi all, > sorry if it i

Integrating python with smalltalk

2006-03-23 Thread nelson
Hi all, sorry if it isn't the right group (and sorry for the cross post, but it's a cross- question :P ), but i'm not sure where to post. I have a python library and i want to be able to call it from smalltalk (the squeak implementation in particular..). I was just wondering if there is a standar