Ok, made some progress here. 1. Created a fresh virtualenv on the production server and installed Pyramid and others modules there. 2. Tarred only the Pharaoh project and put it inside the new environment
--> Alas, this did not help. 3. Then I remembered the command "python setup.py install" --> That worked... almost Some directories inside the project, which are no python packages were not copied into the egg. This is especially sad for the directories with static assets. (The egg got installed inside the virtualenv's site-packages. I apologize if I am writing stuff that is common knowledge -- setuptools and co. I have never used before, so that's almost Greek to me) 4. Manually copied those dirs into site-packages egg. --> There, I can see the light ;) ==> Remaining question is, how to tell setup.py to also include specific dirs that are not packages into the installation? 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/-/X2pDY01seExUZUFK. 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.
