id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 3903,Bad syntax in setup.py,Miniwark,Ryan J Ollos,"I am testing TracDownloaderPlugin on Trac 0.11 as the regular downloadable version did not work beacause of ticket #3362 i have download the revision r4492 from subversion. When i try to create an egg flie with : {{{ python setup.py bdist_egg }}} I have the following error : {{{ File ""setup.py"", line 23 extras_require = {}, ^ SyntaxError: invalid syntax }}} In setup.py commenting ''install_requires'' section with # insted of triple comas solve the problem. in setup.py replace {{{ """"""install_requires = ['PyCAPTCHA >= 0.4', 'PIL >= 1.1.5'],"""""" }}} by {{{ #install_requires = ['PyCAPTCHA >= 0.4', # 'PIL >= 1.1.5'], }}} PS1: Maybe ''extras_require'' section is a good place for PyCAPTCHA require PS2: maybe this ticket is duplicate with #3446",defect,closed,high,TracDownloaderPlugin,major,duplicate,,,0.11