So sind wir - plattformübergreifend, bis der Stuhl wackelt ;-)
[Python Cookbook] Cross-platform startfile and mailto functions «This recipe provides a couple of cross-platform utility functions, 'open' and 'mailto', for opening files and URLs in the registered default application and for sending e-mails using the user's preferred composer. The python standard library already provides the os.startfie function that allows the user to open a generic file in the associated application but it only works on Windows. The 'webbrowser' module is cross-platform but only handles a specific kind of application, the web browser, and it is useless if one wants to open e.g. a source code python file in the user's preferred text editor. The 'open' function simply opens the file or URL passed as parameter in the system registered application. The 'mailto' function starts the user's preferred e-mail composer and pre-fills the 'to', 'cc','bcc' and 'subject' headers if corresponding parameters are provided. It also handles parameters for the message body and for attachments.»
Fri, 13 Apr 2007 07:11:00 -0000
http://www.pythonware.com/daily/rss2.xml
[ Verweis - Nachrichtenkanal ]
http://www.pythonware.com/daily/#entry1339576648885884089
[ Verweis - Eintrag ]