Hello,
I'm having some difficulties to upload a python file to the digi W31-l21a
in the browser i have application>python>python files and then "Module search path:" where i put the path for the file "home/nathanforce/workspace/Digi/hello.py"
but when i hit "apply" (there's no upload) he tells me it's "Configuration successfully applied"
then i ssh to the digi and enter "python hello.py" and i get the error :
'import site' failed; use -v for traceback
'import site' failed; use -v for traceback
python: can't open file 'hello.py': [Errno 13] ERROR
how can i know if the file is really loaded ? or is it another probleme ?
thanks in advance.