[Distutils] Distribute 0.6.2 - testing the release - help needed!

Alex Grönholm alex.gronholm at nextday.fi
Wed Sep 23 00:20:37 CEST 2009


Tarek Ziadé kirjoitti:
> Hello,
>
> The next Distribute version will be released soon, with python 3
> support (thanks to Martin, Lennart, and Alex !)
> and more bug fixed. (you can follow that in the issue tracker)
>
> If you want to give a hand on testing the next Distribute version,
> I've uploaded a dev version of the trunk of Distribute at
> nightly.ziade.org, meaning that you can try the upcoming release
> (at your own risks ;) )
>
> - the tarball : http://nightly.ziade.org/distribute-0.6.2dev.tar.gz
> - a modified distribute_setup.py script that will install the dev
> version : http://nightly.ziade.org/distribute_setup_dev.py
> - a modified bootstrap.py file that will let you bootstrap a
> zc.buildout environment with this version
>
> Any feedback would be greatly appreciated,
>
> Regards,
> Tarek
>
>   
Tried it against Jython 2.5.1rc2, failed -- both with and without a 
virtualenv (with setuptools already installed).

Extracting in /tmp/tmpEY4kVg

Now working in /tmp/tmpEY4kVg/distribute-0.6.2dev

Installing Distribute

IOError: [Errno 2] File not found - /tmp/tmpEY4kVg/distribute-0.6.2dev/setup.py install (No such file or directory)

Traceback (most recent call last):

  File "/home/demigod/downloads/distribute_setup_dev.py", line 413, in <module>

    main(sys.argv[1:])

  File "/home/demigod/downloads/distribute_setup_dev.py", line 410, in main

    _install(tarball)

  File "/home/demigod/downloads/distribute_setup_dev.py", line 64, in _install

    assert python_cmd('setup.py install')

AssertionError




More information about the Distutils-SIG mailing list