I wanted to clarify deployment. Now, the problem I have, if I deploy my egg file (myapp-0.1dev-py2.4.egg) I get into apache error log:
OSError: [Errno 20] Not a directory: '/usr/local/pythonenv/BASELINE/ lib/python2.4/site-packages/myapp-0.1dev-py2.4.egg/myapp/controllers' If I rename myapp-0.1dev-py2.4.egg to myapp.egg the it works... why? Regards On 29 sep, 17:15, "Diez B. Roggisch" <[email protected]> wrote: > On Wednesday, September 29, 2010 16:43:49 Juan Antonio Ibáñez wrote: > > > Then, If I decide to use EGG packets, I must easy_install it and copy > > production.ini file, mustn't I? Any other file needed? > > Should be all. But how about you try it out and report actual problems you > have? Otherwise we are playing 20 questions all day long... > > Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

