Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. CO![Screenshot of Eclipse with PYTHONPATH, TODO, empty TODO list and source folder](http://137.248.191.62:8080/pictures/snapshot1.png) I'm no expert on Python (as much as I'd like to be), but as far as I understand it `__init__.py` is needed so that the folder is seen as containing modules, right? I've got `__init__.py` in the folder, but it's empty. Screenshot above. As you can see, I do have a TODO in the code (right above the properties window) but in the view at the bottom no tasks are recognized. Altogether I have about 20 TODOs in that file.
      singulars
    2. COThe problem is that your PYTHONPATH is not well defined: isis.horizon is not a valid name for a python package (i.e.: it'll not be possible to import it). So, to fix your issue, do the following: remove the 'horizon_optimization' item from the PYTHONPATH and leave only 'horizon_optimization/isis.horizon' -- you may have to do a rebuild (or just change that file) so that TODO tasks are found.
      singulars
    3. COThanks for the tip. I now took out 'horizon_optimization' and left only '/horizon_optimization/isis.horizon' in there. After that I waited a few seconds, since the project's set to build automatically, then I switched automatic building off, built it again, and restarted eclipse. None of that got the todos to show though :( Would it perhaps help to rename the folder 'isis.horizon' to something like 'isis_horizon' or just 'horizon'?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload