Hi, try to rebuild and deliver the pyuno module before. The pyuno.dll is built there.
Bye, Joerg Liyuan(Internet) wrote: > Hi Joerg, hi all, > > Thanks for your replying! > I have converted VC project files(.dsp) to Makefile for the Python-2.5 Source. > I have rewrote the patch file (Python-2.5.patch), and compilied successfully. > but when I run the testtools,errors appear as below: > > //---------------------------------------------------------------------------- > > [e:\ooo_src680_m172_src\testtools\source\bridgetest\pyuno]dmake runtest > dmake: Executing shell macro: +echo %_cwd > dmake: Executing shell macro: +echo %_4ver > starttestwithdmakeruntest > ------------- > dmake: Executing shell macro: echo import os;print os.getcwd() | $(PYTHON) > cd ..\..\..\wntmsci10.pro\bin && set FOO=file:///E:/ooo_SRC680_m172_src/test > s/source/bridgetest/pyuno/../../../wntmsci10.pro/bin && set > TYPES=pyuno_regcomp.rdb && set UNO_SERVICES=pyuno_regcomp.rdb && python main > > Traceback (most recent call last): > File "main.py", line 35, in <module> > import uno > File "e:\ooo_SRC680_m172_src\solver\680\wntmsci10.pro\bin\pyuno\uno.py", l > 37, in <module> > import pyuno > ImportError: No module named pyuno > dmake: Error code 129, while making 'runtest' > '---*tg_merge.mk*---' > > //------------------------------------------------------------------------------------ > > Any idea of how to get rid of the problem? > > Thanks > Liyuan. > > > >>Hi, >> >>indeed microsoft removed support for exporting makefiles in VC2003 and >>later. I have yet no good idea, how to do a python build now, I saw that >>support for vc6 is still there (which can generate makefiles), but I >>don't know, if everything works with it ... (and you would need to adapt >>them to the new compiler). >> >>Bye, >> >>Joerg >> >>Liyuan wrote: >> >>>hi all >>> >>>Does anyone know of a Windows compatible command line tool that capable >>>of parsing Microsoft's VC++ workspace/project (e.g., .dsw, .dsp, .sln, >>>..vcproj, etc.) files and generating an nmake-compatible Makefile. >>>Thanks. >>> >>>Liyuan >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
