> --
> Mailing list: http://groups.google.com/group/better-python
> Unsubscribe: better-pytho...@googlegroups.com
--
Best Regards,
Sergey Schetinin
http://self.maluke.com/ -- My articles and open-source stuff
http://www.maluke.com/ -- My commercial software and custom development services
>>> import mext.reaction.eventloop
http://self.maluke.com/ -- My articles and open-source stuff
http://www.maluke.com/ -- My commercial software and custom development services
>>> from mext.context import ServiceStub
>>> ServiceStub.__mro__
(<class 'mext.context.ServiceStub'>, <class 'mext.context.Service'>,
<class 'mext.context._ClassDelegate'>, <class
'mext.classhacks.classy'>, <type 'object'>)
>>> from mext.reaction import Component
>>> Component.__mro__
(<class 'mext.reaction.component.Component'>, <class
'mext.classhacks.classy'>, <type 'object'>)
http://self.maluke.com/ -- My articles and open-source stuff
http://www.maluke.com/ -- My commercial software and custom development services
>>> import mext.context
>>> mext.context.__file__
The setup.py develop output says that the correct version is
installed, but the console output from your last email tells me it
does not get imported. One way to fix that is to go to your
site-packages directory and delete all mext.context dirs and zipfiles
and install it again.
http://self.maluke.com/ -- My articles and open-source stuff
http://www.maluke.com/ -- My commercial software and custom development services
http://self.maluke.com/ -- My articles and open-source stuff
http://www.maluke.com/ -- My commercial software and custom development services