Actions
Bug #42
closedPyappion lib folder and import commands
Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Affected Version:
Show in known bugs:
Workaround:
Description
It is necessary for releasing other products, e.g. TiltPicker, pyappion libraries be imported differently.
current implementation:
import appionScript import appiondata
ideal implementation:
from appion import appionScript from appion import appiondata
In the ideal implementation, the library files can be located in a separation location. Under the current implementation, all the files must be located in the root directory.
The SVN repo move would be the ideal opportunity to implement this change. Since the PYTHONPATH variables for individual users needs to change anyway.
Updated by Neil Voss about 15 years ago
- Status changed from New to 4
- Assignee set to Amber Herold
- % Done changed from 0 to 100
- Estimated time set to 1.00 h
Updated by Amber Herold about 15 years ago
- Status changed from 4 to Assigned
- Assignee changed from Amber Herold to Neil Voss
Actions