Message9985
 
            
            
            
 
   
   
 
 
  
      So the relevant line of code is the subprocess.call in https://github.com/jythontools/jython/blob/master/src/shell/jython.py#L435:
            try:
                result = subprocess.call(command)
                if args.help:
                    print_help()
            except KeyboardInterrupt:
                pass
This should be more robust, catching any runtime error and re-wrapping. One possibility is for it to attempt diagnosis: is java/jdb available? Were there other issues that were raised?
Clearly you have Java installed somewhere to do the installation, but you may have to fix up with JAVA_HOME in this particular case. | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2015-04-29 14:59:33 | zyasoft | set | messageid: <1430319573.44.0.0308370825798.issue2346@psf.upfronthosting.co.za> |  
| 2015-04-29 14:59:33 | zyasoft | set | recipients:
  + zyasoft, adamburke |  
| 2015-04-29 14:59:33 | zyasoft | link | issue2346 messages |  
| 2015-04-29 14:59:32 | zyasoft | create |  |  
 
 
 |