1ap / google-api-python-client

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

Conflicting module name 'apiclient' #307

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run 'pip install apiclient'
2. run whatever package that depends on google-api-python-client (from 
apiclient import discover)
3. encounter errors due to different api/module

Please provide any additional information below.

This is more a problem for people not familiar with either package which can 
cause them to believe that packages that call 'import apiclient' just require 
the aptly named apiclient from the cheeseshop.

Also note the upstream issue I have reported: 
https://github.com/shazow/apiclient/issues/4

Original issue reported on code.google.com by red15...@gmail.com on 22 Oct 2013 at 11:56