Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for NetByte

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

Member Avatar for snippsat
-1
1K
Member Avatar for LarZ
Member Avatar for 1337455 10534
0
116
Member Avatar for azadder

You could probably use GetInsertionPoint, along with GetRange, eg [code=python]line_number = len( self.editor.GetRange( 0, self.editor.GetInsertionPoint() ).split("\n") )[/code]

Member Avatar for azadder
0
867
Member Avatar for JabaPyth

For the Tkinter Text widget, is there a way to assign the selected text to a new tag?(other than 'sel',which changes)

Member Avatar for Ene Uran
0
124

The End.