On Mon, 2005-09-19 at 17:25 +0200, Dirk Meyer wrote:
> It would be better to do this on __del__. Or at least, remove the
> signal connection on __del__. But this doesn't work. Maybe it doesn't
> matter, it will be very unlikly to not have the class the whole app
> lifetime.
I think there was a re
Jason Tackaberry wrote:
> + # Remove socket file on shutdown.
> + kaa.signals["shutdown"].connect(lambda file: os.unlink(file),
> address)
It would be better to do this on __del__. Or at least, remove the
signal connection on __del__. But this doesn't work. Maybe it doesn'
Hi,
the new svn server is up and running. The old cvs on sourceforge won't
be updated anymore. We now have two repositories: one for mmpython and
kaa and one for Freevo. Kaa is our Media Framework Repository, all
submodules are projects inside the kaa repository. Mmpython is also
part of kaa, but