GithubHelp home page GithubHelp logo

finsky's People

Contributors

mmcloughlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

finsky's Issues

A question

Hello, I am interested in your repo, and I wanna figure out how it works.
But when I tried to send request with your codes, I got the 401 Unauthorized status code.
I thought the reason might be the token's expiration.
Could you please show us how you got the token?
Thx a lot!

Valid AuthToken

How can i get a valid auth token? I tried to send a request to https://android.clients.google.com/auth and get AUTH field from response. But anyway I get a 401 Unauthorized Error (if in auth request service = ac2dm) or blank page (if service = androidmarket), when i send request to link like this https://android.clients.google.com/fdfe/details?doc=com.google.android.apps.maps. All headers in the second query with the same as headers in client.py.

UPDATE: I thought that deviceId is androidId. It was a mistake. deviceId is "The IMEI for GSM and the MEID or ESN for CDMA phones". Everything is OK now.

Please help me please please

Traceback (most recent call last):
File "/usr/bin/finsky", line 9, in
load_entry_point('finsky==0.3.3', 'console_scripts', 'finsky')()
File "/usr/lib/python2.7/site-packages/finsky/cli.py", line 38, in main
args.action(args)
File "/usr/lib/python2.7/site-packages/finsky/cli.py", line 24, in download
details = client.details(args.doc)
File "/usr/lib/python2.7/site-packages/finsky/client.py", line 66, in details
'X-DFE-No-Prefetch': 'true',
File "/usr/lib/python2.7/site-packages/finsky/client.py", line 55, in request
r.raise_for_status()
File "/usr/lib/python2.7/site-packages/requests/models.py", line 937, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://android.clients.google.com/fdfe/details?doc=com.snapchat.android

ImportError: No module named 'early_update_pb2' - UPDATE see workaround bottom.

eyal:finsky abc$ sudo pip3.4 install -r requirements.txt
Requirement already satisfied (use --upgrade to upgrade): PyYAML==3.11 in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): protobuf==3.0.0a3 in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Collecting pydash==3.2.2 (from -r requirements.txt (line 3))
Using cached pydash-3.2.2-py2.py3-none-any.whl
Collecting requests==2.7.0 (from -r requirements.txt (line 4))
Using cached requests-2.7.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from protobuf==3.0.0a3->-r requirements.txt (line 2))
Installing collected packages: requests, pydash
Found existing installation: requests 2.8.1
Uninstalling requests-2.8.1:
Successfully uninstalled requests-2.8.1

Found existing installation: pydash 3.4.1
Uninstalling pydash-3.4.1:
Successfully uninstalled pydash-3.4.1

