Ticket #6940 (closed defect: fixed)

Opened 3 years ago

Last modified 10 months ago

Setup fails

Reported by: forrestline@gmail.com Assigned to: rjollos
Priority: normal Component: ServerSideRedirectPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

~/Install/Trac/serversideredirectplugin/0.11 # python setup.py bdist_egg
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from tracserversideredirect.plugin import __revision__ as coderev
  File "/home/don/Install/Trac/serversideredirectplugin/0.11/tracserversideredirect/plugin.py", line 21, in <module>
    from  tracextracturl     import  extract_url
ImportError: cannot import name extract_url

Attachments

Change History

04/07/10 20:44:26 changed by nicholasbs

You need the ExtractUrlPlugin to use the ServerSideRedirectPlugin. Run setup.py install (or setup.py develop) for the ExtractUrlPlugin and try again.

To avoid the issue in the future, it'd be nice if the ServerSideRedirectPlugin had the ExtractUrlPlugin listed in its setup.py as a requirement.

05/21/10 17:03:34 changed by martin_s

  • status changed from new to closed.
  • resolution set to fixed.

(In [7985])

setup.py
Added dependency to fix #6940. Please reopen ticket if any problem remain.

03/23/11 20:43:00 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

...\serversideredirectplugin\serversideredirectplugin\0.11>python setup.py bdist_egg No local packages or download links found for TracExtractUrl?>=0.2.7030 Traceback (most recent call last):

  File "setup.py", line 26, in <module>
    entry_points = {'trac.plugins': ['tracserversideredirect.plugin = tracserversideredirect.plugin']}
  File "C:\Program Files\BitNami Trac Stack\python\lib\distutils\core.py", line 112, in setup
    _setup_distribution = dist = klass(attrs)
  File "build/bdist.linux-i686/egg/setuptools/dist.py", line 260, in __init__
  File "build/bdist.linux-i686/egg/setuptools/dist.py", line 284, in fetch_build_eggs
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain
  File "build/bdist.linux-i686/egg/setuptools/dist.py", line 327, in fetch_build_egg
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 434, in easy_install
  File "build/bdist.linux-i686/egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'

08/04/12 02:41:17 changed by rjollos

  • owner changed from martin_s to rjollos.
  • status changed from reopened to new.

08/04/12 03:37:38 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [11890]) Fixes #6940, #8680:

  • Removed setup_requires statement from setup.py. The listed package is only necessary for installation, not for running setuptools.
  • Modified import statement for extract_url since it was not importing correctly.

Tested with Trac 1.0dev-r11167.


Add/Change #6940 (Setup fails)




Change Properties
Action