Hi, You didn't upload any package at PyPI.
From there, easy_install tries to get it from the provided "url" but it's not there, the best way to adress this is to provide a "download url", if you don't want to upload a package at PyPI. If you want to work it this way, please switch to distutils-SIG if you have any issues with easy_install and setuptools; The proper way is to add a [setuptools] header in your subject Thanks! Regards Tarek 2009/2/18 Maurice Ling <[email protected]>: > Hi, > > I've just registered 'copad' module with CheeseShop and tried to use > easy_install to test but unsuccessful... witht he following error... > > ML-iB:/sw/lib/python2.5/site-packages mauriceling$ sudo easy_install copads > Searching for copads > Reading http://pypi.python.org/simple/copads/ > Reading http://www.sourceforge.net/projects/copads > No local packages or download links found for copads > error: Could not find suitable distribution for Requirement.parse('copads') > > Here is my setup.py > > from ez_setup import use_setuptools > use_setuptools() > > from setuptools import setup, find_packages > > setup(name='copads', > version='0.1', > description='Collection of Python Algorithms and Data Structures', > long_description='Collection of Python Algorithms and Data Structures', > author='Maurice HT Ling', > author_email='[email protected]', > url='http://www.sourceforge.net/projects/copads', > license = 'GNU General Public License version 2', > platform = 'OS independent', > package_dir = {'copads' : 'src', > 'copads.test' : 'test'}, > packages = ['copads', 'copads.test'], > classifiers=['Development Status :: 3 - Alpha', > 'Intended Audience :: Developers', > 'License :: OSI Approved :: GNU General Public License > (GPL)', > 'Operating System :: OS Independent', > 'Programming Language :: Python', > 'Topic :: Scientific/Engineering :: Artificial > Intelligence', > 'Topic :: Scientific/Engineering :: Mathematics', > 'Topic :: Software Development :: Libraries :: Python > Modules' > ], > ) > > > Any suggestions? > > Thanks > ML > > -- > Maurice LING, BSc(Hons)(Biochem), BSc(Comp), FIFA, MACM Lecturer, Chemical > and Life Sciences, Singapore Polytechnic > Co-Editor-in-Chief, The Python Papers Anthology > Firebird Foundation Committee Member > Secretary, University of Melbourne Alumni Association (Singapore) mobile: > +6596669233, +6568707927 > resume: http://maurice.vodien.com/maurice_resume.pdf > www: http://maurice.vodien.com > > _______________________________________________ > Catalog-SIG mailing list > [email protected] > http://mail.python.org/mailman/listinfo/catalog-sig > -- Tarek Ziadé - Directeur Technique INGENIWEB (TM) - SAS 50000 Euros - RC B 438 725 632 Bureaux de la Colline - 1 rue Royale - Bâtiment D - 9ème étage 92210 Saint Cloud - France Phone : 01.78.15.24.00 / Fax : 01 46 02 44 04 http://www.ingeniweb.com - une société du groupe Alter Way _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
