question about chandler?

Hi,
   I would like to learn the code of chandler. And after I downloaded
the source and run it, it showed Error "No module egg_translations".
Then I downloaded this module online, and save the file under the
chandler folder. Run it again, another error showed up "NO module
named pkg_resources".
  Would you guys please tell me what kind of modules or packages do I
need to install before run the chandler correctly?
  And another questions is how did chandler realize the time schedule
form, and can create another colorful block by selecting the time
slots?
  Thank you very much!

Hi,
    I would like to learn the code of chandler. And after I downloaded
the source and run it, it showed Error "No module egg_translations".
Then I downloaded this module online, and save the file under the
chandler folder. Run it again, another error showed up "NO module
named pkg_resources".
   Would you guys please tell me what kind of modules or packages do I
need to install before run the chandler correctly?

It sounds like you don't have setuptools installed. setuptools · PyPI

   And another questions is how did chandler realize the time schedule
form, and can create another colorful block by selecting the time
slots?

I'm not sure exactly what it is you are asking about but my answer would probably be the same either way since I haven't looked at Chandler code for a very long time: It's all in the Chandler source so you can see exactly how things are done by looking there.

···

On 11/20/10 11:58 AM, zhengqing wrote:

--
Robin Dunn
Software Craftsman