[Zope3-dev] compiling Zope3 on Windows

Garrett Smith garrett@mojave-corp.com
Mon, 23 Jun 2003 16:40:37 -0500


Tim Peters wrote:
> I haven't tried, but I believe Godefroid Chapelle has been having
> decent luck using Cygwin.  That's certainly what I *would* try, since
> Python has an active and highly competent Cygwin developer in Jason
> Tishler).  I don't even know who to ask about the Borland or MinGW
> environments.=20

I'm able to use Borland's compiler now (those who are interested, see
http://www.python.org/doc/2.2.1/inst/non-ms-compilers.html).

However, I'm running into an error here:

File
"\zope\Zope3\build\lib.win32-2.2\zope\app\browser\container\adding.py",
line 125, in Adding
    index =3D ViewPageTemplateFile("add.pt")
TypeError: wrapper.ContextDescriptor.__new__(ViewPageTemplateFile) is
not safe, use object.__new__()

I get the same error, different location, when running z3.py.

This seems like a high level error for merely using a different
compiler.

Has anyone else run into this?

 -- Garrett