Opened 7 years ago

Last modified 7 years ago

#12842 closed defect

Failure building egg (python setup.py bdist_egg) — at Version 1

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 Ryan J Ollos)

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

Change History (2)

comment:1 Changed 7 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Christian Boos to Ryan J Ollos
Status: newaccepted
Summary: Dependencies aren't automatically installedFailure building egg (python setup.py bdist_egg)

Changed 7 years ago by Ryan J Ollos

Attachment: t12842.diff added
Note: See TracTickets for help on using tickets.