Is there a way to "link" a python program from several files?

Paul Rubin http
Sat Feb 16 18:53:58 EST 2008


"Brian Smith" <brian at briansmith.org> writes:
> So does Haskell. Haskell All-In-One handles that by renaming every
> top-level artifact.

That can't be done reliably in python because namespaces are dynamic.

> If it is possible to run an egg as a CGI (without modifying the web
> server configuration file), then that would work as well.

This would be an interesting enhancement.



More information about the Python-list mailing list