[IronPython] CherryPy on IronPython up but not running

Simon Dahlbacka simon.dahlbacka at gmail.com
Tue May 9 07:27:28 CEST 2006


> First major problem is that IronPython apparently doesn't support
> assigning
> attributes to (un)bounded methods. For example,


AFAIR, you could expose a method in CherryPy, either by directly setting the
attribute, or by using a decorator @exposed or somesuch. (It is however
likely that the decorator approach also is hit by the attribute limitation,
I don't normally use CherryPy, and haven't got IronPython installed on this
machine either.. so this is just general thoughts)

/Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060509/e4a1a5dc/attachment.html>


More information about the Ironpython-users mailing list