Re: importing modules question

2007-10-18 Thread Amit Khemka
On 10/18/07, warhero <[EMAIL PROTECTED]> wrote: > Hey all, sorry for the totally newb question. I recently switched over > to python from ruby. I'm having problems figuring out how module > importing works.. as a simple example I've got these files: > > /example/loader.py > /example/loadee.py > > l

Re: importing modules question

2007-10-17 Thread warhero
got it figured out. nevermind. -- http://mail.python.org/mailman/listinfo/python-list

importing modules question

2007-10-17 Thread warhero
Hey all, sorry for the totally newb question. I recently switched over to python from ruby. I'm having problems figuring out how module importing works.. as a simple example I've got these files: /example/loader.py /example/loadee.py loadee.py class loadee(object): def __init__(self):