Successfully installed pydash-3.2.2 requests-2.7.0
eyal:finsky abc$ sudo python3.4 setup.py install
running install
running bdist_egg
running egg_info
creating finsky.egg-info
writing dependency_links to finsky.egg-info/dependency_links.txt
writing top-level names to finsky.egg-info/top_level.txt
writing finsky.egg-info/PKG-INFO
writing requirements to finsky.egg-info/requires.txt
writing entry points to finsky.egg-info/entry_points.txt
writing manifest file 'finsky.egg-info/SOURCES.txt'
reading manifest file 'finsky.egg-info/SOURCES.txt'
writing manifest file 'finsky.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-intel/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/finsky
copying finsky/init.py -> build/lib/finsky
copying finsky/cli.py -> build/lib/finsky
copying finsky/client.py -> build/lib/finsky
creating build/lib/finsky/protos
copying finsky/protos/init.py -> build/lib/finsky/protos
copying finsky/protos/ack_notification_pb2.py -> build/lib/finsky/protos
copying finsky/protos/acquisition_pb2.py -> build/lib/finsky/protos
copying finsky/protos/address_form_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/android_app_delivery_pb2.py -> build/lib/finsky/protos
copying finsky/protos/api_pb2.py -> build/lib/finsky/protos
copying finsky/protos/app_doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/billing_address_pb2.py -> build/lib/finsky/protos
copying finsky/protos/billing_profile_protos_pb2.py -> build/lib/finsky/protos
copying finsky/protos/book_doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/browse_pb2.py -> build/lib/finsky/protos
copying finsky/protos/buy_instruments_pb2.py -> build/lib/finsky/protos
copying finsky/protos/buy_pb2.py -> build/lib/finsky/protos
copying finsky/protos/carrier_billing_pb2.py -> build/lib/finsky/protos
copying finsky/protos/challenge_action_pb2.py -> build/lib/finsky/protos
copying finsky/protos/challenge_proto_pb2.py -> build/lib/finsky/protos
copying finsky/protos/check_promo_offer_pb2.py -> build/lib/finsky/protos
copying finsky/protos/client_analytics_pb2.py -> build/lib/finsky/protos
copying finsky/protos/common_device_pb2.py -> build/lib/finsky/protos
copying finsky/protos/common_pb2.py -> build/lib/finsky/protos
copying finsky/protos/consume_purchase_response_pb2.py -> build/lib/finsky/protos
copying finsky/protos/containers_pb2.py -> build/lib/finsky/protos
copying finsky/protos/content_filters_pb2.py -> build/lib/finsky/protos
copying finsky/protos/content_flagging_pb2.py -> build/lib/finsky/protos
copying finsky/protos/context_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/create_instrument_pb2.py -> build/lib/finsky/protos
copying finsky/protos/credit_card_pb2.py -> build/lib/finsky/protos
copying finsky/protos/csd_client_pb2.py -> build/lib/finsky/protos
copying finsky/protos/customer_form_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/data_tokens_pb2.py -> build/lib/finsky/protos
copying finsky/protos/dcb_pb2.py -> build/lib/finsky/protos
copying finsky/protos/debug_info_proto_pb2.py -> build/lib/finsky/protos
copying finsky/protos/debug_settings_pb2.py -> build/lib/finsky/protos
copying finsky/protos/delivery_pb2.py -> build/lib/finsky/protos
copying finsky/protos/details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/device_configuration_proto_pb2.py -> build/lib/finsky/protos
copying finsky/protos/device_fingerprinting_pb2.py -> build/lib/finsky/protos
copying finsky/protos/doc_annotations_pb2.py -> build/lib/finsky/protos
copying finsky/protos/doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/doc_list_pb2.py -> build/lib/finsky/protos
copying finsky/protos/document_pb2.py -> build/lib/finsky/protos
copying finsky/protos/document_v1_pb2.py -> build/lib/finsky/protos
copying finsky/protos/document_v2_pb2.py -> build/lib/finsky/protos
copying finsky/protos/early_update_pb2.py -> build/lib/finsky/protos
copying finsky/protos/encrypted_subscriber_info_pb2.py -> build/lib/finsky/protos
copying finsky/protos/filter_rules_pb2.py -> build/lib/finsky/protos
copying finsky/protos/form_field_reference_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/form_header_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/group_license_pb2.py -> build/lib/finsky/protos
copying finsky/protos/image_with_caption_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/info_message_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/instrument_form_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/instrument_setup_info_proto_pb2.py -> build/lib/finsky/protos
copying finsky/protos/legal_message_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/legal_message_set_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/library_replication_pb2.py -> build/lib/finsky/protos
copying finsky/protos/library_update_proto_pb2.py -> build/lib/finsky/protos
copying finsky/protos/log_pb2.py -> build/lib/finsky/protos
copying finsky/protos/modify_library_pb2.py -> build/lib/finsky/protos
copying finsky/protos/music_doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/my_account_pb2.py -> build/lib/finsky/protos
copying finsky/protos/newsstand_doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/notifications_pb2.py -> build/lib/finsky/protos
copying finsky/protos/ownership_pb2.py -> build/lib/finsky/protos
copying finsky/protos/ping_pb2.py -> build/lib/finsky/protos
copying finsky/protos/play_plus_profile_pb2.py -> build/lib/finsky/protos
copying finsky/protos/play_response_pb2.py -> build/lib/finsky/protos
copying finsky/protos/play_store_pb2.py -> build/lib/finsky/protos
copying finsky/protos/play_survey_pb2.py -> build/lib/finsky/protos
copying finsky/protos/plus_data_pb2.py -> build/lib/finsky/protos
copying finsky/protos/plus_one_pb2.py -> build/lib/finsky/protos
copying finsky/protos/plus_profile_pb2.py -> build/lib/finsky/protos
copying finsky/protos/postaladdress_pb2.py -> build/lib/finsky/protos
copying finsky/protos/preloads_pb2.py -> build/lib/finsky/protos
copying finsky/protos/promo_code_pb2.py -> build/lib/finsky/protos
copying finsky/protos/purchase_pb2.py -> build/lib/finsky/protos
copying finsky/protos/rate_suggested_content_response_pb2.py -> build/lib/finsky/protos
copying finsky/protos/rating_pb2.py -> build/lib/finsky/protos
copying finsky/protos/request_context_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/resolve_link_pb2.py -> build/lib/finsky/protos
copying finsky/protos/response_context_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/response_messages_pb2.py -> build/lib/finsky/protos
copying finsky/protos/response_pb2.py -> build/lib/finsky/protos
copying finsky/protos/restore_pb2.py -> build/lib/finsky/protos
copying finsky/protos/rev_pb2.py -> build/lib/finsky/protos
copying finsky/protos/revoke_response_pb2.py -> build/lib/finsky/protos
copying finsky/protos/search_pb2.py -> build/lib/finsky/protos
copying finsky/protos/search_suggest_pb2.py -> build/lib/finsky/protos
copying finsky/protos/self_update_pb2.py -> build/lib/finsky/protos
copying finsky/protos/simple_form_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/single_fop_payments_integrator_pb2.py -> build/lib/finsky/protos
copying finsky/protos/targeting_pb2.py -> build/lib/finsky/protos
copying finsky/protos/tax_info_form_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/tip_pb2.py -> build/lib/finsky/protos
copying finsky/protos/toc_pb2.py -> build/lib/finsky/protos
copying finsky/protos/tos_pb2.py -> build/lib/finsky/protos
copying finsky/protos/ui_error_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/ui_field_outer_class_pb2.py -> build/lib/finsky/protos
copying finsky/protos/upload_device_config_pb2.py -> build/lib/finsky/protos
copying finsky/protos/user_activity_pb2.py -> build/lib/finsky/protos
copying finsky/protos/username_password_pb2.py -> build/lib/finsky/protos
copying finsky/protos/vending_protos_pb2.py -> build/lib/finsky/protos
copying finsky/protos/video_doc_annotations_pb2.py -> build/lib/finsky/protos
copying finsky/protos/video_doc_details_pb2.py -> build/lib/finsky/protos
copying finsky/protos/voucher_pb2.py -> build/lib/finsky/protos
creating build/bdist.macosx-10.6-intel
creating build/bdist.macosx-10.6-intel/egg
creating build/bdist.macosx-10.6-intel/egg/finsky
copying build/lib/finsky/init.py -> build/bdist.macosx-10.6-intel/egg/finsky
copying build/lib/finsky/cli.py -> build/bdist.macosx-10.6-intel/egg/finsky
copying build/lib/finsky/client.py -> build/bdist.macosx-10.6-intel/egg/finsky
creating build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/init.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/ack_notification_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/acquisition_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/address_form_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/android_app_delivery_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/api_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/app_doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/billing_address_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/billing_profile_protos_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/book_doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/browse_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/buy_instruments_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/buy_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/carrier_billing_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/challenge_action_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/challenge_proto_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/check_promo_offer_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/client_analytics_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/common_device_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/common_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/consume_purchase_response_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/containers_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/content_filters_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/content_flagging_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/context_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/create_instrument_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/credit_card_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/csd_client_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/customer_form_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/data_tokens_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/dcb_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/debug_info_proto_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/debug_settings_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/delivery_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/device_configuration_proto_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/device_fingerprinting_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/doc_annotations_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/doc_list_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/document_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/document_v1_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/document_v2_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/early_update_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/encrypted_subscriber_info_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/filter_rules_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/form_field_reference_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/form_header_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/group_license_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/image_with_caption_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/info_message_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/instrument_form_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/instrument_setup_info_proto_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/legal_message_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/legal_message_set_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/library_replication_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/library_update_proto_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/log_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/modify_library_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/music_doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/my_account_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/newsstand_doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/notifications_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/ownership_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/ping_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/play_plus_profile_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/play_response_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/play_store_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/play_survey_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/plus_data_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/plus_one_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/plus_profile_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/postaladdress_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/preloads_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/promo_code_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/purchase_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/rate_suggested_content_response_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/rating_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/request_context_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/resolve_link_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/response_context_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/response_messages_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/response_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/restore_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/rev_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/revoke_response_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/search_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/search_suggest_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/self_update_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/simple_form_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/single_fop_payments_integrator_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/targeting_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/tax_info_form_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/tip_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/toc_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/tos_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/ui_error_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/ui_field_outer_class_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/upload_device_config_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/user_activity_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/username_password_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/vending_protos_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/video_doc_annotations_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/video_doc_details_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
copying build/lib/finsky/protos/voucher_pb2.py -> build/bdist.macosx-10.6-intel/egg/finsky/protos
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/init.py to init.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/cli.py to cli.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/client.py to client.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/init.py to init.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/ack_notification_pb2.py to ack_notification_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/acquisition_pb2.py to acquisition_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/address_form_outer_class_pb2.py to address_form_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/android_app_delivery_pb2.py to android_app_delivery_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/api_pb2.py to api_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/app_doc_details_pb2.py to app_doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/billing_address_pb2.py to billing_address_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/billing_profile_protos_pb2.py to billing_profile_protos_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/book_doc_details_pb2.py to book_doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/browse_pb2.py to browse_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/buy_instruments_pb2.py to buy_instruments_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/buy_pb2.py to buy_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/carrier_billing_pb2.py to carrier_billing_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/challenge_action_pb2.py to challenge_action_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/challenge_proto_pb2.py to challenge_proto_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/check_promo_offer_pb2.py to check_promo_offer_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/client_analytics_pb2.py to client_analytics_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/common_device_pb2.py to common_device_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/common_pb2.py to common_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/consume_purchase_response_pb2.py to consume_purchase_response_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/containers_pb2.py to containers_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/content_filters_pb2.py to content_filters_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/content_flagging_pb2.py to content_flagging_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/context_outer_class_pb2.py to context_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/create_instrument_pb2.py to create_instrument_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/credit_card_pb2.py to credit_card_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/csd_client_pb2.py to csd_client_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/customer_form_outer_class_pb2.py to customer_form_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/data_tokens_pb2.py to data_tokens_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/dcb_pb2.py to dcb_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/debug_info_proto_pb2.py to debug_info_proto_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/debug_settings_pb2.py to debug_settings_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/delivery_pb2.py to delivery_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/details_pb2.py to details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/device_configuration_proto_pb2.py to device_configuration_proto_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/device_fingerprinting_pb2.py to device_fingerprinting_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/doc_annotations_pb2.py to doc_annotations_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/doc_details_pb2.py to doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/doc_list_pb2.py to doc_list_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/document_pb2.py to document_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/document_v1_pb2.py to document_v1_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/document_v2_pb2.py to document_v2_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/early_update_pb2.py to early_update_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/encrypted_subscriber_info_pb2.py to encrypted_subscriber_info_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/filter_rules_pb2.py to filter_rules_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/form_field_reference_outer_class_pb2.py to form_field_reference_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/form_header_outer_class_pb2.py to form_header_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/group_license_pb2.py to group_license_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/image_with_caption_outer_class_pb2.py to image_with_caption_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/info_message_outer_class_pb2.py to info_message_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/instrument_form_outer_class_pb2.py to instrument_form_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/instrument_setup_info_proto_pb2.py to instrument_setup_info_proto_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/legal_message_outer_class_pb2.py to legal_message_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/legal_message_set_outer_class_pb2.py to legal_message_set_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/library_replication_pb2.py to library_replication_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/library_update_proto_pb2.py to library_update_proto_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/log_pb2.py to log_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/modify_library_pb2.py to modify_library_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/music_doc_details_pb2.py to music_doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/my_account_pb2.py to my_account_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/newsstand_doc_details_pb2.py to newsstand_doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/notifications_pb2.py to notifications_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/ownership_pb2.py to ownership_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/ping_pb2.py to ping_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/play_plus_profile_pb2.py to play_plus_profile_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/play_response_pb2.py to play_response_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/play_store_pb2.py to play_store_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/play_survey_pb2.py to play_survey_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/plus_data_pb2.py to plus_data_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/plus_one_pb2.py to plus_one_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/plus_profile_pb2.py to plus_profile_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/postaladdress_pb2.py to postaladdress_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/preloads_pb2.py to preloads_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/promo_code_pb2.py to promo_code_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/purchase_pb2.py to purchase_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/rate_suggested_content_response_pb2.py to rate_suggested_content_response_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/rating_pb2.py to rating_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/request_context_outer_class_pb2.py to request_context_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/resolve_link_pb2.py to resolve_link_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/response_context_outer_class_pb2.py to response_context_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/response_messages_pb2.py to response_messages_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/response_pb2.py to response_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/restore_pb2.py to restore_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/rev_pb2.py to rev_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/revoke_response_pb2.py to revoke_response_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/search_pb2.py to search_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/search_suggest_pb2.py to search_suggest_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/self_update_pb2.py to self_update_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/simple_form_outer_class_pb2.py to simple_form_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/single_fop_payments_integrator_pb2.py to single_fop_payments_integrator_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/targeting_pb2.py to targeting_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/tax_info_form_outer_class_pb2.py to tax_info_form_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/tip_pb2.py to tip_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/toc_pb2.py to toc_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/tos_pb2.py to tos_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/ui_error_outer_class_pb2.py to ui_error_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/ui_field_outer_class_pb2.py to ui_field_outer_class_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/upload_device_config_pb2.py to upload_device_config_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/user_activity_pb2.py to user_activity_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/username_password_pb2.py to username_password_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/vending_protos_pb2.py to vending_protos_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/video_doc_annotations_pb2.py to video_doc_annotations_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/video_doc_details_pb2.py to video_doc_details_pb2.cpython-34.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/finsky/protos/voucher_pb2.py to voucher_pb2.cpython-34.pyc
creating build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/PKG-INFO -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/entry_points.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/requires.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying finsky.egg-info/top_level.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/finsky-0.3.3-py3.4.egg' and adding 'build/bdist.macosx-10.6-intel/egg' to it
removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it)
Processing finsky-0.3.3-py3.4.egg
Copying finsky-0.3.3-py3.4.egg to /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Adding finsky 0.3.3 to easy-install.pth file
Installing finsky script to /Library/Frameworks/Python.framework/Versions/3.4/bin

