Web interface GUI??

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

    #1

    Web interface GUI??

    I am a newbye. I am looking for a multi-platform user interface solution
    (windows, linux).
    Untill now, I used wxPython which worked fine at the beginning (MDK9,
    Windows NT4). Nevertheless, I was very disapointed when I noticed that my
    applications did not work with recent linux distributions (MDK10.1, FC3).
    This was because of the wxPython version...and it seemed to be very
    difficult to come back to an older wxPython version with these new
    distributions, because of dependencies problems.
    So I am looking for another solution with a web interface that should work
    with linux and windows XP.
    I had a look to zope but was afraid with the complexity and debug
    difficulties.
    Are there some other solutions?

  • Irmen de Jong

    #2
    Re: Web interface GUI??

    Luc wrote:
    [color=blue]
    > So I am looking for another solution with a web interface that should work
    > with linux and windows XP.
    > I had a look to zope but was afraid with the complexity and debug
    > difficulties.
    > Are there some other solutions?[/color]

    Yes. A lot: http://www.python.org/moin/WebProgramming
    I know someone who successfully created a web application
    that runs from CD-ROM, using Snakelets. So you may want
    to have a look at that one first, because this is quite
    similar to what you want to do, right?
    Then again I'm biased ofcourse.
    Just have a quick look at the available libraries and
    decide which one fits your needs most.

    --Irmen

    Comment

    • Luc

      #3
      Re: Web interface GUI??

      Irmen de Jong a écrit:
      [color=blue]
      > Luc wrote:
      >[color=green]
      >> So I am looking for another solution with a web interface that should
      >> work with linux and windows XP.
      >> I had a look to zope but was afraid with the complexity and debug
      >> difficulties.
      >> Are there some other solutions?[/color]
      >
      > Yes. A lot: http://www.python.org/moin/WebProgramming
      > I know someone who successfully created a web application
      > that runs from CD-ROM, using Snakelets. So you may want
      > to have a look at that one first, because this is quite
      > similar to what you want to do, right?
      > Then again I'm biased ofcourse.
      > Just have a quick look at the available libraries and
      > decide which one fits your needs most.
      >
      > --Irmen[/color]
      Thanks. It seems to be a good starting point

      Comment

      Working...