On Wed, 2011-05-11 at 18:47 -0400, Kristian Benoit wrote: > 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
This issue is actually already fixed on the Pyramid trunk on GitHub. No ETA for a release, but will be in the next one. - C > > > 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 pylons-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. -- 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.
