On Tue, Feb 23, 2010 at 4:35 PM, kevin <[email protected]> wrote: > I'm using distribute, mr.developer and buildout to put together a > repeatable install for satchmo. I notice that PIL-1.1.7 is available > as an egg. Is satchmo compatible with this version? > > Sort of, you need to go to your eggs directory after install, then to the unpacked PIL directory.
Then: "ln -s . PIL" This is because Django ImageFields expect PIL to be the package name. Ugly, but the link works. -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en.
