binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

resweb missing folders #62

Closed srounet closed 13 years ago

srounet commented 13 years ago

When installing pyres with pip, media and templates folders aren't present in resweb directory.

<type 'exceptions.IOError'> occurred on '/': [Errno 2] No such file or directory: '/home/xxxx/env/lib/python2.7/site-packages/resweb/templates/overview.mustache'

I issued this by cloning the repository and do a manual copy of both folders.

binarymatt commented 13 years ago

thanks, it looks like something did not go right with my build up pypi, I will take a look

binarymatt commented 13 years ago

fixed merged into release/1.0.1. Will merge into master and release today