hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01984
[Bug 789436] [NEW] 2011.2: Python scripts location
Public bug reported:
* CLI scripts should be installed in the executable path and on Linux/Unix system receive executable permission.
* Plugins should be installed in a known location to facilitate starting of the execute script dialog.
There are four categories of scripts, three of which need a specified
folder/location:
1* HPI global
system-wide plugins that are shipped with Hugin by default and are
considered core functionality.
2* HPI local
user-specific plugins.
3* HSI global
system-wide python scripts that represent new CLI commands that are
considered core functionality.
4* HSI local
location left up to the user. user can write/run their own HSI scripts
with `import hsi` anywhere they have write access in the file system.
Prior to release we need to decide and implement:
- where are those script installed (plus variations on the different platforms)?
- are these location hard-coded or left to the user's preference?
** Affects: hugin
Importance: Wishlist
Status: New
** Tags: hsi psi
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/789436
Title:
2011.2: Python scripts location
Status in Hugin - Panorama Tools GUI:
New
Bug description:
* CLI scripts should be installed in the executable path and on Linux/Unix system receive executable permission.
* Plugins should be installed in a known location to facilitate starting of the execute script dialog.
There are four categories of scripts, three of which need a specified
folder/location:
1* HPI global
system-wide plugins that are shipped with Hugin by default and are
considered core functionality.
2* HPI local
user-specific plugins.
3* HSI global
system-wide python scripts that represent new CLI commands that are
considered core functionality.
4* HSI local
location left up to the user. user can write/run their own HSI
scripts with `import hsi` anywhere they have write access in the file
system.
Prior to release we need to decide and implement:
- where are those script installed (plus variations on the different platforms)?
- are these location hard-coded or left to the user's preference?
Follow ups
References