Skip to content

GSAS-II GUI script points to wrong file #260

@ezatterin

Description

@ezatterin

Despite not contemplated in the official docs, I found that cloning the repo and running e.g.

pip install .[gui]

works fine thanks to pyproject.toml.

The GSAS-II GUI startup script generated in $VIRTUAL_ENV/bin by

[project.gui-scripts]
GSAS-II = 'GSASII.GSASII:main'

does not find the right file however; changing it to

[project.gui-scripts]
GSAS-II = 'GSASII.GSASIIGUI:main'

does the job. Is this a bug or am I missing something? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions