Export to GitHub

byteplay - issue #2

dumb binary dist interferes with easy_install


Posted on Oct 11, 2010 by Quick Bird

Hello, it seems that it's hard to install byteplay from easy_install because the binary dist filename interferes with what easy_install does.

elquiades:/ alan$ sudo /opt/local/bin/easy_install-2.6 byteplay install_dir /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ Searching for byteplay Reading http://pypi.python.org/simple/byteplay/ Reading http://code.google.com/p/byteplay Reading http://code.google.com/p/byteplay/downloads/list Best match: byteplay 0.2.linux-i686 Downloading http://pypi.python.org/packages/any/b/byteplay/byteplay-0.2.linux-i686.tar.gz#md5=8243c7004826cccd182fd0c58f75fb0e Processing byteplay-0.2.linux-i686.tar.gz error: Couldn't find a setup script in /tmp/easy_install-oYBFVP/byteplay-0.2.linux-i686.tar.gz melquiades:/ alan$

This thread discusses the issue on distutils-sig

http://mail.python.org/pipermail/distutils-sig/2010-October/016974.html

A good solution would be just to remove the dumb binary dist, which is pretty useless by the way, since it only makes sense on the very host system were it was built.

Status: New

Labels:
Type-Defect Priority-Medium