On Tuesday, 5 November 2019 19:37:32 UTC+1, Karsten Hilbert  wrote:
> > I want to execute at least two python files at once when imported but I 
> > dont know how to do this.
> > Currently I can only import each file one after another but what i want is 
> > each file to be imported
> > at the same time.
> 
> Can you explain why that seems necessary ?
> 
> Karsten

These are modules/files which are independent of each other and have no 
dependencies with one another. Because of this I want to run modules all at 
once.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to