My colleague is getting the following error trying to run a Pylons application on Windows:
> IOError: [Errno 13] Permission denied: 'C:\\Documents and > Settings\\Chris.Barker\\My > Documents\\StandAlone/data\\sessions/container_file\\0\\04\\04b435634fabe964808ec7a2df337889.cache' It started occurring the past couple days so it may be related to some change in Pylons 0.9.7rc4. He has Beaker 1.1.2 and 1.0.2 installed. When he changed easy-install.py to point to the older version, he got a requirements failure error but the application still started up and served, yet the original error persisted. So it doesn't seem to be a difference in Beaker itself, but perhaps in Pylons. Windows programs have a habit of holding a file open with an exclusive lock, which leads to this error if another routine tries to open the file. So it could be a thread/locking issue. It happens while he's making normal requests in development mode, so there's a possibility of concurrent requests but not a high likelihood. In any case, the problem never occurred until a couple days ago, and it doesn't happen on Linux or Mac. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
