Re: What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Tjelvar
Dear Mike, Thank you for clarifying that. Tjelvar -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...

Re: What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Mike Orr
On Sat, Feb 18, 2012 at 5:23 PM, Tjelvar wrote: > Dear Simon, > > Thank you for your response. I've had a look at the pages you > highlighted. I've also experimented with running the command: > > $ .../env/bin/pserver development.ini > > before and after deleting the AppName.egg-info directory. Th

Re: What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Tjelvar
Dear Simon, Thank you for your response. I've had a look at the pages you highlighted. I've also experimented with running the command: $ .../env/bin/pserver development.ini before and after deleting the AppName.egg-info directory. The latter resulting in a distribution not found error: pkg_res

Re: What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Simon Yarde
Actually, you want this for the detail on eggs.. http://peak.telecommunity.com/DevCenter/EggFormats On 18 Feb 2012, at 17:24, Simon Yarde wrote: > http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/project.html#the-project-structure > > Hope that explains it! > > On 18 Feb 2012

Re: What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Simon Yarde
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/project.html#the-project-structure Hope that explains it! On 18 Feb 2012, at 16:16, Tjelvar wrote: > Have just run: > > $ ./env/bin/pcreate --scaffold=starter AppName > $ cd AppName > $ ./env/bin/python setup.py develop > > Whi

What are the files located in the AppName.egg-info used for?

2012-02-18 Thread Tjelvar
Have just run: $ ./env/bin/pcreate --scaffold=starter AppName $ cd AppName $ ./env/bin/python setup.py develop Which resulted in the directory AppName.egg-info being created: $ tree AppName.egg-info/ Taster.egg-info/ ├── dependency_links.txt ├── entry_points.txt ├── not-zip-safe ├── PKG-INFO ├──