Modify ↓
Opened 8 years ago
Closed 8 years ago
#12842 closed defect (fixed)
Failure building egg (python setup.py bdist_egg)
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Christian Boos | Trac Release: |
Description (last modified by )
graphviz
is imported into setup.py
, which causes a failure before setup.py
runs. Also there is a failure before the dependencies are installed when running python setup.py install
.
(pve) ~/Scratch/temp$svn co https://trac-hacks.org/svn/graphvizplugin/trunk/ graphvizplugin A graphvizplugin/graphviz A graphvizplugin/examples A graphvizplugin/examples/GraphvizExamples%2FInvokingTwopi A graphvizplugin/ReleaseNotes.txt A graphvizplugin/setup.py A graphvizplugin/COPYING A graphvizplugin/build.sh A graphvizplugin/graphviz/graphviz.py A graphvizplugin/graphviz/__init__.py A graphvizplugin/README.txt A graphvizplugin/examples/GraphvizExamples%2FWikiLinksPng A graphvizplugin/examples/GraphvizExamples%2FMapNodesPng A graphvizplugin/examples/GraphvizExamples%2FInvokingNeato A graphvizplugin/examples/GraphvizExamples%2FMapWhole A graphvizplugin/examples/GraphvizExamples%2FInvokingFdp A graphvizplugin/examples/GraphvizExamples%2FOutputSvg A graphvizplugin/examples/GraphvizExamples A graphvizplugin/examples/GraphvizExamples%2FWikiLinksSvg A graphvizplugin/examples/GraphvizExamples%2FOutputGif A graphvizplugin/examples/GraphvizExamples%2FMapNodesSvg A graphvizplugin/examples/GraphvizExamples%2FGraphvizExample2 A graphvizplugin/examples/GraphvizExamples%2FGraphvizExample3 A graphvizplugin/examples/GraphvizExamples%2FInvokingDot A graphvizplugin/examples/load_examples.py A graphvizplugin/examples/GraphvizExamples%2FJustTestingGraphviz A graphvizplugin/examples/GraphvizExamples%2FOutputJpg A graphvizplugin/examples/GraphvizExamples%2FInvokingCirco A graphvizplugin/examples/GraphvizExamples%2FOutputPng A graphvizplugin/setup.cfg U graphvizplugin Checked out revision 15694. (pve) ~/Scratch/temp$virtualenv pve New python executable in /Users/rjollos/Scratch/temp/pve/bin/python2.7 Also creating executable in /Users/rjollos/Scratch/temp/pve/bin/python Installing setuptools, pip, wheel.... pve/bin/ac done. (pve) ~/Scratch/temp$. pve/bin/activate (pve) ~/Scratch/temp$cd graphvizplugin/ (pve) ~/Scratch/temp/graphvizplugin$python setup.py bdist_egg Traceback (most recent call last): File "setup.py", line 9, in <module> import graphviz File "/Users/rjollos/Scratch/temp/graphvizplugin/graphviz/__init__.py", line 1, in <module> from graphviz import __version__ File "/Users/rjollos/Scratch/temp/graphvizplugin/graphviz/graphviz.py", line 44, in <module> from genshi.builder import Element, tag ImportError: No module named genshi.builder
Attachments (1)
Change History (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Christian Boos to Ryan J Ollos |
Status: | new → accepted |
Summary: | Dependencies aren't automatically installed → Failure building egg (python setup.py bdist_egg) |
Changed 8 years ago by
Attachment: | t12842.diff added |
---|
comment:2 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.
Changes to consider: attachment:t12842.diff.