Re: [Zope] Announcing the release of Zope version 2.8.8

2006-07-21 Thread Maciej Wiśniowski

 Zope 2.8.8 Released

Is there a Windows version?

When trying to do:

Python23/python.exe setup.py build

I get:

error: Python was built with version 6 of Visual Studio, and extensions 
need to

be built with the same version of the compiler, but it isn't installed.

With Python23/python.exe setup.py install:

(...)
running build_ext
None
Traceback (most recent call last):
 File C:\downloads\Zope288\Zope-2.8.8-final\setup.py, line 459, in ?
   distclass = MyDistribution,
 File c:\Python23\lib\distutils\core.py, line 149, in setup
   dist.run_commands()
 File c:\Python23\lib\distutils\dist.py, line 907, in run_commands
   self.run_command(cmd)
 File c:\Python23\lib\distutils\dist.py, line 927, in run_command
   cmd_obj.run()
 File C:\downloads\Zope288\Zope-2.8.8-final\setup.py, line 130, in run
   install.run(self)
 File c:\Python23\lib\distutils\command\install.py, line 506, in run
   self.run_command('build')
 File c:\Python23\lib\distutils\cmd.py, line 333, in run_command
   self.distribution.run_command(command)
 File c:\Python23\lib\distutils\dist.py, line 927, in run_command
   cmd_obj.run()
 File C:\downloads\Zope288\Zope-2.8.8-final\setup.py, line 243, in run
   buildcmd.run(self)
 File c:\Python23\lib\distutils\command\build.py, line 107, in run
   self.run_command(cmd_name)
 File c:\Python23\lib\distutils\cmd.py, line 333, in run_command
   self.distribution.run_command(command)
 File c:\Python23\lib\distutils\dist.py, line 926, in run_command
   cmd_obj.ensure_finalized()
 File c:\Python23\lib\distutils\cmd.py, line 117, in ensure_finalized
   self.finalize_options()
 File c:\Python23\lib\distutils\command\build_ext.py, line 170, in 
finalize_o

ptions
   self.build_temp = os.path.join(self.build_temp, Release)
 File C:\Python23\lib\ntpath.py, line 89, in join
   assert len(path)  0
TypeError: len() of unsized object

--
Maciej Wisniowski
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Announcing the release of Zope version 2.8.8

2006-07-20 Thread kit BLAKE

Hi Tres,

   - Extension Classes were rewritten as Python new-style classes making
 all features of Python new-style classes available in Zope
 objects. This includes support for cyclic garbage collection.


Does this mean that the following is fixed? Quoting from the Zope
2.9.4 CHANGES.txt:

To-do
   * Add cyclic-garbage collection support to C extension classes,
especially to acquisition wrappers.
1. B: ExtensionClassType already declares that it supports GC
(via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform to
the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html

I don't see the same note in the 2.8.8 CHANGES.txt, but I'm sure it
was there in earlier versions.
kit


--
kit BLAKE
Infrae · infrae.com + 31 10 243 7051
Hoevestraat 10 · 3033GC · Rotterdam · The Netherlands
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )