Re: Packaging a Pylons app

2007-05-25 Thread voltron
Can I just download Pylons SVN and overwrite my present version(easy_install version 0.95) without fear of destroying anything? Thanks On May 24, 1:27 am, Ian Bicking [EMAIL PROTECTED] wrote: voltron wrote: I have tested packaging my app according to the documentation. I tested the egg

Re: Packaging a Pylons app

2007-05-25 Thread Ian Bicking
voltron wrote: Can I just download Pylons SVN and overwrite my present version(easy_install version 0.95) without fear of destroying anything? Umm... I don't think that'll help you. The issue is if *your* source is in version control, not where Pylons is. On May 24, 1:27 am, Ian Bicking

Re: Packaging a Pylons app

2007-05-25 Thread voltron
Ahh, I misunderstood you, what does using SVN have do do with distutils? Thats what lead me to the idea that there was a Pylons version that supported the packaging of these folders better. On May 25, 5:38 pm, Ian Bicking [EMAIL PROTECTED] wrote: voltron wrote: Can I just download Pylons

Re: Packaging a Pylons app

2007-05-25 Thread Ian Bicking
voltron wrote: Ahh, I misunderstood you, what does using SVN have do do with distutils? Thats what lead me to the idea that there was a Pylons version that supported the packaging of these folders better. Setuptools can add files to your distribution based on their presence in your version

Re: Packaging a Pylons app

2007-05-23 Thread Ian Bicking
voltron wrote: I have tested packaging my app according to the documentation. I tested the egg on another machine and I noticed that it did not package the public and template folders. Another thing is that it installed my app under site-packages. Does anyone have any experience doing this