Skip to content

Error “could not find node.js” in eclipse

I am trying to learn json handling with Python in the eclipse IDE. But whenever I try to make a json file in eclipse this error comes I have the latest version of eclipse and I need help to resolve this error. Answer You are probably using the JSON editor from Eclipse Wild Web Developer which indeed requires …

Importing large IDL files into Python with SciPy

I currently use scipy.io.readsav() to import IDL .sav files to Python, which is working well, eg: However, if the .sav file is large (say > 1 GB), I get a MemoryError when trying to import into Python. Usually, iterating through the data would of course solve this (if it were a .txt or .csv file) rather th…