On Jan 17, 2017, at 9:53 AM, Роман Мещеряков <romanmescheryakov@yandex.ru> wrote:Hi everyone! The 14.0.2 version of Twisted is latest that is available for Raspbian as a package, so until today I used it. I run my Twisted application in the following way:twistd -ny master_player2.tacThere were no problems with starting my application.Yesterday I started facing strange problem with unjellying which looked like a bug. So I decided to remove old package version of Twisted (installed using apt-get) and install latest version using pip (which was 16.6.0). The commands I issued were (typing by memory):
sudo apt-get purge python-twistedsudo apt-get autoremovesudo pip install Twisted
After issuing these commands, without rebooting, I tried running my program as usual:
...
exceptions.ImportError: No module named sharedFailed to load application: No module named shared