-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble Running Beampy.open_app() in a Python Environment #6
Comments
Hi! I tested it on macOS 12.5.1 and python 3.9.18 and it work as intended. |
I'm not familiar with mac OS, but it seems that you are not in a Python console. Normally you should type
Only then you can import the package and call its functions
|
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:
The text was updated successfully, but these errors were encountered: