Skip to content

Trouble Running Beampy.open_app() in a Python Environment #6

Open
@AlaaPh

Description

@AlaaPh

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:

  1. Activated my virtual environment.

  2. Navigated to my project directory my_beampy_project.

  3. Ran a Python shell and executed the following commands:
    python import beampy beampy.open_app()

  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions