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 -~----------~----~----~----~------~----~------~--~---
