Error when nest.helpdesk() is called with Python < 2.7.8 #748
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
ZC: Documentation
DO NOT USE THIS LABEL
ZP: PR Created
DO NOT USE THIS LABEL
When I install NEST with Python 2.7.6 and then call
nest.helpdesk()
in python I get an error that the file helpindex.html does not exist. If I callnest.help('iaf_psc_alpha')
(or any other NEST object) i get the - of course somehow right - answerSorry, there is no help for 'iaf_psc_alpha'!
I assume this behavior results from the combination of PR #688 and #715.
When I call
nest.helpdesk()
ornest.help(object)
with Python 2.7.6 I would expect an information asThe NEST help is not available due to a Python version older than 2.7.8
. Otherwise it is unclear to the user what is going wrong - there is no message at all, neither when the help is accessed via python nor while cmake (which might be useful as well?)The text was updated successfully, but these errors were encountered: