Solved. I had to import Image without the PIL

On Jun 25, 9:24 am, Molly <[EMAIL PROTECTED]> wrote:
> Nevermind, I figured out how to import it.. it works now when I say
> import Image.
>
> When I go to run my app it does not work with that import.
> The import I added is:
>
> import PIL.image
>
> Thanks :)
> Molly
>
> On Jun 25, 9:19 am, Molly <[EMAIL PROTECTED]> wrote:
>
> > This is what I got:
>
> > C:\>python
> > Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
> > (Intel)] on
> > win32
> > Type "help", "copyright", "credits" or "license" for more information.>>> 
> > import Image
>
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in <module>
> > ImportError: No module named Image
>
> > Do I need to add it to my imports?? if so, how would I do that?
>
> > Thanks!
> > Molly
>
> > On Jun 25, 4:26 am, David Reynolds <[EMAIL PROTECTED]>
> > wrote:
>
> > > On 24 Jun 2008, at 6:36 pm, Molly wrote:
>
> > > > Maybe my Python Imaging Library is in the wrong location??
>
> > > Try this:
>
> > > $ python
> > > Python 2.5.2 (r252:60911, May 28 2008, 08:35:32)
> > > [GCC 4.2.4 (Debian 4.2.4-1)] on linux2
> > > Type "help", "copyright", "credits" or "license" for more information.
> > > (InteractiveConsole)
> > >  >>> import Image
>
> > > --
> > > David Reynolds
> > > [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to