witpqs
Posts: 26087
Joined: 10/4/2004 From: Argleton Status: offline
|
quote:
ORIGINAL: cmdrsam Exception in Tkinter callback Traceback (most recent call last): File "C:\Python33\lib\subprocess.py", line 1090, in _execute_child startupinfo) FileNotFoundError: [WinError 2] The system cannot find the file specified During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python33\lib\tkinter\__init__.py", line 1442, in __call__ return self.func(*args) File "C:\Users\Mike Cooper\Downloads\Intel Monkey V0-4-1b\GetBasesFromScenario V1-1.py", line 72, in do p = subprocess.check_output(cmd, universal_newlines=True) File "C:\Python33\lib\subprocess.py", line 571, in check_output with Popen(*popenargs, stdout=PIPE, **kwargs) as process: File "C:\Python33\lib\subprocess.py", line 818, in __init__ restore_signals, start_new_session) File "C:\Python33\lib\subprocess.py", line 1096, in _execute_child raise WindowsError(*e.args) FileNotFoundError: [WinError 2] The system cannot find the file specified This is what pops up when I try and run. Have 3.3 python and latest version of intelmonkey. Sam, Python does look like it's running, so that's good. Are you trying to run the main Intel Monkey program or are you trying to run the utility "GetBasesFromScenario"? I ask because that seems to be part of the error you pasted in. You are right to do that first, because the Bases.txt file it creates is needed. I just need to know to help troubleshoot the problem. Give me an overview of how you installed things - for example, you downloaded the zip file of course. What folder did you extract it into? Did you extract all the files? Or, are you trying to run things directly from the zip file (that doesn't seem to work too well, BTW)? I'm sure we can coach you through this and get it working.
_____________________________
|