Hi Andrea,
When you have a moment can you do whatever is needed that the doc for pdfviewer is built.
Werner
Hi Andrea,
When you have a moment can you do whatever is needed that the doc for pdfviewer is built.
Werner
Hi Werner,
Hi Andrea,
When you have a moment can you do whatever is needed that the doc for
pdfviewer is built.
There is nothing I can do about it, as the computer building the
Sphinx documentation doesn't have a number of packages installed. If
you see the log file here:
http://buildbot.wxpython.org:8010/builders/build-docs/builds/299/steps/shell/logs/stdio
You will see that the docs could not be built for pdfviewer because:
WARNING: Unable to import module/package 'lib.pdfviewer.pdfviewer'.
Exception was: ImportError: You either need pyPdf or pyPDF2 to use this.
The same applies to FloatCanvas (numpy is missing), ShapedButton (PIL
is missing), wxCairo (cairo is missing). I guess the only solution is
for Robin to install those packages in the build PC...
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #
On 29 March 2013 08:50, Werner wrote:
Thanks for looking into it.
I will be patient;-) .
Werner
On 29/03/2013 10:46, Andrea Gavana wrote:
Hi Werner,
On 29 March 2013 08:50, Werner wrote:
Hi Andrea,
When you have a moment can you do whatever is needed that the doc for
pdfviewer is built.There is nothing I can do about it, as the computer building the
Sphinx documentation doesn't have a number of packages installed. If
you see the log file here:http://buildbot.wxpython.org:8010/builders/build-docs/builds/299/steps/shell/logs/stdio
You will see that the docs could not be built for pdfviewer because:
WARNING: Unable to import module/package 'lib.pdfviewer.pdfviewer'.
Exception was: ImportError: You either need pyPdf or pyPDF2 to use this.The same applies to FloatCanvas (numpy is missing), ShapedButton (PIL
is missing), wxCairo (cairo is missing). I guess the only solution is
for Robin to install those packages in the build PC...
hmm -- I guess I should work on making the FloatCanvas docs more
sphinx compatible -- I"ve been wanting to do that anyway.
-Chris
On Fri, Mar 29, 2013 at 2:46 AM, Andrea Gavana <andrea.gavana@gmail.com> wrote:
The same applies to FloatCanvas (numpy is missing),
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Andrea Gavana wrote:
There is nothing I can do about it, as the computer building the
Sphinx documentation doesn't have a number of packages installed. If
you see the log file here:http://buildbot.wxpython.org:8010/builders/build-docs/builds/299/steps/shell/logs/stdio
You will see that the docs could not be built for pdfviewer because:
WARNING: Unable to import module/package 'lib.pdfviewer.pdfviewer'.
Exception was: ImportError: You either need pyPdf or pyPDF2 to use this.The same applies to FloatCanvas (numpy is missing), ShapedButton (PIL
is missing), wxCairo (cairo is missing). I guess the only solution is
for Robin to install those packages in the build PC...
Or we could fix Sphinx to use the python parser in the ast module to parse the modules and extract documentation and other info that way instead of relying on importing and introspection, thus avoiding side-effects of executing the code in the modules and failures due to missing dependencies. But since that isn't likely to happen any time soon I've installed those modules in the virtualenv used by that build slave.
--
Robin Dunn
Software Craftsman