Ticket #368 (new enhancement)
looking for config_file in PylonsInstaller with namespace packages
| Reported by: | burb | Owned by: | ianb |
|---|---|---|---|
| Priority: | lowest | Milestone: | 1.4.1 |
| Component: | paste | Version: | released-version |
| Severity: | trivial | Keywords: | config PylonsInstaller namespace |
| Cc: |
Description
My project (as part of some namespace) stucture:
+ setup.py + lib
+ shared_namespace
+ projectname
+ module.py + tests + config
+ deployment.ini_tmpl
PylonsInstaller? is looking for config_file in shared_namespace/config/deployment.ini_tmpl Isn't it a good idea to skip namespace packages first? In current situation i need to create my own Installer class
Change History
Note: See
TracTickets for help on using
tickets.
