Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
How to work on the interface of COMSOL and YADE in UBUNTU?
Posted 27.01.2023, 20:13 GMT-5 1 Reply
Please login with a confirmed email address before reporting spam
Hello I have a question, I want to work on ICY which is the interface between COMSOL and YADE. But when I want to run COMSOL from terminal, and I wrote "comsol mphserver" on teminal, I get this "comsol: command not found" how can I solve this? and when I want to work on python, in terminal I put "python server.py" but it gives me this error" Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3" Then I put his command on terminal "python3 server.py" and then it gives me this error "File "/home/geology/Downloads/verification codes training/client-server/server.py", line 39 print 'command: '+command ^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?". How can I solve these problems.