[Tutor] Please help with beautifulsoup and web scraping

2013-09-24 Thread Kevin Ndung'u
http://stackoverflow.com/q/18974172/2390312
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] How to make a python script run on startup

2013-04-09 Thread Kevin Ndung'u
anybody know how to do this on linux?

On 4/9/13, eryksun eryk...@gmail.com wrote:
 On Tue, Apr 9, 2013 at 5:54 AM, Alexander Mark rhettna...@gmail.com
 wrote:
 There is a startup folder, usually on the start menu, you can add the
 script
 to.

 current user:
 %USERPROFILE%\Start Menu\Programs\Startup

 all users:
 %ALLUSERSPROFILE%\Start Menu\Programs\Startup

 Updating the latter will probably require elevation, which you do via
 ShellExecute with the runas verb, using either pywin32 or ctypes. If
 you don't want a console use the .pyw extension.
 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 http://mail.python.org/mailman/listinfo/tutor

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor