PIL(Py Image lib), show() not showing picture...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • defn noob

    PIL(Py Image lib), show() not showing picture...

    from PIL import Image
    import os

    print os.path.exists( 'C:/Users/saftarn/Desktop/images/blob.jpg')

    im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg')
    im2.show()
    first the command prompt pops up then the normal window to display
    pictures but it doenst show a picture.

    the prin os.path.exists returns true and opening the file by clicking
    on it works. ive also tried gif-files with no success.
  • Méta-MCI \(MVP\)

    #2
    Re: PIL(Py Image lib), show() not showing picture...

    Hi!

    Which OS? On Vista, you MUST reconfig the "aperçu images et
    télécopies" (in french ; sorry, I don't know the english translation).

    @-salutations

    Michel Claveau

    Comment

    • ssecorp

      #3
      Re: PIL(Py Image lib), show() not showing picture...

      On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)"
      <enleverlesX.X. ..@XmclaveauX.c omwrote:
      Hi!
      >
      Which OS?   On Vista, you MUST reconfig the "aperçu images et
      télécopies" (in french ; sorry, I don't know the english translation)..
      >
      @-salutations
      >
      Michel Claveau

      VISTA.

      i will try google translate :)

      Comment

      • ssecorp

        #4
        Re: PIL(Py Image lib), show() not showing picture...

        On Jul 3, 10:20 pm, "Méta-MCI \(MVP\)"
        <enleverlesX.X. ..@XmclaveauX.c omwrote:
        Hi!
        >
        Which OS?   On Vista, you MUST reconfig the "aperçu images et
        télécopies" (in french ; sorry, I don't know the english translation)..
        >
        @-salutations
        >
        Michel Claveau



        thumbnail images and faxes? and how do i do that? i must do it in
        windows or in the python library?

        Comment

        Working...