Re: file location/directory

2021-03-14 Thread dn via Python-list
On 15/03/2021 07.44, Quentin Bock wrote: > how can I change the path that python takes to run certain files, I'm > starting to create game and I want those in separate folders, so how can I > change it so that python runs the program with the files from that folder? Perhaps I'm confused: a) are w

file location/directory

2021-03-14 Thread Quentin Bock
how can I change the path that python takes to run certain files, I'm starting to create game and I want those in separate folders, so how can I change it so that python runs the program with the files from that folder?

Re: PYTHONBREAKPOINT=remote_pdb.set_trace

2021-03-14 Thread Haroldo Stenger
hi again Now I've found about "RemotePDB Client", which reconnects aturomatically. That helps. Alas, I've seen taht typing 'cont' or 'continue' stalls the session. But Typing just 'c' works. Just to mention since haven't seen it mentioned anywhere. best Haroldo El Sunday, March 14, 2021 a