0

I created a server where users can return a table as JSON representation.

What I wanted to do have the user create a python module that inherits from a Reader Base. This isn't the issue. The issue is how do I make it do my server can dynamically load each library to read each file type?

I hope I explained this well. If not please ask questions.

Thank you, J

I do not believe this is a duplicate because the python modules may or may not exists and will be added to the system on run time.

code base 5000
  • 3,812
  • 13
  • 44
  • 73
  • So, you want to save an arbitrary number of objects that you import from modules? How will your program get signalled that there is a new module to load? – Davidmh Jun 11 '14 at 23:39
  • The proposed duplicate specifically talks about "find the available command modules at runtime" so it still seems to be the same question to me. – Ganesh Sittampalam Jun 13 '14 at 16:20

0 Answers0