Re: python newb has problem with import statements

2006-03-19 Thread danielmcbrearty
that was indeed the problem. Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: python newb has problem with import statements

2006-03-19 Thread Peter Otten
[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