Nufox : Xul + Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • salvatore.didio@wanadoo.fr

    #1

    Nufox : Xul + Python

    Hello,

    You can test Nufox (with Firefox) at :



    Regards

  • salvatore.didio@wanadoo.fr

    #2
    Re: Nufox : Xul + Python

    Oops:



    Comment

    • Lars Heuer

      #3
      Re: Nufox : Xul + Python

      Hi,
      [color=blue]
      > Oops:[/color]
      [color=blue]
      > http://artyprog.noip.org:8080[/color]


      Again Oops: :))



      Best regards,
      Lars
      --


      Comment

      • bearophileHUGS@lycos.com

        #4
        Re: Nufox : Xul + Python

        Nufox seems a really interesting thing (probably it can even be used to
        design GUIs for local desktop apps), but the site seems down at the
        moment.

        Bye,
        bearophile

        Comment

        • Michael

          #5
          Re: Nufox : Xul + Python

          Lars Heuer wrote:[color=blue][color=green]
          >> Oops:[/color]
          >[color=green]
          >> http://artyprog.noip.org:8080[/color]
          >
          >
          > Again Oops: :))
          >
          > http://artyprog.no-ip.org:8080[/color]

          Looks intriguing, but the examples on the site won't work for me. I
          suspect they won't for anyone else either, because the code in the
          webpages appears to try and contact a server in a private address
          space, specifically 192.168.0.40.

          Which is a pity, because it looks interesting :-)

          Regards,


          Michael.

          Comment

          • salvatore.didio@wanadoo.fr

            #6
            Re: Nufox : Xul + Python

            Thank you for testing
            Indeed it is very interesting :-)

            I've had some problems with my ports forwarding and no-ip.org.

            Here is then the new address :



            Regards

            Betwise, I live in France so the site is close when i'am at work

            Comment

            • Oliver Andrich

              #7
              Re: Nufox : Xul + Python

              I would like to test it, but as soon as I try to execute an example my
              browser is guided to connect to 192.168.0.40. First off it is an
              non-routeable address and secondly my own too. :))) May be you have to
              fix your setup another time.

              Best regards,
              Oliver

              2 Oct 2005 03:40:50 -0700, salvatore.didio @wanadoo.fr
              <salvatore.didi o@wanadoo.fr>:[color=blue]
              > Thank you for testing
              > Indeed it is very interesting :-)
              >
              > I've had some problems with my ports forwarding and no-ip.org.
              >
              > Here is then the new address :
              >
              > http://artyprog.dyndns.org:8080
              >
              > Regards
              >
              > Betwise, I live in France so the site is close when i'am at work
              >
              > --
              > http://mail.python.org/mailman/listinfo/python-list
              >[/color]


              --
              Oliver Andrich <oliver.andrich @gmail.com> --- http://roughbook.de/

              Comment

              • salvatore.didio@wanadoo.fr

                #8
                Re: Nufox : Xul + Python

                You are perfectly right ;-)
                And I've been a network technician !!!

                I've modified the address, thank you for testing

                Regards

                Salvatore

                Comment

                • bearophileHUGS@lycos.com

                  #9
                  Re: Nufox : Xul + Python

                  It doesn't work yet, to me...

                  bearophile

                  Comment

                  • Andrew Gwozdziewycz

                    #10
                    Re: Nufox : Xul + Python

                    This looks very cool, and i'm sure it's in early stages of
                    development (it crashed firefox 1.07 on osx). A question or two.
                    In the button click example, when I got there, it said I had clicked
                    17 times, though I had not clicked.
                    Is the application reinitialized on load?
                    Is it just a python cgi or is running on top of some framework like
                    cherryPy?

                    Regards


                    On Oct 2, 2005, at 8:10 AM, salvatore.didio @wanadoo.fr wrote:
                    [color=blue]
                    > You are perfectly right ;-)
                    > And I've been a network technician !!!
                    >
                    > I've modified the address, thank you for testing
                    >
                    > Regards
                    >
                    > Salvatore
                    >
                    > --
                    > http://mail.python.org/mailman/listinfo/python-list
                    >[/color]
                    ---
                    Andrew Gwozdziewycz
                    apgwoz@gmail.co m




                    Comment

                    • Salvatore

                      #11
                      Re: Nufox : Xul + Python

                      As you said this is in early stage 0.1-alpha-alpha :-)
                      I'm not the author of this interesting piece of work it is Tim Stebbing
                      I only wanted to share Tim's work.
                      Don't hesitate to contact him on the nufox mailin list
                      It runs on top of twisted-nevow.
                      Indeed for now the application is not reinitialized on load, but those
                      are
                      simple examples and there is not yet 'session object'

                      Regards

                      Comment

                      Working...