Better use the subprocess module. Particularly the Popen class.
On Sun, Oct 13, 2013 at 10:18 PM, Ryan Cushman <[email protected]> wrote: > You could always os.system a shell script > On Oct 13, 2013 1:37 PM, "Paul Coones" <[email protected]> wrote: > >> I need to run a python script with Python Launcher, from another script >> which is being run within Blender. >> Is that possible? >> >> Paul Coones >> [email protected] >> >> >> >> _______________________________________________ >> Bf-python mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-python >> > > _______________________________________________ > Bf-python mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-python > >
_______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
