Hello guys, I signed in today and I hope that you can help me to fix two errors which appear if I try to install mwlib. I´m using the windows guide provided on 'http://code.pediapress.com/ wiki/wiki/WindowsSetup' to install the collection extension
### 1 C:\Python26\mwlib1>sh sh-3.1$ make make: *** No targets specified and no makefile found. Stop. ### 2 (This error also appears if try to install with the command: ''C: \Python26\Scripts> easy_install mwlib'' sh-3.1$ python setup.py install USING: mwlib\templ\evaluate mwlib\templ\evaluate.c USING: mwlib\templ\nodes mwlib\templ\nodes.c running install running bdist_egg running egg_info writing requirements to mwlib.egg-info\requires.txt writing mwlib.egg-info\PKG-INFO writing namespace_packages to mwlib.egg-info\namespace_packages.txt writing top-level names to mwlib.egg-info\top_level.txt writing dependency_links to mwlib.egg-info\dependency_links.txt writing entry points to mwlib.egg-info\entry_points.txt reading manifest file 'mwlib.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mwlib.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py running build_ext building 'mwlib\templ\evaluate' extension C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -Ic:\python26\include - Ic:\pytho n26\PC -c mwlib\templ\evaluate.c -o build\temp.win32-2.6\Release\mwlib \templ\eva luate.o mwlib\templ\evaluate.c: In function '__Pyx_RaiseArgtupleInvalid': mwlib\templ\evaluate.c:6444:9: warning: unknown conversion type character 'z' in format mwlib\templ\evaluate.c:6444:9: warning: format '%s' expects type 'char *', but a rgument 5 has type 'Py_ssize_t' mwlib\templ\evaluate.c:6444:9: warning: unknown conversion type character 'z' in format mwlib\templ\evaluate.c:6444:9: warning: too many arguments for format mwlib\templ\evaluate.c: In function '__Pyx_RaiseNeedMoreValuesError': mwlib\templ\evaluate.c:6606:18: warning: unknown conversion type character 'z' i n format mwlib\templ\evaluate.c:6606:18: warning: format '%s' expects type 'char *', but argument 3 has type 'Py_ssize_t' mwlib\templ\evaluate.c:6606:18: warning: too many arguments for format writing build\temp.win32-2.6\Release\mwlib\templ\evaluate.def C:\MinGW\bin\gcc.exe -mno-cygwin -shared -s build \temp.win32-2.6\Release\mwlib\t empl\evaluate.o build\temp.win32-2.6\Release\mwlib\templ\evaluate.def - Lc:\pytho n26\libs -Lc:\python26\PCbuild -lpython26 -lmsvcr90 -o build \lib.win32-2.6\mwlib \templ\evaluate.pyd Cannot export evaluate: symbol not defined Cannot export initmwlib: symbol not defined Cannot export templ: symbol not defined collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 Thanks for any help in advance, Frank Mayerhofer -- 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.
