User:Mike: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Mike (talk | contribs)
No edit summary
Mike (talk | contribs)
No edit summary
Line 12: Line 12:
* Check out my code using <tt>svn co http://svn.ascend4.org/branches/mike</tt>
* Check out my code using <tt>svn co http://svn.ascend4.org/branches/mike</tt>
   
   
== Discussion notes ==
== Discussion notes of 12 May 2016 ==


To get the canvas GUI running in the trunk code, I used:
To get the canvas GUI running in the trunk code, I used:
Line 19: Line 19:




== 12 May 2016 to 19 May 2016 ==
== 12 May 2016 to 22 May 2016 ==


I played with ASCEND and want to find some bugs :)
* 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

Revision as of 12:23, 22 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.

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