Description of the Issue:
I'm encountering an issue when trying to run the open_app() function from the Beampy library. After activating my virtual environment and attempting to execute the function via a Python shell in the terminal, it seems to prompt me for further input without opening the application GUI as expected.
Steps to Reproduce:
-
Activated my virtual environment.
-
Navigated to my project directory my_beampy_project.
-
Ran a Python shell and executed the following commands:
python import beampy beampy.open_app()
-
Instead of opening the GUI, the shell prompted me with function>.
Expected Behavior:
I expected the open_app() function to launch the Beampy application's GUI.
Actual Behavior:
The shell prompts with function> after executing beampy.open_app(), and the GUI does not launch.
Environment:
- OS: macOS (Big Sur 11.2.3)
- Python Version: (Python 3.9.1)
- Beampy Version: (v1.11)
Description of the Issue:
I'm encountering an issue when trying to run the
open_app()function from the Beampy library. After activating my virtual environment and attempting to execute the function via a Python shell in the terminal, it seems to prompt me for further input without opening the application GUI as expected.Steps to Reproduce:
Activated my virtual environment.
Navigated to my project directory
my_beampy_project.Ran a Python shell and executed the following commands:
python import beampy beampy.open_app()Instead of opening the GUI, the shell prompted me with
function>.Expected Behavior:
I expected the
open_app()function to launch the Beampy application's GUI.Actual Behavior:
The shell prompts with
function>after executingbeampy.open_app(), and the GUI does not launch.Environment: