kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

package directory 'apiclient' does not exist #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i give the command
setup.py install
it gives the following output:

running install
running bdist_egg
running egg_info
writing requirements to google_api_python_client.egg-info\requires.txt
writing google_api_python_client.egg-info\PKG-INFO
writing top-level names to google_api_python_client.egg-info\top_level.txt
writing dependency_links to 
google_api_python_client.egg-info\dependency_links.txt
warning: manifest_maker: standard file 'setup.py' not found

error: package directory 'apiclient' does not exist

i was installing google-api-python-client-1.0c1
i am using python 2.7.3 and windows 7

Original issue reported on code.google.com by himanshu...@gmail.com on 19 Jun 2012 at 6:43

GoogleCodeExporter commented 9 years ago
The suggested installation is either via easy_install or pip:

  http://code.google.com/p/google-api-python-client/wiki/Installation

Do those also not work for you?

Original comment by jcgregorio@google.com on 20 Jun 2012 at 1:02

GoogleCodeExporter commented 9 years ago
it worked.
thanks a lot.

Original comment by himanshu...@gmail.com on 21 Jun 2012 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by jcgregorio@google.com on 21 Jun 2012 at 6:10