So in hopes that this will help someone in the future, apparently libjpeg
was not installed on my computer, which was messing with a lot of stuff.
Had to completely reinstall PIL in my virtualenv, but it all appears to be
working now!

On Sat, Mar 13, 2010 at 11:50 AM, Brian O'Connor <gatzby...@gmail.com>wrote:

> So I'm still seeing this problem, but oddly it's only on one of my
> computers.  I did a fresh install and checkout of my code on my laptop, and
> the images show up just fine.  When I do it on my desktop, no images at all.
>
> If I put the direct path of the 'productimage-picture-default' img directly
> in my browser, it shows up fine.  However if I put the direct path of the
> thumbnail image ('productimage-picture-default_jpg_85x85_q85.jpg') I get
> this error:
>
> "/home/brian/Programming/webdev/django/tdenv/topdogwear/../topdogwear/static/images/productimage-picture-default_jpg_85x85_q85.jpg"
> does not exist
>
> Any idea why this might happen?  Both computers are in virtualenvs with
> install instructions from the web site, and the same code from my subversion
> checkout.
>
> Thanks,
>
> Brian
>
>
> On Sat, Feb 13, 2010 at 5:37 PM, Brian O'Connor <gatzby...@gmail.com>wrote:
>
>> I'm using the django dev server, but I added this line to serve static
>> files:
>>
>> if local_settings.DEBUG:
>>     urlpatterns += patterns('',
>>         (r'^static/(?P<path>.*)$', 'django.views.static.serve',
>> {'document_root': 'static'}),
>>     )
>>
>> When I go to the url for the default product picture image, it does show
>> up.
>>
>> On Wed, Feb 10, 2010 at 9:07 PM, m1chael <myk...@gmail.com> wrote:
>>
>>> maybe your static directory isnt set up properly through your web server
>>> software (i.e. apache)??
>>>
>>>   On Wed, Feb 10, 2010 at 8:28 PM, Brian O'Connor 
>>> <gatzby...@gmail.com>wrote:
>>>
>>>>  I just installed my test store, and ran the demo store.  None of the
>>>> products had images, and when I went to add an image to a product I added,
>>>> that didn't show up either.
>>>>
>>>> When I view the soruce of the test products, it just has this:
>>>>
>>>> <div class = "productImage">
>>>>
>>>>               <center>
>>>>
>>>>
>>>>               <a href="/product/neat-book/"><img src="" width="" height="" 
>>>> /></a>
>>>>
>>>>
>>>>
>>>>
>>>>               </center>
>>>>
>>>>             <p><a href="/product/neat-book/">A really neat book</a></p>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>         </div>
>>>>
>>>>
>>>> For my product, I get this source:
>>>>
>>>> <ul>
>>>>             <li>
>>>>
>>>>             <a href="/product/my-test-shirt/"><img 
>>>> src="/static/images/productimage-picture-my-test-shirt-2_gif_85x85_q85.jpg"
>>>>  width="" height="" /></a>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>             <a href="/product/my-test-shirt/">My Test Shirt</a></li>
>>>>
>>>>          </ul>
>>>>
>>>> But still no picture.
>>>>
>>>> Any ideas?
>>>>
>>>> --
>>>> Brian O'Connor
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Satchmo users" group.
>>>> To post to this group, send email to satchmo-us...@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> satchmo-users+unsubscr...@googlegroups.com<satchmo-users%2bunsubscr...@googlegroups.com>
>>>> .
>>>> 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 satchmo-us...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> satchmo-users+unsubscr...@googlegroups.com<satchmo-users%2bunsubscr...@googlegroups.com>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/satchmo-users?hl=en.
>>>
>>
>>
>>
>> --
>> Brian O'Connor
>>
>
>
>
> --
> Brian O'Connor
>



-- 
Brian O'Connor

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-us...@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to