Skip to content

Commit

Permalink
Python: our runpython script now needs to start the PythonShell p…
Browse files Browse the repository at this point in the history
…lugin.

See #1255 (comment).
  • Loading branch information
agarny committed Oct 24, 2019
1 parent 9794e18 commit 0e9a501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distrib/linux/runpython.in
Expand Up @@ -4,4 +4,4 @@ appDir="$(cd "$(dirname "$0")"; pwd)"

${appDir}/setpythonpath

${appDir}/bin/@CMAKE_PROJECT_NAME@ -c Python $*
${appDir}/bin/@CMAKE_PROJECT_NAME@ -c PythonShell $*
2 changes: 1 addition & 1 deletion distrib/macos/runpython.in
Expand Up @@ -4,4 +4,4 @@ appDir="$(cd "$(dirname "$0")"; pwd)"

${appDir}/setpythonpath

${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/MacOS/@CMAKE_PROJECT_NAME@ -c Python $*
${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/MacOS/@CMAKE_PROJECT_NAME@ -c PythonShell $*
2 changes: 1 addition & 1 deletion distrib/windows/runpython.bat.in
Expand Up @@ -4,4 +4,4 @@ SET appDir=%~dp0

CALL "%appDir%setpythonpath.bat"

"%appDir%bin\${CMAKE_PROJECT_NAME}" -c Python %*
"%appDir%bin\${CMAKE_PROJECT_NAME}" -c PythonShell %*

0 comments on commit 0e9a501

Please sign in to comment.