Installed /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg
Processing dependencies for finsky==0.3.3
Searching for PyYAML==3.11
Best match: PyYAML 3.11
Adding PyYAML 3.11 to easy-install.pth file

Using /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Searching for protobuf==3.0.0a3
Best match: protobuf 3.0.0a3
Adding protobuf 3.0.0a3 to easy-install.pth file

Using /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Searching for pydash==3.2.2
Best match: pydash 3.2.2
Adding pydash 3.2.2 to easy-install.pth file

Using /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Searching for requests==2.7.0
Best match: requests 2.7.0
Adding requests 2.7.0 to easy-install.pth file

Using /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Searching for setuptools==2.1
Best match: setuptools 2.1
Adding setuptools 2.1 to easy-install.pth file
Installing easy_install script to /Library/Frameworks/Python.framework/Versions/3.4/bin
Installing easy_install-3.4 script to /Library/Frameworks/Python.framework/Versions/3.4/bin

Using /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Finished processing dependencies for finsky==0.3.3
eyal:finsky abc$ finsky
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.4/bin/finsky", line 9, in
load_entry_point('finsky==0.3.3', 'console_scripts', 'finsky')()
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 353, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 2302, in load_entry_point
return ep.load()
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 2029, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/cli.py", line 4, in
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/client.py", line 4, in
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/protos/response_pb2.py", line 16, in
ImportError: No module named 'early_update_pb2'
eyal:finsky abc$ sudo finsky
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.4/bin/finsky", line 9, in
load_entry_point('finsky==0.3.3', 'console_scripts', 'finsky')()
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 353, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 2302, in load_entry_point
return ep.load()
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources.py", line 2029, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/cli.py", line 4, in
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/client.py", line 4, in
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg/finsky/protos/response_pb2.py", line 16, in
ImportError: No module named 'early_update_pb2'

