> Since I'm new to compiling Qt with mingw and completely new to python, > I was hoping for tips on why I'm getting these errors. If anyone has > a better suggestion for a forum/mailing list then please let me know.
These symbols are all from pythonxy.dll. You need to add the corresponding import library (libpythonxy.a/pythonxy.lib) into the linker line, using a -l option. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list