hpfem/agros2d

agros2d-remote doesn't work properly

Closed this issue · 0 comments

Hi, I tried the following commands under win7 pro x64 and under ubuntu 12.04 (found on the documentation in this repository: https://github.com/hpfem/agros2d/blob/master/resources_source/doc/source/program_features/program_features.rst#remote-control )

agros2d-remote -script "./data/script/electrostatic_axisymmetric_capacitor.py"

doesn't work under win nor under ubuntu (even trying --script and /script)

altough commands

agros2d-remote "opendocument("./data/electrostatic_planar_capacitor.a2d")"
agros2d-remote "solve()"

work under windows (but don't work under ubuntu)

maybe it could be an issue relative to an Unicode caveat in Qt

http://stackoverflow.com/questions/2918353/obtaining-command-line-arguments-in-a-qt-application

Regards