liato / android-market-api-py

A Python port of the java Android Market API.
128 stars 43 forks source link

Api using python 2.6 #2

Closed ferodia closed 12 years ago

ferodia commented 12 years ago

Hello, I need to use python 2.6 for the api, but I get this error :

import market_proto

File "/home/android/androguard/market_proto.py", line 1240, in DESCRIPTOR.message_types_by_name['AppsRequest'] = _APPSREQUEST AttributeError: 'FileDescriptor' object has no attribute 'message_types_by_name'

But Python2.7 is working fine Does anybody has an idea of what could be wrong ?

Thanks for helping