Thank you for pointing me in the right direction.

Alas, this seems to solve my problem only partially. The MANIFEST.in created 
by "paster create" was

include *.txt *.ini *.cfg *.rst
recursive-include pharaoh *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak 
*.mako *.js *.html *.xml

After I had added these lines

recursive-include pym *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako 
*.js *.html *.xml
recursive-include var/cms *.txt *.yaml

the static assets from package "pym" are installed correctly. But still all 
files from "var/cms" are missing; "var" is no package, just a directory.

The directory tree is this:

ENVIRONMENT
`-- Pharaoh
    |-- pharaoh         <- package
    |-- pym             <- package
    `-- var             <- no package
        |-- cache
        |   `-- cms
        |       `-- docs
        |           `-- learning-pyramid
        |-- cms
        |   `-- docs
        |       `-- learning-pyramid
        |-- sessions
        `-- templates-bin

Also, I'd like the egg to contain the tree in "var/cache" but without the 
files.
As a workaround, I have made a small shell script to set this up after 
"python setup.py install" has run, but it would be nice if the install 
command could to that too.

[aside]
On http://3amcode.de/ I have started to write tutorials about working with 
Pyramid. Learning Pyramid myself, it also serves as kind of notepad for my 
proceedings. Maybe its of use for others here, too.
[/aside]

KR, Dirk

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/M0xHTmxiWkxFV1FK.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to