Hi Angie!
You need to pass a configuration file parser. If you look at the
"main" python file, google.py, the configuration file parser is
created in the "import_service" function, on line 427.
So if you do something like
from googlecl.youtube.service import YouTubeServiceCL
import googlecl.config
config = googlecl.config.load_configuration('path_to_my/config.file')
youtube = YouTubeServiceCL(config)
That should get you a little farther. There's documentation on the
config files here:
https://code.google.com/p/googlecl/source/browse/trunk/README.config,
and the config file uses Python's ConfigParser, so you can read about
that if you want to use a config file. You can probably get away with
passing an empty file as the config file, though.
- Tom
> --
> You received this message because you are subscribed to the Google Groups
> "GoogleCL Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
googlecl-discu...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.