Directory name is invalid?
Posted: Wed Nov 30, 2016 2:06 pm
Unable to create process: The directory name is invalid.
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:
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}