I started using virtualenv today with my project, and it seems to work fine. But I soon discovered that when saving any .py file in my project (when the dev server is running) I get this error: IOError: [Errno 13] file not accessible: '/Users/broken/little-giants/development/web/project-pac/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg'. So now I have to restart the dev server every time I change any python code. Other files I can change without problem.
My other projects works fine (running python2.5). I had the same problem a few weeks ago on my old laptop (running a appengine project with python2.7), but never solved it.
It's not much to go on, I know. But any pointers or ideas are appreciated.
..fredrik