Skip to content

Throwing errors on executing python script #167

@jamesgeorge007

Description

@jamesgeorge007

Consider this NodeJS script

PythonShell.run(file, null, (err, result) => {
  console.log(result.toString());
});

Where file points to a valid python script

capture

What is going wrong?

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions