Search found 3 matches

by judyboon
Thu Oct 10, 2019 7:17 pm
Forum: Platform Related Issues
Topic: mediactrl.Load always gives False
Replies: 16
Views: 3764

Re: mediactrl.Load always gives False

Yes, I am able to run the mediaplayer example perfectly. The player is able to open `demo/data/testmovie.mpg` file.

Thanks,
by judyboon
Wed Oct 09, 2019 8:02 pm
Forum: Platform Related Issues
Topic: mediactrl.Load always gives False
Replies: 16
Views: 3764

Re: mediactrl.Load always gives False

Thanks for the rely :) ONEEYEMAN. I am able to successfully build/compile wxWidgets C++ library on my 10.15 macOS. How could I let my wxPython to use the newly complied library?
by judyboon
Wed Oct 09, 2019 4:54 am
Forum: Platform Related Issues
Topic: mediactrl.Load always gives False
Replies: 16
Views: 3764

mediactrl.Load always gives False

Hi Folks, I am having some trouble in loading media files using `mediactrl.Load`. The method always return False, even the media file does exist. I also tried the demo code with `demo/data/testmovie.mpg` file, still no luck. I tried both python `2.7.14` and `3.6.5` with wxPython `4.0.6`. I also trie...