Opened 8 years ago
Last modified 7 years ago
#957 new defect
Namespace clash for sasgui if shipped as separate package
Reported by: | ajj | Owned by: | piotr |
---|---|---|---|
Priority: | major | Milestone: | SasView 5.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView GUI Enhancements |
Description (last modified by butler)
sasgui is an already taken name on PyPi
as part of the code reorg, sasgui will have to become sasview so we have:
sasview - gui parts
sascalc - calculation parts
sasmodels - model calculations
We have all those names reserved on PyPi?
Change History (2)
comment:1 Changed 8 years ago by piotr
comment:2 Changed 7 years ago by butler
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
This has already been considered.
The current GUI is developed in src/sas/qtgui with the goal of being completely independent on src/sas/sasgui eventually. Then, we can replace 'qtgui' with say, 'sasview' as the module name and delete sasgui (or make/mark it obsolete without actually deleting the old code…)