I am trying to use the spawn command to execute a Python script from my EViews program.
The file directory clearly exists as I am in it right now.
What could possibly be the reason here? Code below:
Code: Select all
%command = " python ""P:\Folder1\Folder2\script.py"" "+ """"+vectorStr+""""
spawn {%command}