Using WxPython Toolkit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #1

    Using WxPython Toolkit

    Hi ,

    I came to know in some of the document and the link,that creating a UserInterface Widgets using WxPython is more easier than using the Tkinter
    module with Active state or Python.org.

    Could anybody suggest whether I can go with WxPython,for creating the User Interface which is compatibel with WIndows and UNIX OS.

    Thanks in advance
    PSB
  • psbasha
    Contributor
    • Feb 2007
    • 440

    #2
    Originally posted by psbasha
    Hi ,

    I came to know in some of the document and the link,that creating a UserInterface Widgets using WxPython is more easier than using the Tkinter
    module with Active state or Python.org.

    Could anybody suggest whether I can go with WxPython,for creating the User Interface which is compatibel with WIndows and UNIX OS.

    Thanks in advance
    PSB
    How about creating the Exe for the applications developed using the WxPython in Windows and UNIX OS?

    -PSB

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by psbasha
      Hi ,

      I came to know in some of the document and the link,that creating a UserInterface Widgets using WxPython is more easier than using the Tkinter
      module with Active state or Python.org.

      Could anybody suggest whether I can go with WxPython,for creating the User Interface which is compatibel with WIndows and UNIX OS.

      Thanks in advance
      PSB
      Yes, wxPython is the best (in my experience (on windows)). Many are using it on other platforms, as well. You may flatten the learning curve by getting a good GUI generator like Boa Constructor (the one that I use).

      Welcome to the club!

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by psbasha
        How about creating the Exe for the applications developed using the WxPython in Windows and UNIX OS?

        -PSB
        This Thread discusses py2exe on windows. It is very handy because it does all the command-line stuff for you.

        Comment

        • psbasha
          Contributor
          • Feb 2007
          • 440

          #5
          Originally posted by bartonc
          This Thread discusses py2exe on windows. It is very handy because it does all the command-line stuff for you.
          How about for UNIX OS support?.

          Comment

          • Smygis
            New Member
            • Jun 2007
            • 126

            #6
            Originally posted by psbasha
            How about for UNIX OS support?.
            As long as you dont use windows specific services and calls. It will run on almost any platform.

            I like wxGlade as GUI designer.

            Comment

            • psbasha
              Contributor
              • Feb 2007
              • 440

              #7
              Originally posted by Smygis
              As long as you dont use windows specific services and calls. It will run on almost any platform.

              I like wxGlade as GUI designer.
              Have you tried to execute the application in both the OS
              - PSB

              Comment

              Working...