Hey guys, I'm trying to get 1.0.3.2 packaged up for Fedora, but `python setup.py build` doesn't seem to be copying over all of the necessary files. It looks as if kid/js/css/tmpl files are not getting installed properly during the build.
For example, the sitetemplate.kid file exist with TurboGears 1.0.2.2: [EMAIL PROTECTED] TurboGears-1.0.2.2]$ ls -l turbogears/view/templates/ sitetemplate.kid -rw-r--r-- 1 lmacken lmacken 748 2007-01-05 16:07 turbogears/view/ templates/sitetemplate.kid [EMAIL PROTECTED] TurboGears-1.0.2.2]$ python setup.py build [EMAIL PROTECTED] TurboGears-1.0.2.2]$ ls -l build/lib/turbogears/view/ templates/sitetemplate.kid -rw-r--r-- 1 lmacken lmacken 748 2007-01-05 16:07 build/lib/turbogears/ view/templates/sitetemplate.kid ...but does not with TurboGears 1.0.3.2: [EMAIL PROTECTED] TurboGears-1.0.3.2]$ ls -l turbogears/view/templates/ sitetemplate.kid -rw-r--r-- 1 lmacken lmacken 748 2007-02-15 23:57 turbogears/view/ templates/sitetemplate.kid [EMAIL PROTECTED] TurboGears-1.0.3.2]$ python setup.py build [EMAIL PROTECTED] TurboGears-1.0.3.2]$ ls -l build/lib/turbogears/view/ templates/sitetemplate.kid ls: cannot access build/lib/turbogears/view/templates/ sitetemplate.kid: No such file or directory Does anyone have any suggestions/ideas ? Thanks, luke --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

