If I create a Pyramid project under a folder containing unicode I get a UnicodeDecodeError when requesting static content
eg: mkdir héhé cd héhé paster create -t pyramid_routesalchemy MyApp cd MyApp paster serve development.ini --reload Then point your browser to http://localhost:6543/static/pylons.css Kristian -- 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.
