[Bf-python] Run a script with Python Launcher from another script?

Daniel Monteiro Basso danielmbasso at gmail.com
Sun Oct 13 23:57:30 CEST 2013


Better use the subprocess module. Particularly the Popen class.


On Sun, Oct 13, 2013 at 10:18 PM, Ryan Cushman <mp3man4 at gmail.com> wrote:

> You could always os.system a shell script
> On Oct 13, 2013 1:37 PM, "Paul Coones" <paulcoones at comcast.net> 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
>> 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.html>


More information about the Bf-python mailing list