that was indeed the problem. Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> the init file looks like this:
>
> (docs and comments skipped)
>
> print "in pymedia" # added by me to see
> __all__= [ 'muxer', 'audio', 'video', 'removable' ]
> import muxer, audio, video, removable
>
> but I can't import submodules of pymedia:
The file with the c
Hi
Old hand at perl, giving python a try. Trying to get pymedia running on
my winxp box.
Have installed activestate python 2.4 and pymedia using precompiled
installers.
Problem is it SEEMS that the __init__.py is not getting run when I
import a module.
So, I have pymedia installed and it import