Re: buildout exits with an error if setup.py default "here" arg, is redifined using pkg_resources to "here = pkg_resources.resouce_filename('myApp', ' ')

2013-04-10 Thread saneletm
Attached is a copy of the setup.py file. My current solution which works, is importing pkg_resources in __init__.py file and defining whatever paths I need there, include them in the settings before configuring myApp. Thanks, On Monday, April 8, 2013 1:16:31 PM UTC-4, stm wrote: > > Getting dis

Re: buildout exits with an error if setup.py default "here" arg, is redifined using pkg_resources to "here = pkg_resources.resouce_filename('myApp', ' ')

2013-04-09 Thread Marius Gedminas
On Mon, Apr 08, 2013 at 10:16:31AM -0700, stm wrote: > Getting distribution for 'myApp'. > An error occured when trying to install myApp 0.6.4. Look above this > message for any errors that were output by easy_install. > STDERR: Traceback (most recent call last): > File "setup.py", line 7, in >

buildout exits with an error if setup.py default "here" arg, is redifined using pkg_resources to "here = pkg_resources.resouce_filename('myApp', ' ')

2013-04-09 Thread stm
Getting distribution for 'myApp'. An error occured when trying to install myApp 0.6.4. Look above this message for any errors that were output by easy_install. STDERR: Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_