Discussion:
[Bf-python] Run a script with Python Launcher from another script?
Paul Coones
2013-10-13 20:36:47 UTC
Permalink
I need to run a python script with Python Launcher, from another script which is being run within Blender.
Is that possible?

Paul Coones
paulcoones at comcast.net
Ryan Cushman
2013-10-13 21:18:52 UTC
Permalink
You could always os.system a shell script
Post by Paul Coones
I need to run a python script with Python Launcher, from another script
which is being run within Blender.
Is that possible?
Paul Coones
paulcoones at comcast.net
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-python/attachments/20131013/015851c7/attachment.htm
Daniel Monteiro Basso
2013-10-13 21:57:30 UTC
Permalink
Better use the subprocess module. Particularly the Popen class.
Post by Ryan Cushman
You could always os.system a shell script
Post by Paul Coones
I need to run a python script with Python Launcher, from another script
which is being run within Blender.
Is that possible?
Paul Coones
paulcoones at comcast.net
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://lists.blender.org/mailman/listinfo/bf-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-python/attachments/20131013/311b54f8/attachment.htm
Loading...