Hi, If you just want to build the documentation
python setup.py build_doc see also here: https://code.google.com/p/spyderlib/wiki/NoteForBetaTesters It indicates that the documentation should have been build automatically with python setup.py install On my install, the location of the documentation is here: /usr/lib/python2.7/site-packages/spyderlib/doc/index.html I run Archlinux, installed from package that basically does: python2 setup.py build I have no idea how easy_install is doing its magic, but maybe it is putting the docs at a different place than what the spyder documentation link assumes? Regards, David On 27 January 2013 11:37, Uwe Fechner <[email protected]> wrote: > Hello, > > I am quite happy with spyder right now, but I am missing the documentation. > > If I click on F1 (or help->Spyder documentation) I get the following error > message on the console: > spyder > abort: repository /usr/local/lib/python2.7/dist-** > packages/spyder-2.2.0beta1-**py2.7.egg not found! > gvfs-open: file:///usr/local/lib/python2.**7/dist-packages/spyder-2.2.** > 0beta1-py2.7.egg/build/lib/**spyderlib/doc/index.html: Fehler beim Öffnen > des Ortes: Fehler beim Holen der Informationen für Datei > »/usr/local/lib/python2.7/**dist-packages/spyder-2.2.** > 0beta1-py2.7.egg/build/lib/**spyderlib/doc/index.html«: Datei oder > Verzeichnis nicht gefunden > > I tried both installing via: > sudo easy_install -U spyder > > and checking out the code from the hg repository. > > How can I build the documentation? > > Best regards: > > Uwe Fechner > > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > spyderlib+unsubscribe@**googlegroups.com<spyderlib%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/spyderlib?hl=en<http://groups.google.com/group/spyderlib?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
