[wxPython-users] Web based applications are possible with wxPython?

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

    #1

    [wxPython-users] Web based applications are possible with wxPython?

    Hi,


    I am reading some essays --http://www.paulgraham. com/avg.html "Beating
    the averages"-- and i am very interested in the web-based
    applications.

    I want to take the advantages having the application on a server. Is
    easy to update, maintain, etc...

    My questions is

    Can i have a wxPython GUI app available on a web browser?

    I founded some doc on the www but the most refers to GUI wrote in
    java script and tool kits relates with java. Some java script samples
    are interesting but is not what i am looking for.


    There is a way for having wxpython frames, dialogs etc on a web browser?

    If not, can you suggest me any kind oh method for have something similar?


    Thanks.
  • Grant Edwards

    #2
    Re: [wxPython-users] Web based applications are possible with wxPython?

    On 2005-10-18, Ruben Charles <rubencharles@g mail.com> wrote:
    [color=blue]
    > Can i have a wxPython GUI app available on a web browser?[/color]

    I don't believe so. I think it would be icnredibly difficult
    to map a web API into wxWidgets API.
    [color=blue]
    > If not, can you suggest me any kind oh method for have something similar?[/color]

    I haven't tried it, but this looks sort of cool:





    --
    Grant Edwards grante Yow! HELLO, little boys!
    at Gimme a MINT TULIP!! Let's
    visi.com do the BOSSA NOVA!!

    Comment

    • Brett Hoerner

      #3
      Re: Web based applications are possible with wxPython?

      I don't think this is possible, unless I am grossly misunderstandin g.

      For the web, pretty much every "UI" is build with some variation of
      HTML (XHTML is the new standard) with JavaScript thrown in for fancy
      GUI-like interfaces.

      You can't use OS-native widgets in the web browser, no.

      Comment

      • Eli Criffield

        #4
        Re: Web based applications are possible with wxPython?

        Remote access, remote control, secure remote access, remote desktop, remote access management, thin client, Linux Terminal Server, Network Computing, server-based computing, VNC, RDP, X11, NX, FreeNX, X-Window, X-Window System, X Protocol, X11 Protocol, X protocol Compression, VDI, Linux virtual desktop, desktop virtualization, application delivery, hosted desktop deployment, virtual desktop delivery, software as a service


        While not exacly what your talking about, its about as close as i can
        think of. This allows you to run any X applications inside a web
        browser.

        Eli

        Comment

        • Alex Stapleton

          #5
          Re: Web based applications are possible with wxPython?

          Looks shockingly like yet another Java VNC client to me.

          On 18 Oct 2005, at 21:16, Eli Criffield wrote:
          [color=blue]
          > http://www.nomachine.com/companion_screenshots.php
          >
          > While not exacly what your talking about, its about as close as i can
          > think of. This allows you to run any X applications inside a web
          > browser.
          >
          > Eli
          >
          > --
          > http://mail.python.org/mailman/listinfo/python-list
          >[/color]

          Comment

          • Eli Criffield

            #6
            Re: Web based applications are possible with wxPython?

            not quite but close, NX is a compression protical for the X protical,
            so its a lot more like a java X client then a java VNC client.

            Eli

            Comment

            • Michael Ströder

              #7
              Re: Web based applications are possible with wxPython?

              HI!

              Shameless plug:
              I'm looking for the opposite way. I'd like to run a web application
              within a pseudo-browser in wxPython without the need to start a web
              server. Is that possible with a thin wrapper?

              Ciao, Michael.

              Comment

              Working...