Edgewall Software

Changes between Version 7 and Version 8 of Ticket #10083


Ignore:
Timestamp:
Mar 17, 2011, 1:06:14 PM (13 years ago)
Author:
Christian Boos
Comment:

Report my early experiments with distribute on Python 3.2 (x64) on Windows 7.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10083 – Description

    v7 v8  
    1919Others
    2020}}}
    21 || setuptools (distribute) || works ||
     21|| setuptools ([http://pypi.python.org/pypi/distribute Distribute]) || works   ^[#p3 (3)]^ ||
    2222|| Genshi || [genshi:log:branches/experimental/py3k py3k] branch ||
    2323|| Babel || #bl209 ||
    24 || pytz || ||
    25 || docutils || works ||
    26 || pygments || works ||
     24|| pytz || [http://regebro.wordpress.com/2009/03/17/pytz-for-python-3-and-26/ unofficial], but it seems official 2011d can be `easy_install`'ed ||
     25|| docutils || works  ^[#p4 (4)]^  ||
     26|| pygments || works (1.4) ||
    2727
    2828==== Notes
    2929 - [=#u1 svn]: not much activity on the bindings; rather go the svn.exe way
    3030 - [=#u2 hg]: after 2 SoC projects already, the efforts seem to have stalled
     31 - [=#p3 distribute]: seems ok on Linux, "works" more or less on Windows; might be worth to wait for [http://guide.python-distribute.org/introduction.html#current-state-of-packaging distutils2]
     32 - [=#p4 docutils]: seems it was ported and works on Linux, but `easy_install docutils` on Windows hangs... Installing docutils-0.7.tar.gz also hangs, so it seems it's not distribute's fault.
     33
    3134
    3235Once we have at least one backend, VC binding and frontend ready, the next step would be playing with `2to3` and see what comes out.