True, and if you remove 'collective-lead' in requires.txt leaving it in 
setup.py, the buildout would not complain, once your product commented out in 
the buildout.cfg ...
strange 
you just need to remove it from setup.py ...




Hi,

I am willing to try sqlalchemy with Plone-3.2.2.

I have created an empty developement egg with "paster create -t plone ..."

I have added the following dependency in my setup.py file :
      install_requires=[
          'setuptools',
          'MySQL-Python',
          'collective-lead',
          # -*- Extra requirements: -*-
      ],

I have made a mistake using a dash instead of a dot.

So I changed setup.py and re-run buildout, I still get an error message 
Couldn't find a distribution for 'collective-lead' 

I have commented out my product in buildout.cfg (the '#' must be placed as the 
first character of the line otherwise, buildout try to install #src/myproduct), 
run buildout to uninstall it, the try to install my product again.

Nothing changes, event though my product seems to be only in my zinstance/src 
directory.

What am I missing ?

Thanks

 


-- 
View this message in context: 
http://n2.nabble.com/Pb-with-buildout-and-a-quite-empty-development-egg-tp2580779p2581692.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to