i want to create an editor GUI in wxpython with all the menu bar options and other things.kindly let me know if something similar has already been done or not if yes please let me know some of the dummy example so i can get an idea how to start it

i am attaching the screen shot of the editor that has been already developed in C#.

your help will be highly appreciated.
Regards.

Recommended Answers

All 3 Replies

Your picture looks more like a spreadsheet. Several good Python editors have been written with wxPython and you can look at the source code. One of them is part of the DrPython IDE, see ...
http://drpython.sourceforge.net/

i have tried drpython.but when i install it the wxpython demos dont run.but when i use the editor named active python it runs the demo codes given in the wxpython demo library..but when i try to close the output it gives me an error and close the system...now dont know what should i do which editor i should use..??

i have tried drpython.but when i install it the wxpython demos dont run.but when i use the editor named active python it runs the demo codes given in the wxpython demo library..but when i try to close the output it gives me an error and close the system...now dont know what should i do which editor i should use..??

To shed some light on this extra problem, we need to know your OS and the version of Python you are using.

On your original question, you can check this code of a simple wxPython text editor at ...
http://www.daniweb.com/forums/post1089992.html#post1089992

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.