[PIL] import error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Egor Bolonev

    #1

    [PIL] import error

    import image

    gives

    Traceback (most recent call last):
    File "image1.py" , line 7, in ?
    import image
    ImportError: No module named image

    i've installed python 2.3.4 and PIL for python 2.3
  • Egor Bolonev

    #2
    Re: [PIL] import error

    On Thu, 02 Dec 2004 13:10:25 +1000, Egor Bolonev <ebolonev@mail. ru> wrote:

    ho error is bad case. there must be import Image
    [color=blue]
    > import image
    >
    > gives
    >
    > Traceback (most recent call last):
    > File "image1.py" , line 7, in ?
    > import image
    > ImportError: No module named image
    >
    > i've installed python 2.3.4 and PIL for python 2.3[/color]

    Comment

    Working...