qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

python: can't open file 'ColumnOperations': [Errno 2] No such file or directory #54

Open dekiesel opened 3 years ago

dekiesel commented 3 years ago

Description

#docker run --rm -p 50053:50053 qlik-oss/sse-columnoperations
python: can't open file 'ColumnOperations': [Errno 2] No such file or directory

Steps to Reproduce

  1. docker build -t qlik-oss/sse-columnoperations -f Dockerfile.columnoperations .
  2. docker run --rm -p 50053:50053 qlik-oss/sse-columnoperations
Expected behavior

The example should run

Actual behavior

python: can't open file 'ColumnOperations': [Errno 2] No such file or directory

Environment

Operating system

[ ] Windows
[X ] Linux