salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

setup.py not installing all modules #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download from SVN
2. Install with: sudo python setup.py install
3. Run: google --version

What is the expected output? What do you see instead?
GoogleCL should run and output its current version number.
Instead there is an error:
Traceback (most recent call last):
  File "/usr/local/bin/google", line 53, in <module>
    import googlecl
  File "/usr/local/lib/python2.6/dist-packages/googlecl/__init__.py", line 23, in <module>
    import googlecl.config.parser
ImportError: No module named config.parser

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
Revision 511 from SVN. Ubuntu 10.10 python-gdata 2.0.8-1.1

Please provide any additional information below.
Install procedure: http://pastebin.com/2K71sWGs

Original issue reported on code.google.com by michael....@gmail.com on 15 Nov 2010 at 12:07

GoogleCodeExporter commented 9 years ago
I hadn't updated setup.py to install the new config package. r512 should fix 
the problem, let me know if it's still not showing up.

Original comment by tom.h.mi...@gmail.com on 15 Nov 2010 at 1:56

GoogleCodeExporter commented 9 years ago
That seems to have fixed the problem, thanks!

Original comment by michael....@gmail.com on 16 Nov 2010 at 7:53