Уведомления

Группа в Telegram: @pythonsu

#1 Май 28, 2009 21:31:08

unel
От:
Зарегистрирован: 2009-05-24
Сообщения: 10
Репутация: +  0  -
Профиль   Отправить e-mail  

связка python + ironPython

а что именно надо переписывать? нечто действительно никак нельзя? =((((



Офлайн

#2 Май 28, 2009 21:39:56

Андрей Светлов
От:
Зарегистрирован: 2007-05-15
Сообщения: 3137
Репутация: +  14  -
Профиль   Адрес электронной почты  

связка python + ironPython

unel
можно пример? и всё-таки если без .net питона? с обфчного питона - к C#? c примером .. а то всё равно что-то не догоняю =(
Качаем исходники. Компилим.
Копируем clr.pyd и Python.Runtime.dll в c:/python25/DLLs (грубо, но быстро. Потом можно и egg сделать).
пробуем:
>>> import clr
>>> import System
>>> today = System.DateTime.Today
>>> today.ToString()
u'5/28/2009 12:00:00 AM'



Офлайн

#3 Ноя. 16, 2009 21:05:01

dvs
От:
Зарегистрирован: 2006-05-22
Сообщения: 176
Репутация: +  3  -
Профиль   Отправить e-mail  

связка python + ironPython

Date: Tue, 3 Nov 2009 21:55:45 +0100
From: holger krekel <holger at merlinux.eu>
To: python announce <python-announce-list at python.org>
Subject: execnet-1.0.0b1: connecting Py2/Py3/Jython interpreters


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



Офлайн

Board footer

Модераторировать

Powered by DjangoBB

Lo-Fi Version