Re: Python reflection and loading/calling external module classes

2009-12-01 Thread Dave Angel
cmckenzie wrote: Hi! I've been putting off playing with Python for sometime now and I recently came up with a worthwhile project for my first hack. One technical challenge I'm trying to work out is dynamically loading modules from a directory (glob'd for a specific filename format) then importi

Python reflection and loading/calling external module classes

2009-12-01 Thread cmckenzie
Hi! I've been putting off playing with Python for sometime now and I recently came up with a worthwhile project for my first hack. One technical challenge I'm trying to work out is dynamically loading modules from a directory (glob'd for a specific filename format) then importing them for calling l