Re: Importing Files

2006-03-02 Thread Terry Hancock
On Thu, 2 Mar 2006 21:40:44 -0800 (PST) anushya beauty <[EMAIL PROTECTED]> wrote: > I am new to this python. I have installed python 2.4 > in my windows xp system. > > My issue is: > i have three directories with some files. > ex: Dir ---> Dir1 / file1.1.py > " ---

Re: importing files from a directory

2005-07-11 Thread spike grobstein
my reason for loading both the .py and .pyc files was just in case compiled files were supplied as modules... but I'm gonna disallow that, so yeah. I also got a response in email and I've been dabbling with my code since I posted this and found a slightly better way of handling this plugin system.

Re: importing files from a directory

2005-07-11 Thread Thomas Guettler
Am Sat, 09 Jul 2005 20:30:04 -0700 schrieb spike grobstein: > I'm a total Python newbie, so bear with me here... > > I'm writing a program that has a user-configurable, module-based > architecture. it's got a directory where modules are stored (.py files) > which subclass one of several master cl