Bonjour a tous,

J'essaye de compiler la versiobn de wxPython "wxPython-src-3.0.0.0" ous Win7 (x86, 32 bits) avec Visual Studio 2010.
J'ai suivi la notice a la lettre comme suit:
- Installation de Python27
- cd wxPython-src-3.0.0.0\wxPython
- python build-wxpython.py --build_dir=../bld --installdir=c:\wxPython-src-3.0.0.0\install --install

tout a l'air de bien compiler sauf que au link j'ai l'erreur suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 
running build_ext
building '_media' extension
C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /UNDEBUG -DWIN32 -D_WINDOWS -D__WXMSW__ -DWXUSINGDLL=1 -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -DISOLATION_AWARE_ENABLED -UNDEBUG -DwxUSE_UNICODE=1 -Iinclude -Isrc -I..\lib\vcUNKNOWN_dll\mswu -I..\include -I..\contrib\include -IC:\Python27\include -IC:\Python27\PC /Tpsrc\msw\media_wrap.cpp /Fobuild\temp.win32-2.7\Release\src\msw\media_wrap.obj /Gy /EHsc
media_wrap.cpp
C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:..\lib\vcUNKNOWN_dll /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild wxbase30u.lib wxbase30u_net.lib wxbase30u_xml.lib wxmsw30u_core.lib wxmsw30u_adv.lib wxmsw30u_html.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib oldnames.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /EXPORT:init_media build\temp.win32-2.7\Release\src\msw\media_wrap.obj /OUT:build\lib.win32-2.7\wx\_media.pyd /IMPLIB:build\temp.win32-2.7\Release\src\msw\_media.lib /MANIFESTFILE:build\temp.win32-2.7\Release\src\msw\_media.pyd.manifest
   Creating library build\temp.win32-2.7\Release\src\msw\_media.lib and object build\temp.win32-2.7\Release\src\msw\_media.exp
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaEvent::wxMediaEvent(int,int)" (__imp_??0wxMediaEvent@@QAE@HH@Z) referenced in function __wrap_new_MediaEvent
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxMediaEvent::~wxMediaEvent(void)" (__imp_??1wxMediaEvent@@UAE@XZ) referenced in function "public: virtual void * __thiscall wxMediaEvent::`scalar deleting destructor'(unsigned int)" (??_GwxMediaEvent@@UAEPAXI@Z)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaCtrl::wxMediaCtrl(void)" (__imp_??0wxMediaCtrl@@QAE@XZ) referenced in function __wrap_new_PreMediaCtrl
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaCtrl::wxMediaCtrl(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxValidator const &,class wxString const &)" (__imp_??0wxMediaCtrl@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1ABVwxValidator@@1@Z) referenced in function __wrap_new_MediaCtrl
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxMediaCtrl::~wxMediaCtrl(void)" (__imp_??1wxMediaCtrl@@UAE@XZ) referenced in function "public: virtual void * __thiscall wxMediaCtrl::`scalar deleting destructor'(unsigned int)" (??_GwxMediaCtrl@@UAEPAXI@Z)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Create(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxValidator const &,class wxString const &)" (__imp_?Create@wxMediaCtrl@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1ABVwxValidator@@1@Z) referenced in function __wrap_MediaCtrl_Create
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Play(void)" (__imp_?Play@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Play
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Pause(void)" (__imp_?Pause@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Pause
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Stop(void)" (__imp_?Stop@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Stop
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Load(class wxString const &)" (__imp_?Load@wxMediaCtrl@@QAE_NABVwxString@@@Z) referenced in function __wrap_MediaCtrl_Load
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum wxMediaState __thiscall wxMediaCtrl::GetState(void)" (__imp_?GetState@wxMediaCtrl@@QAE?AW4wxMediaState@@XZ) referenced in function __wrap_MediaCtrl_GetState
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Seek(__int64,enum wxSeekMode)" (__imp_?Seek@wxMediaCtrl@@QAE_J_JW4wxSeekMode@@@Z) referenced in function __wrap_MediaCtrl_Seek
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Tell(void)" (__imp_?Tell@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_Tell
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Length(void)" (__imp_?Length@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_Length
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: double __thiscall wxMediaCtrl::GetPlaybackRate(void)" (__imp_?GetPlaybackRate@wxMediaCtrl@@QAENXZ) referenced in function __wrap_MediaCtrl_GetPlaybackRate
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::SetPlaybackRate(double)" (__imp_?SetPlaybackRate@wxMediaCtrl@@QAE_NN@Z) referenced in function __wrap_MediaCtrl_SetPlaybackRate
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::GetDownloadProgress(void)" (__imp_?GetDownloadProgress@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_GetDownloadProgress
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::GetDownloadTotal(void)" (__imp_?GetDownloadTotal@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_GetDownloadTotal
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: double __thiscall wxMediaCtrl::GetVolume(void)" (__imp_?GetVolume@wxMediaCtrl@@QAENXZ) referenced in function __wrap_MediaCtrl_GetVolume
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::SetVolume(double)" (__imp_?SetVolume@wxMediaCtrl@@QAE_NN@Z) referenced in function __wrap_MediaCtrl_SetVolume
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::ShowPlayerControls(enum wxMediaCtrlPlayerControls)" (__imp_?ShowPlayerControls@wxMediaCtrl@@QAE_NW4wxMediaCtrlPlayerControls@@@Z) referenced in function __wrap_MediaCtrl_ShowPlayerControls
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::LoadURI(class wxString const &)" (__imp_?LoadURI@wxMediaCtrl@@QAE_NABVwxString@@@Z) referenced in function __wrap_MediaCtrl_LoadURI
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::LoadURIWithProxy(class wxString const &,class wxString const &)" (__imp_?LoadURIWithProxy@wxMediaCtrl@@QAE_NABVwxString@@0@Z) referenced in function __wrap_MediaCtrl_LoadURIWithProxy
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxEvent * __thiscall wxMediaEvent::Clone(void)const " (?Clone@wxMediaEvent@@UBEPAVwxEvent@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "protected: virtual class wxSize __thiscall wxMediaCtrl::DoGetBestSize(void)const " (?DoGetBestSize@wxMediaCtrl@@MBE?AVwxSize@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxMediaCtrl::DoMoveWindow(int,int,int,int)" (?DoMoveWindow@wxMediaCtrl@@MAEXHHHH@Z)
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxMediaCtrl::GetClassInfo(void)const " (?GetClassInfo@wxMediaCtrl@@UBEPAVwxClassInfo@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxMediaEvent::GetClassInfo(void)const " (?GetClassInfo@wxMediaEvent@@UBEPAVwxClassInfo@@XZ)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_FINISHED" (__imp_?wxEVT_MEDIA_FINISHED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_STOP" (__imp_?wxEVT_MEDIA_STOP@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_LOADED" (__imp_?wxEVT_MEDIA_LOADED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_STATECHANGED" (__imp_?wxEVT_MEDIA_STATECHANGED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_PLAY" (__imp_?wxEVT_MEDIA_PLAY@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_PAUSE" (__imp_?wxEVT_MEDIA_PAUSE@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
build\lib.win32-2.7\wx\_media.pyd : fatal error LNK1120: 34 unresolved externals
error: command '"C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\link.exe"' failed with exit status 1120
ERROR: failed building wxPython.
 
C:\wxPython-src-3.0.0.0\wxPython>"C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN\link.exe" /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\wxPython-src-3.0.0.0\src\expat\lib /LIBPATH:..\lib\vcUNKNOWN_dll /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild wxbase30u.lib wxbase30u_net.lib wxbase30u_xml.lib wxmsw30u_core.lib wxmsw30u_adv.lib wxmsw30u_html.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib oldnames.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /EXPORT:init_media build\temp.win32-2.7\Release\src\msw\media_wrap.obj /OUT:C:\wxPython-src-3.0.0.0\wxPython\wx\_media.pyd /IMPLIB:build\temp.win32-2.7\Release\src\msw\_media.lib /MANIFESTFILE:build\temp.win32-2.7\Release\src\msw\_media.pyd.manifest
   Creating library build\temp.win32-2.7\Release\src\msw\_media.lib and object build\temp.win32-2.7\Release\src\msw\_media.exp
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaEvent::wxMediaEvent(int,int)" (__imp_??0wxMediaEvent@@QAE@HH@Z) referenced in function __wrap_new_MediaEvent
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxMediaEvent::~wxMediaEvent(void)" (__imp_??1wxMediaEvent@@UAE@XZ) referenced in function "public: virtual void * __thiscall wxMediaEvent::`scalar deleting destructor'(unsigned int)" (??_GwxMediaEvent@@UAEPAXI@Z)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaCtrl::wxMediaCtrl(void)" (__imp_??0wxMediaCtrl@@QAE@XZ) referenced in function __wrap_new_PreMediaCtrl
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxMediaCtrl::wxMediaCtrl(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxValidator const &,class wxString const &)" (__imp_??0wxMediaCtrl@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1ABVwxValidator@@1@Z) referenced in function __wrap_new_MediaCtrl
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxMediaCtrl::~wxMediaCtrl(void)" (__imp_??1wxMediaCtrl@@UAE@XZ) referenced in function "public: virtual void * __thiscall wxMediaCtrl::`scalar deleting destructor'(unsigned int)" (??_GwxMediaCtrl@@UAEPAXI@Z)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Create(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &,class wxValidator const &,class wxString const &)" (__imp_?Create@wxMediaCtrl@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1ABVwxValidator@@1@Z) referenced in function __wrap_MediaCtrl_Create
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Play(void)" (__imp_?Play@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Play
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Pause(void)" (__imp_?Pause@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Pause
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Stop(void)" (__imp_?Stop@wxMediaCtrl@@QAE_NXZ) referenced in function __wrap_MediaCtrl_Stop
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::Load(class wxString const &)" (__imp_?Load@wxMediaCtrl@@QAE_NABVwxString@@@Z) referenced in function __wrap_MediaCtrl_Load
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum wxMediaState __thiscall wxMediaCtrl::GetState(void)" (__imp_?GetState@wxMediaCtrl@@QAE?AW4wxMediaState@@XZ) referenced in function __wrap_MediaCtrl_GetState
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Seek(__int64,enum wxSeekMode)" (__imp_?Seek@wxMediaCtrl@@QAE_J_JW4wxSeekMode@@@Z) referenced in function __wrap_MediaCtrl_Seek
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Tell(void)" (__imp_?Tell@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_Tell
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::Length(void)" (__imp_?Length@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_Length
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: double __thiscall wxMediaCtrl::GetPlaybackRate(void)" (__imp_?GetPlaybackRate@wxMediaCtrl@@QAENXZ) referenced in function __wrap_MediaCtrl_GetPlaybackRate
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::SetPlaybackRate(double)" (__imp_?SetPlaybackRate@wxMediaCtrl@@QAE_NN@Z) referenced in function __wrap_MediaCtrl_SetPlaybackRate
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::GetDownloadProgress(void)" (__imp_?GetDownloadProgress@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_GetDownloadProgress
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall wxMediaCtrl::GetDownloadTotal(void)" (__imp_?GetDownloadTotal@wxMediaCtrl@@QAE_JXZ) referenced in function __wrap_MediaCtrl_GetDownloadTotal
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: double __thiscall wxMediaCtrl::GetVolume(void)" (__imp_?GetVolume@wxMediaCtrl@@QAENXZ) referenced in function __wrap_MediaCtrl_GetVolume
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::SetVolume(double)" (__imp_?SetVolume@wxMediaCtrl@@QAE_NN@Z) referenced in function __wrap_MediaCtrl_SetVolume
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::ShowPlayerControls(enum wxMediaCtrlPlayerControls)" (__imp_?ShowPlayerControls@wxMediaCtrl@@QAE_NW4wxMediaCtrlPlayerControls@@@Z) referenced in function __wrap_MediaCtrl_ShowPlayerControls
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::LoadURI(class wxString const &)" (__imp_?LoadURI@wxMediaCtrl@@QAE_NABVwxString@@@Z) referenced in function __wrap_MediaCtrl_LoadURI
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall wxMediaCtrl::LoadURIWithProxy(class wxString const &,class wxString const &)" (__imp_?LoadURIWithProxy@wxMediaCtrl@@QAE_NABVwxString@@0@Z) referenced in function __wrap_MediaCtrl_LoadURIWithProxy
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxEvent * __thiscall wxMediaEvent::Clone(void)const " (?Clone@wxMediaEvent@@UBEPAVwxEvent@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "protected: virtual class wxSize __thiscall wxMediaCtrl::DoGetBestSize(void)const " (?DoGetBestSize@wxMediaCtrl@@MBE?AVwxSize@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxMediaCtrl::DoMoveWindow(int,int,int,int)" (?DoMoveWindow@wxMediaCtrl@@MAEXHHHH@Z)
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxMediaCtrl::GetClassInfo(void)const " (?GetClassInfo@wxMediaCtrl@@UBEPAVwxClassInfo@@XZ)
media_wrap.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxMediaEvent::GetClassInfo(void)const " (?GetClassInfo@wxMediaEvent@@UBEPAVwxClassInfo@@XZ)
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_FINISHED" (__imp_?wxEVT_MEDIA_FINISHED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_STOP" (__imp_?wxEVT_MEDIA_STOP@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_LOADED" (__imp_?wxEVT_MEDIA_LOADED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_STATECHANGED" (__imp_?wxEVT_MEDIA_STATECHANGED@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_PLAY" (__imp_?wxEVT_MEDIA_PLAY@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
media_wrap.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxMediaEvent> const wxEVT_MEDIA_PAUSE" (__imp_?wxEVT_MEDIA_PAUSE@@3V?$wxEventTypeTag@VwxMediaEvent@@@@B) referenced in function _init_media
C:\wxPython-src-3.0.0.0\wxPython\wx\_media.pyd : fatal error LNK1120: 34 unresolved externals
ou est mon erreure ? est-ce qu'il me manque un lien vers une Lib ?
Est-ce que quelqu'un peut m'aider

Merci d'avance