Re: [Tutor] Asking about Run python script at Startup

2017-04-04 Thread Alex Kleider
On 2017-04-02 21:34, Quang nguyen wrote: Hi guys, I do not know how to run my python 3 script after my PI2 finished startup. Have you looked here? : http://raspberrypi.stackexchange.com/questions/8734/execute-script-on-start-up ___ Tutor maillist

Re: [Tutor] Asking about Run python script at Startup

2017-04-03 Thread Mats Wichmann
On 04/03/2017 04:20 AM, Alan Gauld via Tutor wrote: > On 03/04/17 05:34, Quang nguyen wrote: > >> I do not know how to run my python 3 script after my PI2 finished startup. > > This might be a better question for a PI forum since it doesn't > seem to have anything directly to do with Python. > >

Re: [Tutor] Asking about Run python script at Startup

2017-04-03 Thread Alan Gauld via Tutor
On 03/04/17 05:34, Quang nguyen wrote: > I do not know how to run my python 3 script after my PI2 finished startup. This might be a better question for a PI forum since it doesn't seem to have anything directly to do with Python. > the easy way to run at startup with escape plan?. You will nee

[Tutor] Asking about Run python script at Startup

2017-04-03 Thread Quang nguyen
Hi guys, I do not know how to run my python 3 script after my PI2 finished startup. I searched about it on some websites, and I feel so confused. Anyone know the easy way to run at startup with escape plan?. I am afraid that it will be a looping trap if I do not have escape plan :) Thank you ___