wxPython Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • diffuser78@gmail.com

    #1

    wxPython Question

    I am learning wxPython for one of my projects.

    I was wondering if there is drag and drop in any Python IDE like there
    is Visual Basic where you select an object like command_button and put
    onto the frame. Is there any help to make life easier in Python.

    Every help is greatly appreciated,

  • RunLevelZero

    #2
    Re: wxPython Question

    I think you are looking for a drag and drop GUI builder? If so then
    http://wxglade.sourceforge.net/ -- wxglade is what you need. There are
    some others but this is what I prefer myself.

    Comment

    • diffuser78@gmail.com

      #3
      Re: wxPython Question

      Can we download wxPython doc as an offline folder because if I dont
      have internet its difficult to have the access to all the docs.

      Comment

      • RunLevelZero

        #4
        Re: wxPython Question

        Well you will need to download the " docs demos and tools " and that
        contains a windows help file that is easily searchable. If you run
        Linux there is a Gnome tool to run the help file in Linux if you so
        wish.

        Comment

        • diffuser78@gmail.com

          #5
          Re: wxPython Question

          Thanks, I use Ubuntu Linux and there is tool called xchm which lets you
          do that.


          RunLevelZero wrote:[color=blue]
          > Well you will need to download the " docs demos and tools " and that
          > contains a windows help file that is easily searchable. If you run
          > Linux there is a Gnome tool to run the help file in Linux if you so
          > wish.[/color]

          Comment

          Working...