divyang4481 / lz4

Automatically exported from code.google.com/p/lz4
0 stars 0 forks source link

setup.py broken: wants to open non-existent README.rst #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

unpack source distro:

python setup.py build
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    long_description=open('README.rst', 'r').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'

Original issue reported on code.google.com by j1m...@gmail.com on 14 Mar 2012 at 5:36

GoogleCodeExporter commented 9 years ago
Um, lz4.h is also missing from the distro.

Original comment by j1m...@gmail.com on 14 Mar 2012 at 5:37

GoogleCodeExporter commented 9 years ago
As is python-lz4.h

Original comment by j1m...@gmail.com on 14 Mar 2012 at 5:47

GoogleCodeExporter commented 9 years ago
Hey, I'm the creator of the python binding.
Please post your issue on the github page!
https://github.com/steeve/python-lz4/issues

Indeed, something screwed up at packaging. Sorry about that :(

Original comment by steeve.m...@gmail.com on 15 Mar 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Fixed on 0.3.2. https://github.com/steeve/python-lz4/issues/1

Original comment by steeve.m...@gmail.com on 15 Mar 2012 at 1:43

GoogleCodeExporter commented 9 years ago
Issue solved by Steeve Morin. Please use Steeve's Python package webpage to 
report. 

Original comment by yann.col...@gmail.com on 15 Mar 2012 at 2:33

GoogleCodeExporter commented 9 years ago
No problem. Thanks for the speedy fix.

Jim

Original comment by j1m...@gmail.com on 15 Mar 2012 at 3:11

GoogleCodeExporter commented 9 years ago
Thanks.

Oops. OK.

Jim

Original comment by j1m...@gmail.com on 15 Mar 2012 at 3:12