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.

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...)

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

and apply this patch

*** WebUtils/cgitb.py   2007-11-23 19:38:33.000000000 +0000
--- WebUtils/cgitb.py   2008-07-02 16:59:15.000000000 +0000
***************
*** 17,19 ****
  # so we won't use the one that comes with Python 2.1.
! from MiscUtils import inspect

--- 17,19 ----
  # so we won't use the one that comes with Python 2.1.
! from MiscUtils import ww_inspect


On Fri, Jun 6, 2008 at 3:11 PM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> ...
> http://downloads.sourceforge.net/webware/Webware-1.0rc1.tar.gz
> or http://downloads.sourceforge.net/webware/Webware-1.0rc1.zip
>
> ...
>
> Please download and test, everybody! This is the last chance to get your
> bugfixes in the final 1.0 release. Le me know of any problems or any
> innacurate or outdated information in the accompanying documentation.
>

-------------------------------------------------------------------------
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