The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Python Programming
|
nOOb: GUI enviroment to program python appz
Discuss nOOb: GUI enviroment to program python appz in the Python Programming forum on Dev Shed. nOOb: GUI enviroment to program python appz Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

March 26th, 2004, 11:00 AM
|
|
Contributing User
|
|
Join Date: Jan 2004
Posts: 116
Time spent in forums: 8 h 58 m 33 sec
Reputation Power: 10
|
|
|
nOOb: GUI enviroment to program python appz
I have tried all kinds of ways to find out if there is a program
out there that allows you to program python in an enviroment kinda like visual basic. Does anyone know if this can be done and where I can get such a thing.
ps. im using windows..
tnx
|

March 26th, 2004, 11:07 AM
|
|
Contributing User
|
|
Join Date: May 2003
Location: Norway
Posts: 41
Time spent in forums: 3 h 52 m 22 sec
Reputation Power: 11
|
|
Boa Constructor?
Haven't tried it or Visual Basic though, so I might be off.
|

March 26th, 2004, 11:09 AM
|
|
Contributing User
|
|
Join Date: Jan 2004
Posts: 116
Time spent in forums: 8 h 58 m 33 sec
Reputation Power: 10
|
|
Do u mean that python can be integrated with vb?
As for boa constructor I have tried it but theres not much
of a GUI there or Im just plain stupid 
|

March 26th, 2004, 11:37 AM
|
|
Contributing User
|
|
Join Date: May 2003
Location: Norway
Posts: 41
Time spent in forums: 3 h 52 m 22 sec
Reputation Power: 11
|
|
|
I meant that I have never programmed a line of Visual Basic so I don't really know what the VB programming environment looks like. Just imagined it would be close to Boa Constructor.
|

March 26th, 2004, 03:45 PM
|
 |
Contributing User
|
|
Join Date: Jan 2004
Posts: 103
Time spent in forums: 3 Days 1 h 17 m 20 sec
Reputation Power: 10
|
|
If you're asking if you can make GUI's in python,then yes its possible with Tkinter or WxPython.Either of these will allow you to make GUI's for your python code.
If you're asking for something to convert VB code into Python code(or vice versa) then maybe VB2PY or VB2PYGUI might help.I haven't used either,so I couldn't tell ya how well they work,if at all.I'm no expert,but I would imagine this is probably as close you will get to integrating the 2 languages,since they are so different.Again, I'M A NOOB,so I could be wrong...
__________________
It is not important if the glass is half full or half empty.What is important,is who has been drinking from MY glass?!?!?
|

March 26th, 2004, 06:39 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
Probably the closest your going to get to the VB environment (which addmitadly i havn't used either) is the pyQT toolkits designer although this isn't free anymore where wxPython and Tk are.
http://www.riverbankcomputing.co.uk/pyqt/
Hope this helps,
Mark.
__________________
programming language development: www.netytan.com – Hula
|

March 27th, 2004, 05:53 AM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: London, England
|
|
Quote: | Originally Posted by bogaa Do u mean that python can be integrated with vb? |
You can create COM components with Python that can be called from VB. This enables you to create GUIs using VB and do all the real work in Python. Creating COM components is a fairly advanced topic though - if you plan on taking this route I recommend the book 'Python Programming on Win32' by Hammond and Robinson.
Quote: | Originally Posted by bogaa As for boa constructor I have tried it but theres not much
of a GUI there or Im just plain stupid  |
What do you mean by 'not much of a GUI'? There is a text editor, debugger and a GUI builder/property editor that lets you do pretty much all the things you can do in VB. There is even support for the BicycleRepairman code refactorer. Did you work through the tutorial? If you are going to use Boa Constructor you really need to get the latest version from Sourceforge CVS, since the released bundles are way out of date. It is also still very much a work in progress so there are some rough edges and parts of it are poorly documented, if at all.
There are several other GUI builders/IDEs for Python, including commercial ones such as wxDesigner, and free ones such as wxGlade.
Dave - The Developers' Coach
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|