User:Mike: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
* cannot find module 'ascpy' is because I need to compile by | * cannot find module 'ascpy' is because I need to compile by | ||
scons -j4 | |||
* find a bug of Adrian's branch, which is, when run the solver, ascend kills the background terminal. Trying different ubuntu system may work. | * find a bug of Adrian's branch, which is, when run the solver, ascend kills the background terminal. Trying different ubuntu system may work. | ||
Revision as of 12:01, 23 May 2016
Name: Tengda Han (Mike)
University: ANU
Email: u5612799@anu.edu.au
Summary: I am doing GSOC2016 for ASCEND, and I will do something on Canvas function.
- Browse my code here: mike:
- Check out my code using svn co http://svn.ascend4.org/branches/mike
Discussion notes of 12 May 2016
To get the canvas GUI running in the trunk code, I used:
john@thunder:~/ascend/trunk2$ ./pygtk/canvas/canvas.py
12 May 2016 to 22 May 2016
- Set development environment and play with canvas.
- Find a problem about module 'ascpy' in my branch, which cannot be found in canvas.py.
- But when I run canvas.py of main trunk, module 'ascpy' can be found, but another error is called:
libascend.so.1: cannot open shared object file: No such file or directory
Discussion notes of 23 May 2016
- cannot find module 'ascpy' is because I need to compile by
scons -j4
- find a bug of Adrian's branch, which is, when run the solver, ascend kills the background terminal. Trying different ubuntu system may work.