williamhunter / topy

Topology Optimization using Python
Other
481 stars 130 forks source link

no output in terminal #36

Closed Robou closed 5 years ago

Robou commented 6 years ago

Hello, I am using Ubuntu 14.04 and my Topy installation is working: I get the expected result images in the mbb_beam example, and don't get any errors. But I don't get any output in the terminal (standard ubuntu shell terminal).

I saw in the wiki here that we should see the results in output. I don't have any log file created either.

I don't know python language. I have Python 2.7.6 installed, but maybe I did not install all the dependencies very well. For example, pysparse was installed using an ubuntu package, and not installed from pip : sudo apt-get install python-sparse (from here)

Is ther anything to activate the output or is it an issue?

williamhunter commented 5 years ago

I don't come here often anymore, sorry for the very late reply.

Should work out of the box, it's not a ToPy problem. You can try to direct the terminal output to a file by doing python optimise.py your_tpd_file.tpd > output.txt