Skip to content

Python fails with exit code 3 #5

@daimor

Description

@daimor

When using IPM

Empty IPM Module, like below, with nothing at all

<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
  <Document name="demo.ZPM">
    <Module>
      <Name>demo</Name>
      <Version>1.0.0</Version>
      <Keywords>demo</Keywords>
      <Description>demo</Description>
      <Packaging>module</Packaging>
      <SourcesRoot>src</SourcesRoot>
    </Module>
  </Document>
</Export>

And python code, which installs it

import iris

iris.cls("%ZPM.PackageManager").Shell("load /home/irisowner/app -v")
print('done')

Crashes, right after the execution in %ZPM, with exit code 3, will not print done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions