I think I found a bug in pyramid_celery. I am writing here, because I see Sontek is also here.
There is a problem with README.md, pyramid_celery wants to install it but it is not found.
By installing with pip I get
$ /tmp/xxx/bin/pip install pyramid_celeryDownloading/unpacking pyramid-celery Downloading pyramid_celery-0.1.tar.gz Running setup.py egg_info for package pyramid-celery Traceback (most recent call last): File "<string>", line 14, in <module> File "/tmp/xxx/build/pyramid-celery/setup.py", line 6, in <module> README = open(os.path.join(here, 'README.md')).read() IOError: [Errno 2] No such file or directory: '/tmp/xxx/build/pyramid-celery/README.md' Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 14, in <module> File "/tmp/xxx/build/pyramid-celery/setup.py", line 6, in <module> README = open(os.path.join(here, 'README.md')).read()IOError: [Errno 2] No such file or directory: '/tmp/xxx/build/pyramid-celery/README.md'The same error appears with easy_install
$ /tmp/xxx/bin/easy_install pyramid_celerySearching for pyramid-celeryReading http://pypi.python.org/simple/pyramid_celery/Reading https://github.com/sontek/pyramid_celeryBest match: pyramid-celery 0.1Downloading http://pypi.python.org/packages/source/p/pyramid_celery/pyramid_celery-0.1.tar.gz#md5=baa97d10518394186a0f391da88efdecProcessing pyramid_celery-0.1.tar.gzRunning pyramid_celery-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-OI2CQs/pyramid_celery-0.1/egg-dist-tmp-QPZOvCerror: /tmp/easy_install-OI2CQs/pyramid_celery-0.1/README.md: No such file or directoryIn fact README.md is not present. I strongly suspect a similar problem will also be given by CHANGES.TXT. I checked the tarball and those files are not present.