Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 19 results for
pyeditor
- Page 1
PyEditor1.2
Programming
Software Development
10 Years Ago
by DragonMastur
This is a
PyEditor
I made because I couldn't get a IDLE working on windows 95.
Re: PyEditor1.6
Programming
Software Development
9 Years Ago
by DragonMastur
…self, str): varlist = [str.split(" ")] mendList(varlist) class
PyEditor
: def doNew(self): self.askRoot = Tk() self.askRoot.geometry("…;, "BoldWrite") if __name__ == "__main__": app =
PyEditor
() app.root.mainloop() print("Good bey. See you soon…
Re: Python ideas.
Programming
Software Development
10 Years Ago
by DragonMastur
… as tk_Dialog from Stringl0 import Stringl0 import os recents = [] class
PyEditor
: def doNew(self): self.text.delete(0.0,END) def….text.pack(expand=YES,fill=BOTH) if __name__ == '__main__': app =
PyEditor
() app.root.mainloop()
Re: As a beginner, what IDE should I use?
Programming
Software Development
10 Years Ago
by DragonMastur
…import tkFileDialog as tk_FileDialog from Stringl0 import Stringl0 recents = [] class
PyEditor
: def doNew(self): self.text.delete(0.0,END) def….pack(expand=YES,fill=BOTH) if __name__ == '__main__': app =
PyEditor
() app.root.mainloop()
Re: With - Creating Read
Programming
Software Development
10 Years Ago
by DragonMastur
I made a
PyEditor
so here are a few of the lines from it: …
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by TrustyTony
Despite the imports, the raw_input will not work in Python3. You must do assignment and decide which meaning to use. I normally assign raw_input to input in Python2.
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by Gribouillis
Are you really running *windows 95* ? I thought it died more than 15 years ago. You could perhaps rewrite the editor for python 1.5 (which was a very good version of python).
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by HiHe
The start of a more elaborate editor using the PySide/PyQt GUI toolkit: https://www.daniweb.com/software-development/python/threads/32007/projects-for-the-beginner/14#post1840298
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by Tcll
get off his butt grib, I have a good reason for using WinXP. Win95 isn't too far behind it, and really, is a fun OS to play with. in any case, it's good to see programmers still working with outdated OS's. :) (sometimes you need to take a huge step back in order to make a leaping jump forward) though I refuse to develop on any newer RAT-ware OS (…
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by bumsfeld
Windows 95 was released on August 24, 1995 As far as computing is concerned this is really, really old! I can't believe that there are many machines left out there. Maybe in some museum basement.
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by Tcll
is it safe to mention I have a Celeron (Pentium II) 400MHz 384MB RAM (512MB (256MB*2) max (won't boot with higher)) which I've installed XP on for use with fixing my secondary and backup compys. my primary and laptop are SATA. let's see 7 or 8 operate on 384MB >:D my backup compy is a Pentium III (800MHz or 1.8GHz /forgets easily) 1GB RAM (…
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by megaflo
There is a missing single quote around Ctrl+N on line 63. It's hard to run code with a syntax error :)
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by vegaseat
megaflo found an error on line 63 I took the time to correct it thanks megaflo
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by sneekula
There is also an error in line 12. Since you are not running Python3 but Python2 tkinter should be Tkinter
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by fonzali
when I ran the program I found several mistakes : first I commented out line 10 second:line 14 should be StringIO not String10 third:in line 58, with should be width forth: line 65 file.add_command should be filemenu.add_command fifth: line 73 should be : editmenu=Menu(filemenu,tearoff=0) after fixing all that , it worked fine
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by DragonMastur
I have done a lot of work on it and have a 1.5.8 version of it. Unfortunitly I got mad at the computer and took it apart. So I still haave it on a drive but no machine. I am useing a raspberrie pi right now.
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by Tcll
> Unfortunitly I got mad at the computer and took it apart. So I still haave it on a drive but no machine. I am useing a raspberrie pi right now. ROFL been there and done that many times XD I even drop-kicked one of them and cracked the MBd in half for turning my full 160GB HDD RAW (my very first RAW HDD).
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by vegaseat
The Raspberry Pi has Python and Tkinter on it, so give it a try! Of course the Raspberry Pi comes with Idle/Idle3 and a nice general editor called Leafpad.
Re: PyEditor1.2
Programming
Software Development
10 Years Ago
by DragonMastur
vegaseat I tryed to but it didn't work I dont know whats wrong. But Thanks anyway Everyone.
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC