Ticket #276 (closed defect: wontfix)

Opened 2 years ago

Last modified 20 months ago

PyAMF and IronPython issue

Reported by: thijs Owned by: nick
Priority: minor Milestone: 1.0
Component: Testing Version: 0.3.1
Keywords: Cc:
Fixed in revision: Branch:
Author:

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

comment:1 Changed 2 years ago by thijs

  • Description modified (diff)

comment:2 Changed 2 years ago by thijs

  • Description modified (diff)

comment:3 Changed 2 years ago by thijs

  • Description modified (diff)

comment:4 Changed 20 months 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.