win32com from linux and jpq question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peder Ydalus

    win32com from linux and jpq question

    1) Anyone knows if it will be possible to e.g. read cells in an excel
    sheet from linux? If python compiled bytecode is cross-platform (I don't
    know), maybe it could add the necessary bits and bytes from win32com?

    2) I do not have PIL or other imaging libraries installed. Using plain
    PhotoImage() and Label, is it possible to insert a jpg into an
    application?

    Thanks!

    - Peder -
  • John J. Lee

    #2
    Re: win32com from linux and jpq question

    Peder Ydalus <pedery@ifi.uio .no> writes:
    [color=blue]
    > 1) Anyone knows if it will be possible to e.g. read cells in an excel
    > sheet from linux?[/color]

    Yes: OpenOffice.

    [color=blue]
    > If python compiled bytecode is cross-platform (I don't
    > know), maybe it could add the necessary bits and bytes from win32com?[/color]

    No.

    [color=blue]
    > 2) I do not have PIL or other imaging libraries installed. Using plain
    > PhotoImage() and Label, is it possible to insert a jpg into an
    > application?[/color]

    What are PhotoImage and Label?


    John

    Comment

    • John J. Lee

      #3
      Re: win32com from linux and jpq question

      Peder Ydalus <pedery@ifi.uio .no> writes:
      [color=blue]
      > 1) Anyone knows if it will be possible to e.g. read cells in an excel
      > sheet from linux? If python compiled bytecode is cross-platform (I don't[/color]
      [...]

      Or, of course, talk to a windows machine over the network and ask it
      to do the work.


      John

      Comment

      Working...