Re: Build wxPython on arm64 architecture

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
[email protected] wrote:
> Now dox part finished without error but next step etg fails with
>
> ERROR: Graphviz command `dot` cannot be run (needed for Graphviz
> output), check your ``PATH`` setting
You may have missed this ^^^ message just  before the traceback. It's
using the dot command from the graphviz package to make the inheritance
diagrams for the documentation.  You can either install that, or you can
just skip the building of the docs as part of your builds, since they
are already available to download separately. To do that you can add the
--nodoc flag to the command line.

If you would like to reduce the complexity a little more, then you can
build using the source tarball instead of a checkout from git.  If you
do that then the files generated by the dox, etg and sip commands for
build.py will already be present, and all you should need to do is build
phase, like `python build.py build` maybe followed by bdist_wheel if you
want to generate the wheel file for your build.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.