mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	print stdout as well
This commit is contained in:
		
							parent
							
								
									8a061218ee
								
							
						
					
					
						commit
						0c97af69bf
					
				| 
						 | 
				
			
			@ -39,7 +39,10 @@ def run_script(params):
 | 
			
		|||
                                )
 | 
			
		||||
        (trace, stderr) = proc.communicate()
 | 
			
		||||
        status = proc.returncode
 | 
			
		||||
        print("-- stderr --")
 | 
			
		||||
        print(stderr)
 | 
			
		||||
        print("-- stdout --")
 | 
			
		||||
        print(trace)
 | 
			
		||||
        print("Done with %s: %s" % (version, status))
 | 
			
		||||
        return (version, status, trace, stderr)
 | 
			
		||||
    except Exception as msg:
 | 
			
		||||
| 
						 | 
				
			
			@ -73,7 +76,7 @@ def build_one(py_ver, compiler):
 | 
			
		|||
        args['python_path'] = "%s%s\\Scripts" % (VIRT_BASE, py_ver)
 | 
			
		||||
    args['py_ver'] = py_ver
 | 
			
		||||
    if '34' in py_ver: 
 | 
			
		||||
        args['tcl_ver'] = '86'
 | 
			
		||||
       args['tcl_ver'] = '86'
 | 
			
		||||
    else:
 | 
			
		||||
        args['tcl_ver'] = '85'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user