Friday, May 23, 2008

Relations in zope

It's closing to 26th. That is the official date for the students to begin coding for their GSoC projects. And I got a gift from google, an interesting book. These days I am working hard to catch up the basic knowledge, my mentor, Adam Agroszer helping me a lot very time.
Now my application for understanding the zope, has included relations with mentors and projects. Mentors can select a project in the competition.

Here are some important things I learn in last few days.
* I had the following folder structure
/src
/google
google.py
mentor.py
.........

I was unable to give the complete path when I importing the class in the google.py. It was because that the folder and the script had the same name. By changing the folder name to an other name, it worked!!!!


* I am working on the zope distribution. So I add folders and python scripts to it. But for the commits, I copied them to a different folder and commit them. It need to keep in mind what I files I am changing. Since this was not a large project, it was not a big issue. But making a link in the zope folder to the committing solve the problem very easily.

No comments: