Forum: Poser Python Scripting


Subject: os.startfile

Naylin opened this issue on Feb 01, 2007 ยท 12 posts


adp001 posted Thu, 01 February 2007 at 1:44 PM

This is Windows only (see the Python documentation at http://www.python.org).

Other systems may not allow something like this (for security reasons).
If you know whitch program should handle your datafile, perhaps you can use a system call to exec the application.

If you want to show something that a webbrowser can handle, look into the Python docu. There is a "webbrowser" module that runs on any OS where Python is available.