I have the exact same problem. I'm trying to install my Pylons application under Cygwin on a new computer (I already have 4 functionnal Cygwin installation) and I get the same SimpleCookie error.
I tried creating my virtual environment on a different computer and it didn't work. I tried editing Authkit cookie.py to explicitely import Python's cookie and it didn't work either Any ideas? On 6 sep, 16:26, Bradley Wright <[email protected]> wrote: > Just to answer my own question, this was caused by a weird > virtualisation edge case: > > If I export a case insensitive file system (HFS+ from OS X, in my > case) to a case sensitive one (Ext3 on Ubuntu 9 via VMWare Fusion's > HGFS sharing), it gets confused and treats module imports in a case > insensitive manner (which causes a conflict between "cookie" and > "Cookie"). This doesn't happen on either system alone, but only when > these two environments come together. > > The solution for me was to create my virtual environments outside of > the OS X file system. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
