Re: [Twisted-Python] Incompatible changes to twistd 16.3.2 to 16.4.0

2017-07-17 Thread Thomas Westfeld
Hello Daniel, Indeed you were correct, the PYTHONPATH made the difference. Thank you! Thomas This is a PYTHONPATH thing if I remember correctly. '.' was removed from the path as a side effect of making twistd a 'console script' and this was seen as a good/safer thing. I believe the proper solu

Re: [Twisted-Python] Incompatible changes to twistd 16.3.2 to 16.4.0

2017-07-11 Thread Daniel Sutcliffe
On Tue, Jul 11, 2017 at 11:04 AM, Thomas Westfeld wrote: > I am experiencing an issue with my twistd plugin. It is in a project_plugin.py > file in the twisted/plugins directory of my project. > > Calling "twistd --help" works fine up to twistd version 16.3.2 but in 16.4.0 > the plugin is not reco