Skip to content

07_paraview /Docker/ Example Issues #578

Discussion options

You must be logged in to vote

trame-app is a script shortcut. That encapsulate the python command line... (defined inside your python package definition)

The cmd in apps.yaml expect exactly the command you would run locally. So you can try locally to run a command like that (outside of docker) to see if that works.

Moreover, python -m trame-app would not work because trame-app is not a valid package name. But maybe trame_app might work. And the complex pvpython command expect the same thing as a -m arg. So once you figure out how you can run your app like python -m xxx, you should be able to adjust your pvpython command line.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@PierreLouis94
Comment options

@jourdain
Comment options

@PierreLouis94
Comment options

@jourdain
Comment options

Answer selected by PierreLouis94
@PierreLouis94
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants