Re: How do I import everything in a subdir?

2005-03-06 Thread YL
Try something like this: for x in plugs: cmd = "import %s" % x exec (cmd) "Dfenestr8" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > > I have a program which I want a plugin directory for. I figured the way to > go about that would be to just add a plugin/

perform dynamic tasks for C/C++/ObjC programs

2006-02-02 Thread YL
I'm working on an expert system that allows dynamic updating of expert's knowledge and logics. I use database to store the info about how to evaluate user's responses to questionnaires. The core table called EvaluationPoint whose records have attributes(evaluation_point_id,questionnaire_id,pattern_