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
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