I am Using PyUpdater
to Auto Update my kivy
app. I am stuck at a situation where my app get crashed (after so many warnings in terminal window) when I import pyupdater
's Client class (in my app).
What I know from different sources that (May be I am wrong), it happens due to clash between pyupdater
and kivy
to get logger (as pyupdater
try to get root logger). How can I resolve this issue ? Any help would be highly appreciable.
Note: The app works Ok, if I import pyupdater
before kivy
. But I want to import pyupdater
in another file.