Re: importing a module from a specific directory

2007-07-22 Thread Gabriel Genellina
En Sun, 22 Jul 2007 09:03:43 -0300, O.R.Senthil Kumaran <[EMAIL PROTECTED]> escribió: >> I would like to organize them into directory structure in >> which there is a 'main' directory, and under it directories for >> specific sub-tasks, or sub-experiments, I'm running (let's call them >> 'A'

Re: importing a module from a specific directory

2007-07-22 Thread O.R.Senthil Kumaran
> I would like to organize them into directory structure in > which there is a 'main' directory, and under it directories for > specific sub-tasks, or sub-experiments, I'm running (let's call them > 'A', 'B', 'C'). > Is there a neat clean way of achieving the code organization? > This is a k

importing a module from a specific directory

2007-07-21 Thread Yoav Goldberg
I'm using python for research related programming, and so I write many experimental small pieces of code. I would like to organize them into directory structure in which there is a 'main' directory, and under it directories for specific sub-tasks, or sub-experiments, I'm running (let's call them