pipe2py
pipe2py copied to clipboard
Unable to convert any pipes
I successfully installed onto Windows using the guide here: https://code.activestate.com/pypm/pipe2py/
Whenever I try to convert a pipe from the pipe_id, I get the error: TypeError: String indices must be integers Whenever I try to convert directly from a JSON, I get: modules = json_pipe['modules'] KeyError: 'modules'
See #42, it looks like an incorrectly coded json file.