eyal:~ abc$ cd /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
eyal:site-packages abc$ ls
PyYAML-3.11-py3.4.egg-info google requests-2.7.0.dist-info
README pip setuptools
pycache pip-6.0.3.dist-info setuptools-2.1.dist-info
_markerlib pkg_resources.py setuptools.pth
andy-env.egg-link protobuf-3.0.0a3-py3.4-nspkg.pth tailer
click protobuf-3.0.0a3-py3.4.egg-info tailer3-0.3-py3.4.egg-info
click-3.3.dist-info pydash yaml
easy-install.pth pydash-3.2.2.dist-info zmq
easy_install.py pyzmq-14.7.0.dist-info
finsky-0.3.3-py3.4.egg requests

you can see the egg file is there.

what i did as a workaround is to add the protos
added to response_pb2.py
under import sys
sys.path.append('/Users/eyalabc/Documents/Source/finsky/build/lib/finsky/protos')

for some reason the referencing the egg file although it includes the protos files (just renamed to zip and extracted) is not working.
and it is in the path of libs
ython 3.4.2 (v3.4.2:ab2c023a9432, Oct 5 2014, 20:42:22)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import sys
print (sys.path)
['', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/finsky-0.3.3-py3.4.egg', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python34.zip', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/plat-darwin', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/lib-dynload', '/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages']

Where can i find module "protos"?

Hello!
Thanks for finsky packet, but i have such problem at running

File "/Library/Python/2.7/site-packages/finsky/client.py", line 4, in
import protos.response_pb2
ImportError: No module named protos.response_pb2

What is "protos". I can't find to download this module in Google.
Give me link or pip command please

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.