Hello, When creating a configuration file, the documentation gives this as an example: use = egg:Paste#urlmap
What does egg:Paste#urlmap point to? From the documentation it says: "egg:Paste#urlmap means to use the composite application named urlmap from the Paste package" What is the "Paste" package, on my system there is a "paste" python package - so there seems to be a difference in capitalisation here. Also, later it gives this an example: paste.app_factory = myapp.modulename:app_factory How is this different from the above example? Why does this require what looks like a app_factory method when the above doesn't. Are the two examples interchangeable? Why use eggs explicitly at all when you can just use python import paths? Thanks, Noah -- "Creativity can be a social contribution, but only in so far as society is free to use the results." - R. Stallman _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
