setup.py doesn't work with setuptools, so we used distutils as a workaround | |
| priority | important |
|---|---|
| type | bug |
| appeared in | <not specified> |
| done in | 0.18.0 |
| load | 0.500 |
| load left | 0.000 |
| closed by | <not specified> |
Logilab.org | anonymous [register] [login]
|
pylint #8547 setup.py doesn't work with setuptools [resolved]
|
|||||||||||||||||||
Comments
-
2009/03/19 17:55, written by sthenault
| reply to this comment
-
2009/03/20 11:42, written by anon
| reply to this comment
-
2009/03/22 00:57, written by anon
| reply to this comment
(add comment)please detail what's the problem. 'Doesn't work' doesn't help... Previous
version of pylint was (almost) easy_install'able, so it should somewhat works
at least...
maybe related to http://www.logilab.org/ticket/8464
this also doesn't work with easy_install on windows xp.
Also, setup.py install doesn't work for windows xp for
logilab-common-0.38.1 it looks OK for awhile then finally
...
byte-compiling build\bdist.win32\egg\pylint\__pkginfo__.py to __pkginfo__.pyc
Creating missing __init__.py for pylint.test
byte-compiling build\bdist.win32\egg\pylint\test\__init__.py to __init__.pyc
creating build\bdist.win32\egg\EGG-INFO
installing scripts to build\bdist.win32\egg\EGG-INFO\scripts
running install_scripts
running build_scripts
---------------------------------------------------------------------------
SystemExit Traceback (most recent call last)
c:\cygwin\home\macd\logilab-common-0.38.1\setup.py in <module>()
200
201 if __name__ == '__main__' :
--> 202 install()
203
204
c:\cygwin\home\macd\logilab-common-0.38.1\setup.py in install(**kwargs)
196 ext_modules = ext_modules,
197 cmdclass = {'install_lib': MyInstallLib},
--> 198 **kwargs
199 )
200
C:\Python25\lib\distutils\core.pyc in setup(**attrs)
166 raise
167 else:
--> 168 raise SystemExit, "error: " + str(msg)
169
170 return dist
SystemExit: error: file 'bin\pylint.bat' does not exist
WARNING: Failure executing file: <setup.py>
In [10]:
also the setup install doesn't work for logilab-astng-0.18.0 and pylint-0.16.0