wx Browser-objekt for python on Linux

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

    #1

    wx Browser-objekt for python on Linux

    Hey,

    For windows there is a object wx.lib.iewin to integrate a browserwindow
    into a python-wx-application.
    I need a similar object, that runs under linux.

    Need help!!!

    Thx,

    Spooky

  • shibaji.bannerjee@gmail.com

    #2
    Re: wx Browser-objekt for python on Linux

    The wx demos contain an embedded browser (integrates an IE window)
    example.

    spooky wrote:
    Hey,
    >
    For windows there is a object wx.lib.iewin to integrate a browserwindow
    into a python-wx-application.
    I need a similar object, that runs under linux.
    >
    Need help!!!
    >
    Thx,
    >
    Spooky

    Comment

    • shibaji.bannerjee@gmail.com

      #3
      Re: wx Browser-objekt for python on Linux

      The wx demos contain an embedded browser (integrates an IE window)
      example.

      spooky wrote:
      Hey,
      >
      For windows there is a object wx.lib.iewin to integrate a browserwindow
      into a python-wx-application.
      I need a similar object, that runs under linux.
      >
      Need help!!!
      >
      Thx,
      >
      Spooky

      Comment

      • spooky

        #4
        Re: wx Browser-objekt for python on Linux

        IE is for Windows...I need something for unix-systems :(

        Thx


        --
        spooky

        Comment

        • daftspaniel@gmail.com

          #5
          Re: wx Browser-objekt for python on Linux

          Hi Spooky,

          Try looking at the wx.HtmlWindow demo - it is cross platform and is
          pretty capable.

          Thanks,
          Davy Mitchell



          Comment

          • spooky

            #6
            Re: wx Browser-objekt for python on Linux

            Hey,
            Try looking at the wx.HtmlWindow demo
            Thank you...I know wx.HtmlWindow but that object can not parse
            Javascript code :((

            I need a cross-platform object that can parse js-scripts :(

            Can someone help me??

            Bye,

            Spooky

            Comment

            • Nigel Rowe

              #7
              Re: wx Browser-objekt for python on Linux

              spooky wrote:
              Hey,
              >
              >Try looking at the wx.HtmlWindow demo
              >
              Thank you...I know wx.HtmlWindow but that object can not parse
              Javascript code :((
              >
              I need a cross-platform object that can parse js-scripts :(
              >
              Can someone help me??
              >
              Bye,
              >
              Spooky
              http://wxmozilla.sourceforge.net/ exists to embed mozilla in wxwindows,
              but I have no idea how well it does it, nor its current status.


              --
              Nigel Rowe
              A pox upon the spammers that make me write my address like..
              rho (snail) swiftdsl (stop) com (stop) au

              Comment

              Working...