This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shlomif
Recipients shlomif
Date 2015-08-29.15:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440863094.43.0.957124241662.issue24957@psf.upfronthosting.co.za>
In-reply-to
Content
I tried Ctrl+C, Ctrl+D, "quit" and "exit", and "q" - nothing exits from the infinite prompt loop.

shlomif@telaviv1:~/Docs/homepage/homepage/trunk$ cd /home/shlomif/progs/riddles/project-euler/hg/project-euler/234
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ ls
brute-force.pl   euler-234-description.txt   euler-234-v1.py
brute-force.pl~  euler-234-description.txt~  euler-234-v1.py~
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ python3 euler-234-v1.py 
  File "euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ python3 -mpdb euler-234-v1.py 1000
Traceback (most recent call last):
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript
    self.run(statement)
  File "/usr/lib64/python3.4/bdb.py", line 431, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
> <string>(1)<module>()
(Pdb) 
(Pdb) exit
Post mortem debugger finished. The euler-234-v1.py will be restarted
Traceback (most recent call last):
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript
    self.run(statement)
  File "/usr/lib64/python3.4/bdb.py", line 431, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21                                                                
    print "Found[] = ", n                                                       
                     ^                                                          
SyntaxError: Missing parentheses in call to 'print'                             
Uncaught exception. Entering post mortem debugging                              
Running 'cont' or 'step' will restart the program                               
> <string>(1)<module>()                                                         
(Pdb) quit                                                                      
Post mortem debugger finished. The euler-234-v1.py will be restarted            
Traceback (most recent call last):                                              
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main                        
    pdb._runscript(mainpyfile)                                                  
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript                  
    self.run(statement)                                                         
  File "/usr/lib64/python3.4/bdb.py", line 431, in run                          
    exec(cmd, globals, locals)                                                  
  File "<string>", line 1, in <module>                                          
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
> <string>(1)<module>()
(Pdb) 
Post mortem debugger finished. The euler-234-v1.py will be restarted
Traceback (most recent call last):
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript
    self.run(statement)
  File "/usr/lib64/python3.4/bdb.py", line 431, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
> <string>(1)<module>()
(Pdb) --KeyboardInterrupt--
(Pdb) --KeyboardInterrupt--
(Pdb) exit
Post mortem debugger finished. The euler-234-v1.py will be restarted
Traceback (most recent call last):
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript
    self.run(statement)
  File "/usr/lib64/python3.4/bdb.py", line 431, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
> <string>(1)<module>()
(Pdb) quit
Post mortem debugger finished. The euler-234-v1.py will be restarted
Traceback (most recent call last):
  File "/usr/lib64/python3.4/pdb.py", line 1661, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib64/python3.4/pdb.py", line 1542, in _runscript
    self.run(statement)
  File "/usr/lib64/python3.4/bdb.py", line 431, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/home/shlomif/progs/riddles/project-euler/hg/project-euler/234/euler-234-v1.py", line 21
    print "Found[] = ", n
                     ^
SyntaxError: Missing parentheses in call to 'print'
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
> <string>(1)<module>()
(Pdb) 
[1]+  Stopped                 python3 -mpdb euler-234-v1.py 1000
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ kill %1

[1]+  Stopped                 python3 -mpdb euler-234-v1.py 1000
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ 
[1]+  Terminated              python3 -mpdb euler-234-v1.py 1000
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ 
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ 
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$ jobs
shlomif@telaviv1:~/progs/riddles/project-euler/hg/project-euler/234$
History
Date User Action Args
2015-08-29 15:44:54shlomifsetrecipients: + shlomif
2015-08-29 15:44:54shlomifsetmessageid: <1440863094.43.0.957124241662.issue24957@psf.upfronthosting.co.za>
2015-08-29 15:44:54shlomiflinkissue24957 messages
2015-08-29 15:44:53shlomifcreate