[mezzanine-users] Re: Thumbnail UnicodeEncodeError

2014-04-21 Thread Skyler Dawson
And the error has been found. I had at one point changed my settings to figure out paths using unipath: PROJECT_ROOT = Path(__file__).ancestor(2) MEDIA_ROOT = PROJECT_ROOT.child(media) So in the template tag it was joining a unipath path object to unicode strings, and the path objects decide

Re: [mezzanine-users] Re: Thumbnail UnicodeEncodeError

2014-04-21 Thread Stephen McDonald
On Tue, Apr 22, 2014 at 3:17 PM, Skyler Dawson foxwoods...@gmail.comwrote: And the error has been found. I had at one point changed my settings to figure out paths using unipath: PROJECT_ROOT = Path(__file__).ancestor(2) MEDIA_ROOT = PROJECT_ROOT.child(media) So in the template tag it was