Ticket #276 (closed defect: wontfix)

Opened 7 months ago

Last modified 5 days ago

PyAMF and IronPython issue

Reported by: thijs Owned by: nick
Priority: minor Milestone: At some point
Component: Testing Version: 0.3.1
Keywords: Cc:

Description (last modified by thijs) (diff)

Tried importing pyamf into IronPython (1.1.1 on .NET 2.0.50727.42) with Python 2.4 (60, Nov 30 2004, 11:49:19) on win32 and getting this error:

>>> import pyamf
Traceback (most recent call last):
  File , line 0, in <stdin>##60
  File , line 0, in __import__##4
  File C:\software\pyamf\pyamf\__init__.py, line 26, in Initialize
  File , line 0, in __import__##4
  File C:\software\pyamf\pyamf\adapters\__init__.py, line 15, in Initialize
  File C:\software\pyamf\pyamf\util\imports.py, line 67, in Initialize
NotImplementedError: Overriding __getattribute__ of built-in types is not implemented

Change History

Changed 7 months ago by thijs

  • description modified (diff)

Changed 7 months ago by thijs

  • description modified (diff)

Changed 7 months ago by thijs

  • description modified (diff)

Changed 5 days ago by thijs

  • status changed from new to closed
  • resolution set to wontfix

IronPython is horrible, fuck this, marking as wonteverfix

Note: See TracTickets for help on using tickets.