Re: [Tutor] EXE Problem

2013-06-23 Thread Lukas Nemec
Do Win+R type: cmd hit enter. in the opened cmd write cd C:/where/you/have/the/exe (you can move it to C: for simplicity) and run it from there it will not close this time, and you can see the debugging info. Enjoy. On 06/19/2013 08:50 AM, Jack Little wrote: I compiled a program in

Re: [Tutor] EXE Problem

2013-06-22 Thread eryksun
On Wed, Jun 19, 2013 at 6:58 PM, Alan Gauld alan.ga...@btinternet.com wrote: On 19/06/13 17:41, Jim Mooney wrote: you should use forward slashes. I have no idea why Bill Gates thought backslashes were kewl Because MS DOS was copying CP/M which didn't have directory paths (it was used with

Re: [Tutor] EXE Problem

2013-06-22 Thread Alan Gauld
On 22/06/13 16:58, eryksun wrote: In contrast, DIR on CP/M used options in square brackets, such as the following example: DIR [DRIVE=B,USER=ALL,EXCLUDE,NOSORT] *.DAT You are right, CP/M did use square brackets for flags, I'd forgotten those. But it did have some / switches too. (or at

[Tutor] EXE Problem

2013-06-19 Thread Jack Little
I compiled a program in python, but the second I open it, there is a flash of the error, but then the cmd window closes. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] EXE Problem

2013-06-19 Thread Dave Angel
On 06/19/2013 02:50 AM, Jack Little wrote: I compiled a program in python, but the second I open it, there is a flash of the error, but then the cmd window closes. It compiles when you run it, so it's not clear what extra step you're describing here. Quite a bit of missing information

Re: [Tutor] EXE Problem

2013-06-19 Thread Jim Mooney
On 18 June 2013 23:50, Jack Little jacklittl...@yahoo.com wrote: I compiled a program in python, but the second I open it, there is a flash of the error, but then the cmd window closes. I suspicion someone as new to Python, since I am, who is using Windows and getting the annoying Windows

Re: [Tutor] EXE Problem

2013-06-19 Thread Alan Gauld
On 19/06/13 17:41, Jim Mooney wrote: you should use forward slashes. I have no idea why Bill Gates thought backslashes were kewl Because MS DOS was copying CP/M which didn't have directory paths (it was used with 180K floppy disks that stored everything at the top level) but did have command

Re: [Tutor] EXE Problem

2013-06-19 Thread Dave Angel
On 06/19/2013 06:58 PM, Alan Gauld wrote: On 19/06/13 17:41, Jim Mooney wrote: you should use forward slashes. I have no idea why Bill Gates thought backslashes were kewl Because MS DOS was copying CP/M which didn't have directory paths (it was used with 180K floppy disks that stored

Re: [Tutor] EXE Problem

2013-06-19 Thread Dave Angel
On 06/19/2013 06:58 PM, Alan Gauld wrote: On 19/06/13 17:41, Jim Mooney wrote: you should use forward slashes. I have no idea why Bill Gates thought backslashes were kewl Because MS DOS was copying CP/M which didn't have directory paths (it was used with 180K floppy disks that stored