Re: Interesting problem importing

2007-04-15 Thread Michael Newman
For anyone looking at this thread in the future. I finally worked this out. My problem was ridiculously easy. In the settings file for the MEDIA_URL even though the example gives http://media.lawrence.com it should be http://media.lawrence.com/. That trailing slash was the cause of all my problems

Re: Interesting problem importing

2007-04-07 Thread Michael Newman
You're right. Thank you that works. So I am sure that wasn't problem. Thanks for the help. On Apr 7, 2:34 pm, "Jorge Gajon" <[EMAIL PROTECTED]> wrote: > On 4/7/07, Michael Newman <[EMAIL PROTECTED]> wrote: > > > > > In the manage.py shell an error when I do the export > > File "", line 1 > > expo

Re: Interesting problem importing

2007-04-07 Thread Jorge Gajon
On 4/7/07, Michael Newman <[EMAIL PROTECTED]> wrote: > > In the manage.py shell an error when I do the export > File "", line 1 > export DJANGO_SETTINGS_MODULE = speakeasy.settings > ^(arrow is under the E) > SyntaxError: invalid syntax > Hi Michael, I probably was

Re: Interesting problem importing

2007-04-07 Thread Michael Newman
> Jorge's suggestion is correct for troubleshooting the > DJANGO_SETTINGS_MODULE error, but it is almost certainly unrelated to > the problems you're having using nesh. In the manage.py shell an error when I do the export File "", line 1 export DJANGO_SETTINGS_MODULE = speakeasy.settings

Re: Interesting problem importing

2007-04-06 Thread Jeremy Dunck
On 4/6/07, Michael Newman <[EMAIL PROTECTED]> wrote: ... > Do you think I am on the right track? Is this what is causing the > nesh.thumbnail to fail silently? Jorge's suggestion is correct for troubleshooting the DJANGO_SETTINGS_MODULE error, but it is almost certainly unrelated to the problems

Re: Interesting problem importing

2007-04-06 Thread Jorge Gajon
On 4/6/07, Michael Newman <[EMAIL PROTECTED]> wrote: > > I am extremely new to programming, much less Django, but am working my > tail off trying to deploy a student alternative Webzine site. > > For the images I have been trying to use the nesh utils, > http://trac.studioquattro.biz/djangoutils/w

Interesting problem importing

2007-04-06 Thread Michael Newman
I am extremely new to programming, much less Django, but am working my tail off trying to deploy a student alternative Webzine site. For the images I have been trying to use the nesh utils, http://trac.studioquattro.biz/djangoutils/wiki/Thumbnail, because they look perfect and a friend recommende