Hi, I just set up a new SLES 11 SP1 Server and updated it.
The I checked out the repository of mwlib and installed it via : python setup.py build install then i installed mwlib.rl via: easy_install mwlib.rl. The Installation shows: vm-wikitest:/home/SEGERMA/mwlib # easy_install mwlib.rl Searching for mwlib.rl Reading http://pypi.python.org/simple/mwlib.rl/ Reading http://code.pediapress.com/ Best match: mwlib.rl 0.12.6 Downloading http://pypi.python.org/packages/source/m/mwlib.rl/mwlib.rl-0.12.6.tar.gz#md5=1e431b1323b75c392fc12913eaa26c82 Processing mwlib.rl-0.12.6.tar.gz Running mwlib.rl-0.12.6/setup.py -q bdist_egg --dist-dir /tmp/ easy_install-csikD1/mwlib.rl-0.12.6/egg-dist-tmp-6BM5km Adding mwlib.rl 0.12.6 to easy-install.pth file Installed /usr/local/lib/python2.6/site-packages/mwlib.rl-0.12.6- py2.6.egg Processing dependencies for mwlib.rl Searching for mwlib.ext>=0.9.3,<0.13 Reading http://pypi.python.org/simple/mwlib.ext/ Best match: mwlib.ext 0.12.3 Downloading http://pypi.python.org/packages/source/m/mwlib.ext/mwlib.ext-0.12.3.tar.gz#md5=fb7b87f16c0b79f794d73455e408fecb Processing mwlib.ext-0.12.3.tar.gz Running mwlib.ext-0.12.3/setup.py -q bdist_egg --dist-dir /tmp/ easy_install-2Qe9JM/mwlib.ext-0.12.3/egg-dist-tmp-VjQoBo upstream-src/src/rl_addons/rl_accel/_rl_accel.c: In function âhex32â: upstream-src/src/rl_addons/rl_accel/_rl_accel.c:793: warning: format â %8.8Xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ upstream-src/src/rl_addons/rl_accel/_rl_accel.c: In function â_instanceStringWidthUâ: upstream-src/src/rl_addons/rl_accel/_rl_accel.c:1200: warning: pointer targets in assignment differ in signedness upstream-src/src/rl_addons/rl_accel/_rl_accel.c:1123: warning: âfâ may be used uninitialized in this function upstream-src/src/rl_addons/rl_accel/_rl_accel.c:1123: warning: âtâ may be used uninitialized in this function upstream-src/src/rl_addons/rl_accel/_rl_accel.c:1123: warning: âLâ may be used uninitialized in this function Adding mwlib.ext 0.12.3 to easy-install.pth file Installed /usr/local/lib/python2.6/site-packages/mwlib.ext-0.12.3- py2.6-linux-i686.egg Searching for pygments>=1.0 Reading http://pypi.python.org/simple/pygments/ Reading http://pygments.org/ Reading http://pygments.pocoo.org/ Best match: Pygments 1.3.1 Downloading http://pypi.python.org/packages/2.6/P/Pygments/Pygments-1.3.1-py2.6.egg#md5=05270ee059c038407364b28993980960 Processing Pygments-1.3.1-py2.6.egg creating /usr/local/lib/python2.6/site-packages/Pygments-1.3.1- py2.6.egg Extracting Pygments-1.3.1-py2.6.egg to /usr/local/lib/python2.6/site- packages Adding Pygments 1.3.1 to easy-install.pth file Installing pygmentize script to /usr/local/bin Installed /usr/local/lib/python2.6/site-packages/Pygments-1.3.1- py2.6.egg Finished processing dependencies for mwlib.rl So far, mwlib works. But if I test this installation via mw-render --list-writers it shows: vm-wikitest:/home/SEGERMA/mwlib # mw-render --list-writers xhtml XHTML 1.0 Transitional odf OpenDocument Text docbook <NOT LOADABLE: No module named lxml> rl <NOT LOADABLE: No module named fontswitcher> So it looks to me that ReportLab isnt installed or found. But in YAST it is installed... : python-ReportLab 2.1 I hope someone can help me. Marcel -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
