Jehiah Czebotar schrieb:
> in doing some testing for webware-1.0rc1 I realized I had this problem
> previously but never mentioned it, or supplied a patch; so here it is.

Great, thanks.

> I have a namespace collision  with MiscUtils/inspect.py because it
> gets imported before the default python2.4/inspect.py, and this is
> causing problems with another python package we are using. (of course
> i have the MiscUtils directory in my path...)

Did you put MiscUtils in the path or is Webware doing this somewhere?

> So the easy fix (for me) is to rename MiscUtils/inspect.py to
> MiscUtils/ww_inspect.py

Maybe we should move this and other old modules which are in the stdlib 
now (pydoc, cgitb, Cookie, ...) into a package "MiscUtils.StdLib"?

> ! from MiscUtils import ww_inspect

You mean from MiscUtils import ww_inspect as inspect?

-- Christoph

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to