Hi
I'm a python newb (lots of perl formerly) that is looking at making a win32 audio recording app, so pymedia here I come ...
Downloaded and installed with no problem - using Python 2.4
Using PythinWin IDE.
>>> import pymedia
>>> dir(pymedia)
['__builtins__', '__doc__', '__file__', '__name__']
Trying to run voice_recorder.py (or most other examples) gives errors like:
import pymedia.audio.sound
as sound
ImportError: No module named audio.sound
though, In other words, I'm able to import pymedia, but not the submodules - even though
__all__= [ 'muxer', 'audio', 'video', 'removable' ]
import muxer, audio, video, removable
is in the __init.py__ for pymedia
I'm even able to browse the modules in the object browser.
WHat gives? This has to be a silly python newbie config problem, but why isn't __all__ being seen?
Thanks
Daniel
--
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com : the multi - language vocab trainer
BTW : 0873928131
- [Pymedia-users] pymedia on win32 - import problems Daniel McBrearty
- Re: [Pymedia-users] pymedia on win32 - import proble... Dmitry Borisov
- Re: [Pymedia-users] pymedia on win32 - import pr... Daniel McBrearty
