Jehiah Czebotar schrieb:
> right-o; i should try my patches first... i'm still digging through a
> few other migration to 1.0rc issues so we'll see how that goes =)
Good, let me know it there are any other problems...
-- Chris
-
>> 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
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
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