Re: How to run/debug a script file its name has characters such as space, (, etc.

2018-10-12 Thread Chris Angelico
On Fri, Oct 12, 2018 at 9:16 PM wrote: > > Chris Angelico於 2018年10月12日星期五 UTC+8下午4時39分37秒寫道: > > On Fri, Oct 12, 2018 at 6:26 PM wrote: > > > > > > I saw a directory where all its filenames are something like this: > > > ... > > > 1a PSG (Entry and PopUp).py > > > 1b PSG (Format).py > > > 1c PSG

Re: How to run/debug a script file its name has characters such as space, (, etc.

2018-10-12 Thread jfong
Chris Angelico於 2018年10月12日星期五 UTC+8下午4時39分37秒寫道: > On Fri, Oct 12, 2018 at 6:26 PM wrote: > > > > I saw a directory where all its filenames are something like this: > > ... > > 1a PSG (Entry and PopUp).py > > 1b PSG (Format).py > > 1c PSG (persistent form and bind key).py > > ... > > > > Just won

Re: How to run/debug a script file its name has characters such as space, (, etc.

2018-10-12 Thread Chris Angelico
On Fri, Oct 12, 2018 at 6:26 PM wrote: > > I saw a directory where all its filenames are something like this: > ... > 1a PSG (Entry and PopUp).py > 1b PSG (Format).py > 1c PSG (persistent form and bind key).py > ... > > Just wondering how these file can run and debugged under Windows? > Put the f

How to run/debug a script file its name has characters such as space, (, etc.

2018-10-12 Thread jfong
I saw a directory where all its filenames are something like this: ... 1a PSG (Entry and PopUp).py 1b PSG (Format).py 1c PSG (persistent form and bind key).py ... Just wondering how these file can run and debugged under Windows? --Jach -- https://mail.python.org/mailman/listinfo/python-list