|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
How can I open the py file in design mode?
I want to open my py file in design mode(GUI),not code mode,so I can design the program layout.Is there a feature in Python?Also,I made some changes in .py files,then did py2exe,but when I run the .exe file,all my changes did not work.
Thanks a lot. Last edited by shiyu : October 19th, 2003 at 10:14 PM. |
|
#2
|
||||
|
||||
|
As far as i know there isn't a feature like that built-in to Python.. you have Boa and Pycard are two apps which let you do this kind of thing but it kinda bepends on the toolkit your using..
With pyQT you get the designer along with it, if your wanting this kind of tool then id sugest you go with that; since i've never got the two programs above working for me.. yet ![]() But check them out by all means: http://boa-constructor.sourceforge.net/ http://pythoncard.sourceforge.net/ http://www.riverbankcomputing.co.uk/pyqt/index.php Mark. |
|
#3
|
|||
|
|||
|
Thank you for your info.i will try boa.
|
|
#4
|
|||
|
|||
|
Re: How can I open the py file in design mode?
Quote:
|
|
#5
|
||||
|
||||
|
If you've used/seen visual basic you should know what were talking about here
.. "design mode" (as we're calling it here) is a much more graphical way to design your GUI, so instead of writing you're GUI inside a text editor you just drag and drop the widgets around with your mouse ![]() Mark. |
|
#6
|
|||
|
|||
|
Aaah, so its not program "logic" layout that he's talking about but the controls and widgets that comprise the user interface.
In Visual Basic, when I'm in the "design" mode, I'm doing several things. One is of course the layout of controls on forms or frames. The other is laying out program logic, building classes, modules and filling in the code that responds to events. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > How can I open the py file in design mode? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|