0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: There is a cheater way. You [I]need[/I] to (this is very important): cd into your idlelib directory run: [I]python PyShell.py[/I] It raises an error if you havnt [I]cd[/I]-d into idlelib | |
Re: a few helpful libraries are: urllib, htmllib, urllib2, cookielib | |
Re: You could probably use GetInsertionPoint, along with GetRange, eg [code=python]line_number = len( self.editor.GetRange( 0, self.editor.GetInsertionPoint() ).split("\n") )[/code] | |
For the Tkinter Text widget, is there a way to assign the selected text to a new tag?(other than 'sel',which changes) |
The End.