Ticket #368 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

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:

ProjectName?

+ 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

in reply to: ↑ description   Changed 3 years ago by burb

Project structure again:

+ ProjectName
  - setup.py
  + lib
    + shared_namespace
      + projectname
        - module.py
        + tests
        + config
          - deployment.ini_tmpl
Note: See TracTickets for help on using tickets.