Hi.<br><br>I did what you said. <br><br>import vlc<br>
mc=vlc.MediaControl('--verbose 2'.split())<br><br>The following is the stack trace. I compiled it again with the trunk 20070503.<br><br>(gdb) bt<br>#0  0x7009e0d6 in mediacontrol_exception_init ()<br>#1  0x1000161d in VLC_AddTarget (i_object=268465184, 
<br>    psz_target=0xc0ce10 "\001", ppsz_options=0x0, i_options=0, <br>    i_mode=12635664, i_pos=13811384) at libvlc.c:314<br>#2  0x1e0d855b in _image_base__ ()<br>#3  0x1e1e7e18 in _image_base__ ()<br>(gdb) Cannot access memory at address 0x1c
<br><br>I tried <a href="http://wiki.videolan.org/Python_bindings#Win32_initialization">http://wiki.videolan.org/Python_bindings#Win32_initialization</a> too, but the same result came out.<br><br><br><div><span class="gmail_quote">
2007/4/27, Olivier Aubert <<a href="mailto:olivier.aubert@liris.cnrs.fr">olivier.aubert@liris.cnrs.fr</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> It compiles when I remove -lvlc-control from vlc-config and copy<br>> libvlc.* into src/.libs.<br>This comes from a bug introduced by the split of the VLC libs into<br>libvlc and libvlc-control. vlc-config outputs the right command line
<br>options if libtool was enabled, but incorrect ones without libtool. A<br>solution is to --enable-libtool, but I do not know its status on<br>windows.<br><br>> After this, vlc crashed immediately.  Is it reliable enough (is this
<br>> my mistake?) or still being tested?<br>You should describe more precisely the crash, and give at last some<br>error messages (possibly by invoking MediaControl with --verbose 2):<br><br>mc=vlc.MediaControl('--verbose 2'.split())
<br><br>Did you have a look at<br><a href="http://wiki.videolan.org/Python_bindings#Win32_initialization">http://wiki.videolan.org/Python_bindings#Win32_initialization</a> ?<br><br>Olivier<br><br><br>--<br>This is the vlc-devel mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote>
</div><br>