Re: [Twisted-Python] Strange ImportError after switching from OS package to pip

2017-01-18 Thread Роман Мещеряков
Jean-Paul, Glyph, thank you very much for your help! The problem is solved now! :)  I should point out here that you should not modify your operating system like this.  If /usr/ is managed with 'apt', then let it do that; 'pip' and 'apt' can't manage the same files without stomping on each other.  

Re: [Twisted-Python] Strange ImportError after switching from OS package to pip

2017-01-17 Thread Glyph Lefkowitz
> On Jan 17, 2017, at 9:53 AM, Роман Мещеряков > 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.tac > There were no proble

Re: [Twisted-Python] Strange ImportError after switching from OS package to pip

2017-01-17 Thread Jean-Paul Calderone
On Tue, Jan 17, 2017 at 12:53 PM, Роман Мещеряков < romanmescherya...@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_pl

[Twisted-Python] Strange ImportError after switching from OS package to pip

2017-01-17 Thread Роман Мещеряков
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.tac There were no problems with starting my application.Yesterday I started facing strange problem