What steps will reproduce the problem?
1.Type 'google' from command line.
2.type "help frog"
Effectively means spelling mistakes cause a crash.
What is the expected output? What do you see instead?
You should get an error saying no such service, or something to that affect but
you get this:
> help frog
Traceback (most recent call last):
File "/usr/bin/google", line 463, in <module>
main()
File "/usr/bin/google", line 454, in main
run_interactive(parser)
File "/usr/bin/google", line 251, in run_interactive
run_once(options, args)
File "/usr/bin/google", line 283, in run_once
globals(), locals(), -1)
ImportError: No module named frog.service
What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
googlecl_0.9.7-1_all, on Ubuntu 10.04lts, python-gdata 1.2.4
Please provide any additional information below.
Original issue reported on code.google.com by simonmar...@gmail.com on 30 Jun 2010 at 3:41
Original issue reported on code.google.com by
simonmar...@gmail.com
on 30 Jun 2010 at 3:41