Closed GoogleCodeExporter closed 9 years ago
I have the same issue with MacOsX 10.5.8.
Just following the example:
import twitter
api = twitter.Api()
Produces the same error:
File "twitter.py", line 1, in <module>
import twitter
File "/Users/tequilamambo/Desktop/twitter.py", line 3, in <module>
api = twitter.Api()
AttributeError: 'module' object has no attribute 'Api'
Original comment by oguerrer
on 4 Mar 2010 at 10:51
Your seeing a package namespace issue between two Python Twitter API modules.
Ours uses twitter.py as well as the Twyt package (see
http://andrewprice.me.uk/projects/twyt/ )
Not much we can do about this really IMO
Original comment by bear42
on 18 Aug 2010 at 7:42
Original issue reported on code.google.com by
alfonso....@gmail.com
on 24 Jun 2009 at 10:17