Modify

Opened 15 years ago

Closed 8 years ago

#7049 closed defect (worksforme)

easy_install error

Reported by: anonymous Owned by: astei
Priority: normal Component: DrupalIntegration
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Running

setup.py -q bdist_egg --dist-dir /tmp/easy_install-MAiD7r/0.11/egg-dist-tmp-TVs_Hi
unrecognized .svn/entries format in zip_safe flag not set; analyzing archive contents...

this looks like an interesting plugin but to date we haven't been able to use.

Attachments (0)

Change History (2)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 8 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Works for me:

$python setup.py bdist_egg
running bdist_egg
running egg_info
creating TracDrupalIntegration.egg-info
writing TracDrupalIntegration.egg-info/PKG-INFO
writing top-level names to TracDrupalIntegration.egg-info/top_level.txt
writing dependency_links to TracDrupalIntegration.egg-info/dependency_links.txt
writing entry points to TracDrupalIntegration.egg-info/entry_points.txt
writing manifest file 'TracDrupalIntegration.egg-info/SOURCES.txt'
writing manifest file 'TracDrupalIntegration.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.12-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/drupalintegration
copying drupalintegration/__init__.py -> build/lib/drupalintegration
copying drupalintegration/DrupalIntegration.py -> build/lib/drupalintegration
creating build/bdist.macosx-10.12-x86_64
creating build/bdist.macosx-10.12-x86_64/egg
creating build/bdist.macosx-10.12-x86_64/egg/drupalintegration
copying build/lib/drupalintegration/__init__.py -> build/bdist.macosx-10.12-x86_64/egg/drupalintegration
copying build/lib/drupalintegration/DrupalIntegration.py -> build/bdist.macosx-10.12-x86_64/egg/drupalintegration
byte-compiling build/bdist.macosx-10.12-x86_64/egg/drupalintegration/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.12-x86_64/egg/drupalintegration/DrupalIntegration.py to DrupalIntegration.pyc
creating build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying TracDrupalIntegration.egg-info/PKG-INFO -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying TracDrupalIntegration.egg-info/SOURCES.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying TracDrupalIntegration.egg-info/dependency_links.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying TracDrupalIntegration.egg-info/entry_points.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
copying TracDrupalIntegration.egg-info/top_level.txt -> build/bdist.macosx-10.12-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/TracDrupalIntegration-0.1-py2.7.egg' and adding 'build/bdist.macosx-10.12-x86_64/egg' to it
removing 'build/bdist.macosx-10.12-x86_64/egg' (and everything under it)

Please upgrade to the latest setuptools.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain astei.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.