From within Python you could look at "import hooks" as a way of customising import behaviour.

Michael


--
http://www.ironpythoninaction.com

On 7 Sep 2009, at 23:40, "Marco Parenzan" <[email protected]> wrote:

Dear all,



I have not read Hosting document yet, but I advance with an answer. What about “module probing”: I don’t know how it is called in Python and DLR. Probing is the assembly discovery in .NET.

Where should I look if I’d like to change the way the DLR discover m odules? For example, if I’d like to store python modules in a DB and not in file system?

Do I have an API and some events (like AssemblyResolve event?) Or do I have some code to change in DLR code base?



Thanks in advance.



                Marco Parenzan



_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to