How to exctract title of links

2005-04-26 Thread raver2046
here i have a link a href=http://raver2046.ath.cx/CV/;cv network admin/a how to extract cv network admin here is the code i have find to exctract link but not title of link import htmllib, formatter, urllib class x(htmllib.HTMLParser): def dump(self, tag

Re: How to execute a cmd line program without invoking console window?

2005-03-29 Thread raver2046
Or launch it with pythonw.exe ( on windows ) Sorcier glouton http://sorcier-glouton.ath.cx rbt [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Tian wrote: In Windows, I have been simply using os.system() to run command line program in python. but there will be a black

global var

2005-02-17 Thread raver2046
hello, How to have a global var in python ? thank you. raver2046 http://raver2046.ath.cx -- http://mail.python.org/mailman/listinfo/python-list

how to import a .py in a parent directory ?

2005-02-15 Thread raver2046
hello, I know to import a .py in a subdirectory is : . (dot) but what is the statment for parent directory ? thank you. olivier noblanc http://www.logiciel-erp.fr -- http://mail.python.org/mailman/listinfo/python-list