[PyQt] A problem of installation of pyqt

Yan_Lantao at emc.com Yan_Lantao at emc.com
Tue Jul 29 06:45:34 BST 2008


Hi, 
	I have a license of PyQt, and my Login name is: 01-002761.

	I have something wrong when I try to install sip before I
install PyQt. I am not quite sure where the problem is.

	when I installed sip. First step, I set the set
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Qt\3.3.8
\bin;C:\MinGW\bin

	second step, I run "C:/Python24/python configure.py -p
win32-g++"

	third step, I run "mingw32-make", then the bug emerged.
------------------------------------------------------------------------
--------------------------------------------------------------

	before the three steps, I have installed the MinGW, qt 3.3.8 and
python2.4.

	and the the error printed on the screen looks like :
"siplib.o:siplib.c:<.text+0x7098>: undefined reference to
'_imp__py_NoneStruct'". I have pasted the error info below.

	Is there something wrong with my installation? Where is the
problem?

------------------------------------------------------------------------
--------------------------------------------------------------

siplib.o:siplib.c:(.text+0x6658): undefined reference to
`_imp___Py_NotImplement
edStruct'
siplib.o:siplib.c:(.text+0x6782): undefined reference to
`_imp__PyBaseObject_Typ
e'
siplib.o:siplib.c:(.text+0x684f): undefined reference to
`_imp__PyBaseObject_Typ
e'
siplib.o:siplib.c:(.text+0x6e7c): undefined reference to
`_imp__PyTuple_Type'
siplib.o:siplib.c:(.text+0x6eb6): undefined reference to
`_imp__PyString_Type'
siplib.o:siplib.c:(.text+0x6f1b): undefined reference to
`_imp__PyExc_TypeError'

qtlib.o:qtlib.c:(.text+0x3e): undefined reference to
`_imp___Py_NoneStruct'
qtlib.o:qtlib.c:(.text+0x64): undefined reference to
`_imp___Py_TrueStruct'
qtlib.o:qtlib.c:(.text+0x89e): undefined reference to
`_imp___Py_TrueStruct'
qtlib.o:qtlib.c:(.text+0x8bc): undefined reference to
`_imp___Py_NoneStruct'
qtlib.o:qtlib.c:(.text+0x958): undefined reference to
`_imp__PyExc_TypeError'
qtlib.o:qtlib.c:(.text+0xa5a): undefined reference to
`_imp___Py_NoneStruct'
qtlib.o:qtlib.c:(.text+0xa62): undefined reference to
`_imp___Py_NoneStruct'
qtlib.o:qtlib.c:(.text+0xb23): undefined reference to
`_imp__PyCFunction_Type'
qtlib.o:qtlib.c:(.text+0xb35): undefined reference to
`_imp__PyExc_NameError'
qtlib.o:qtlib.c:(.text+0x101d): undefined reference to
`_imp__PyExc_TypeError'
qtlib.o:qtlib.c:(.text+0x1043): undefined reference to
`_imp__PyExc_NameError'
qtlib.o:qtlib.c:(.text+0x1125): undefined reference to
`_imp__PyMethod_Type'
qtlib.o:qtlib.c:(.text+0x112d): undefined reference to
`_imp__PyCFunction_Type'
qtlib.o:qtlib.c:(.text+0x1337): undefined reference to
`_imp___Py_TrueStruct'
qtlib.o:qtlib.c:(.text+0x133e): undefined reference to
`_imp___Py_TrueStruct'
qtlib.o:qtlib.c:(.text+0x13db): undefined reference to
`_imp___Py_ZeroStruct'


Thanks,
Alan



More information about the PyQt mailing list