It looks like sorl has undergone some pretty major tweaking. It is more robust but could be more difficult to install now.
In other words, I'd recommend forking and working on it to see what it will take to make it all work. -Chris On Wed, Jan 19, 2011 at 6:30 PM, Luke <[email protected]> wrote: > Chris, is there a plan to integrate these changes into Satchmo so the > old version of sorl is not needed anymore? > > Luke > > On Dec 12 2010, 3:55 pm, Michael Thamm <[email protected]> > wrote: > > I found the issue - I needed to add quotes around the image size in > > the thumbnail tag. > > {% thumbnail product.main_image.picture "85x85" as image %} > > <a href="{{ product.get_absolute_url }}"><img > > src="{{ media_url }}{{ image }}" /></a> > > {% endthumbnail %} > > > > On Dec 12, 10:10 am, Michael Thamm <[email protected]> wrote: > > > > > > > > > > > > > > > > > I added the endthumbnail tag and the thumbnails are not being > > > displayed. > > > Will the latest version ofsorlwork at all or does more need to be > > > updated? > > > Thanks > > > Michael > > > > > On Nov 28, 12:02 pm, Johannes Bornhold <[email protected]> wrote: > > > > > > Hi All! > > > > > > Chris Moffitt schrieb: > > > > > > > Unfortunately, this issue caught me off guard.Sorlhas changed > things > > > > > and we aren't ready to change yet. The easiest solution would be to > > > > > install an old version. Try doing this: > > > > > > > pip installsorl-thumbnail==3.2.5 > > > > > > > I tried a quick test and it seemed to work. Let us know how it does > for you. > > > > > > We were hit by the same issue. Sticking the version to 3.2.5 solved > the > > > > problems. > > > > > > We are currently solving this on a per project basis and record > > > > "sorl-thumbnail==3.2.5" as requirement in a "setup.py" file specific > to > > > > the project. > > > > > > After looking into satchmo source, I am wondering, why there are no > > > > requirements noted in satchmo's setup.py. Is there a specific reason? > > > > > > Johannes > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
