Showing results 1 to 5 of 5
Search took 0.01 seconds.
Posts Made By: JabaPyth
Forum: Python Dec 10th, 2007
Replies: 3
Views: 2,965
Posted By JabaPyth
Re: Python web browser automation

a few helpful libraries are: urllib, htmllib, urllib2, cookielib
Forum: Python Dec 10th, 2007
Replies: 2
Views: 1,986
Posted By JabaPyth
Re: wxpython textctrl: getting line number

You could probably use GetInsertionPoint, along with GetRange, eg
line_number = len( self.editor.GetRange( 0, self.editor.GetInsertionPoint() ).split("\n") )
Forum: Python Mar 2nd, 2006
Replies: 3
Views: 2,053
Posted By JabaPyth
Re: Tkinter Text tags

Sorry, i've solved it on my own. In the tkinter text widget, tags are used for formatting:
Text.add_tag(name='myTag',start=1.0,stop=END,font='ariel 20')

Thanks anyway! :cheesy: :mrgreen:
Forum: Python Mar 1st, 2006
Replies: 3
Views: 2,053
Posted By JabaPyth
Tkinter Text tags

For the Tkinter Text widget, is there a way to assign the selected text to a new tag?(other than 'sel',which changes)
Forum: Python Mar 1st, 2006
Replies: 3
Views: 6,290
Posted By JabaPyth
Solution Re: How to run IDLE in linux?

There is a cheater way. You need to (this is very important):

cd into your idlelib directory
run: python PyShell.py

It raises an error if you havnt cd-d into idlelib
Showing results 1 to 5 of 5

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 2:51 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC