-> >If you need to hang stuff off of binary/octal etc., e.g. -> > -> >/numbers/15/binary/not -> > -> >then I'm not sure ;). -> > -> -> This comment gets to my point exactly. Are the only two ways to chain -> namespaces: -> -> 1. import a module or have an instantiated class hanging around -> 2. _q_lookup -> -> or is there a third way? Hmm, not that I can think of. I think these alternatives are technically covered as "a namespace, either explicitly named or returned by _q_lookup"... Anyone else got any ideas? --titus