Closed therealbill closed 13 years ago
When building on a Debian Lenny via easy_install with python2.5 I get:
Reading http://code.google.com/p/pycrc16 Best match: crc16 0.1.0 Downloading http://pypi.python.org/packages/source/c/crc16/crc16-0.1.0.tar.gz#md5=f57f01ba3ac87401f023ed9a8d5c08aa Processing crc16-0.1.0.tar.gz Running crc16-0.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rSAFmC/crc16-0.1.0/egg-dist-tmp-gNM2Ts File "build/bdist.linux-x86_64/egg/crc16/init.py", line 27 from .crc16pure import SyntaxError: 'import ' not allowed with 'from .'
zip_safe flag not set; analyzing archive contents... Adding crc16 0.1.0 to easy-install.pth file
Installed /usr/lib/python2.5/site-packages/crc16-0.1.0-py2.5-linux-x86_64.egg
Fixed in v0.1.1
When building on a Debian Lenny via easy_install with python2.5 I get:
Reading http://code.google.com/p/pycrc16 Best match: crc16 0.1.0 Downloading http://pypi.python.org/packages/source/c/crc16/crc16-0.1.0.tar.gz#md5=f57f01ba3ac87401f023ed9a8d5c08aa Processing crc16-0.1.0.tar.gz Running crc16-0.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rSAFmC/crc16-0.1.0/egg-dist-tmp-gNM2Ts File "build/bdist.linux-x86_64/egg/crc16/init.py", line 27 from .crc16pure import SyntaxError: 'import ' not allowed with 'from .'
zip_safe flag not set; analyzing archive contents... Adding crc16 0.1.0 to easy-install.pth file
Installed /usr/lib/python2.5/site-packages/crc16-0.1.0-py2.5-linux-x86_64.egg