> Hy people, I'm new in python and comming from JAVA. > > Something I really like in java is the easy way to add a library to the > project. Just put the jar file in the folder ( WEB-INF/lib ) and > doesn't need to restart the server ( tomcat ). > > Can I do some like using python - I'm using apache mod_python?
Not sure what you are after. If you configured apache to invoke mod_python on a location basis (given directory and subdirectories of that for example) then you can certainly drop any python module there and use it from any other python code from that directory without restarting apache. -- http://mail.python.org/mailman/listinfo/python-list