Open TelmoGaspar opened 9 years ago
Hi, Thank you for your interest ! I need more details about your environment. Could you execute and copy/paste the result:
python --version
Thank you.
Hi, thank you.. the result is :Python 2.7.6
Hmmmm,
could you try the following command and post me the result ?:
file /usr/bin/env
The wrapper script is in python, then, you can just run it with this command:
python ./wrapper.py
I try to make this script executable (with #!) but maybe it does not work on your system.
Hello, TY here it is tg@ubuntu:/SumoSDK/angus-jumpingsumo$ file /usr/bin/env /usr/bin/env: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=1886e415fcd7ba45708e015105a7309c3c700f28, stripped tg@ubuntu:/SumoSDK/angus-jumpingsumo$
python ./wrapper.py
Traceback (most recent call last):
File "./wrapper.py", line 132, in
hope this helps thank you again
started from beginner and the result :
python ./wrapper.py
Traceback (most recent call last):
File "./wrapper.py", line 25, in
why cant import angus? wat is missing?
if i do the run under the sudo (sudo python ./wrapper.py) returs this:
-- Jumping Sumo Interface --Traceback (most recent call last):
File "./wrapper.py", line 132, in
Hi, sorry for the delay, we just build our own startup (Angus.ai) and this is a lot of work !
My documentation (README) is very light, and many steps are omitted. I will update it with more detailed steps and you could retry again.
I have done step by step but wen run ./wrapper.py dint work! just appear some lines (not found) (env)tg@ubuntu:/SumoSDK/angus-jumpingsumo$ ./wrapper.py ./wrapper.py: line 21: import: command not found ./wrapper.py: line 22: import: command not found ./wrapper.py: line 23: import: command not found ./wrapper.py: line 24: import: command not found ./wrapper.py: line 25: import: command not found ./wrapper.py: line 28: WIDTH: command not found ./wrapper.py: line 31: syntax error near unexpected token
(' ./wrapper.py: line 31:
def img_generator(file_path):'any idea about what can be?? One big possibility is the operator.. I'm very newbie on this! thank you, regards Telmo