Re: Newbie here, needs help with ImageField

2008-03-10 Thread foxbunny
On Mar 10, 2:10 pm, Michael Newman <[EMAIL PROTECTED]> wrote: > Passing your error along would be helpful because it will help us > pinpoint exactly what part of your code is having issues. Python > traceback is amazing helpful in that if you follow its path, even > though it might not look like a

Re: Newbie here, needs help with ImageField

2008-03-10 Thread Michael Newman
Passing your error along would be helpful because it will help us pinpoint exactly what part of your code is having issues. Python traceback is amazing helpful in that if you follow its path, even though it might not look like anything initially, it will lead you to what the problem is. This is wh