ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
execnet-1.0.0b1: connecting Py2/Py3/Jython interpreters
by Holger Krekel other posts by this author
Nov 4 2009 5:19AM messages near this date
[ANN] Pyjamas 0.7pre1 Web Widget Set and python-to-javascript Compiler released | Open Technology Group, Inc. announces Advanced Python Training
Hi everybody!  

i just uploaded a first public release of execnet, 
namely 1.0.0b1 to PyPI.   Grab it with easy_install/pip
on your favourite Python environment (also works by
unpacking the tarball with or without plain distutils).

execnet allows to ad-hoc instantiate local and remote 
Python interpreters, currently Python2.4, 2.5, 2.6 and
(new) also Python 3.1, Jython and PyPy-c.  It works 
on Windows, Linux and OSX.  

With execnet you can instantiate "gateways" between Python processes,
use "remote_exec" code execution and "channels" to perform 
structured data communication.  See here for more info:

    http://codespeak.net/execnet

Here is a list of changes from the rather internal 
1.0.0alpha2 to the now public 1.0.0b1 release:

* added new examples for NumPy, Jython, IronPython
* improved documentation
* include apipkg.py for lazy-importing
* integrated new serializer code from Benjamin Peterson
* improved support for Jython-2.5.1

have fun and let me know if you have issues,

holger

-- 
Metaprogramming, Python, Testing: http://tetamap.wordpress.com
Python, PyPy, pytest contracting: http://merlinux.eu 
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved