|
Gregory Trubetskoy
grisha at modpython.org
Mon Aug 14 08:31:17 EST 2000
You basically take assign a value to req.filename, usually based on
req.uri. There is a problem in 2.4.1 though - the filename attribute is
read-only. This has been fixed in the latest code which you can get from
CVS.
--
Gregory (Grisha) Trubetskoy
grisha at modpython.org
On Fri, 11 Aug 2000, Daniel Mikkelsen wrote:
> Hi.
>
> Anyone here know how the PythonTransHandler works? It looks like it's
> supposed to let me translate the URI at an early stage. But I'm
> uncertain as to how my transhandler(req) is supposed to realize the
> translation it does.
>
> -- Daniel Mikkelsen, Copyelft Software
>
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://www.modpython.org/mailman/listinfo/mod_python
>
|