Last active
August 29, 2015 14:17
-
-
Save kyleskrinak/a8e6894ea1207f401b59 to your computer and use it in GitHub Desktop.
geektool 0.2a installation errors on MacOSX 10.10.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo python setup.py test [±master] | |
/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-14.3.1-py2.7.egg/setuptools/dist.py:282: UserWarning: Normalizing '0.2a' to '0.2a0' | |
running test | |
running egg_info | |
writing requirements to geeknote.egg-info/requires.txt | |
writing geeknote.egg-info/PKG-INFO | |
writing top-level names to geeknote.egg-info/top_level.txt | |
writing dependency_links to geeknote.egg-info/dependency_links.txt | |
writing entry points to geeknote.egg-info/entry_points.txt | |
reading manifest file 'geeknote.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching 'README.MD' | |
warning: no previously-included files found matching '*.orig' | |
warning: no previously-included files found matching '*.pyc' | |
writing manifest file 'geeknote.egg-info/SOURCES.txt' | |
running build_ext | |
testEmptyCommand (tests.argparserTest.testArgparser) ... Version: 0.1 | |
Geeknote - a command line client for Evernote. | |
Use geeknote --help to read documentation. | |
And visit www.geeknote.me to check for updates. | |
ok | |
testErrorArg (tests.argparserTest.testArgparser) ... Unexpected argument "--test_arg_err" for command "testing" | |
Options for: testing | |
Available arguments: | |
--test_req_arg : [default] Set note title | |
--test_arg : Add tag to note | |
--test_arg2 : Add tag to note | |
Available flags: | |
--test_flag : Add tag to note | |
ok | |
testErrorCommands (tests.argparserTest.testArgparser) ... Unexpected command "testing_err" | |
Available commands: | |
tag-edit : Edit/rename tag. | |
show : Output note in the terminal. | |
notebook-list : Show the list of existing notebooks in your Evernote. | |
testing : Create note | |
tag-list : Show the list of existing tags in your Evernote. | |
logout : Logout from Evernote. | |
user : Show information about active user. | |
find : Search notes in Evernote. | |
settings : Show and edit current settings. | |
edit : Edit note in Evernote. | |
create : Create note in evernote. | |
remove : Remove note from Evernote. | |
notebook-create : Create new notebook. | |
login : Authorize in Evernote. | |
notebook-edit : Edit/rename notebook. | |
tag-create : Create new tag. | |
ok | |
testErrorFlag (tests.argparserTest.testArgparser) ... Unexpected argument "test_val" for command "testing" | |
Options for: testing | |
Available arguments: | |
--test_req_arg : [default] Set note title | |
--test_arg : Add tag to note | |
--test_arg2 : Add tag to note | |
Available flags: | |
--test_flag : Add tag to note | |
ok | |
testErrorNoArg (tests.argparserTest.testArgparser) ... Unexpected value "" for argument "--test_req_arg" | |
Options for: testing | |
Available arguments: | |
--test_req_arg : [default] Set note title | |
--test_arg : Add tag to note | |
--test_arg2 : Add tag to note | |
Available flags: | |
--test_flag : Add tag to note | |
ok | |
testErrorReq (tests.argparserTest.testArgparser) ... Not found required argument "--test_req_arg" for command "testing" | |
Options for: testing | |
Available arguments: | |
--test_req_arg : [default] Set note title | |
--test_arg : Add tag to note | |
--test_arg2 : Add tag to note | |
Available flags: | |
--test_flag : Add tag to note | |
ok | |
testErrorVal (tests.argparserTest.testArgparser) ... Unexpected value "--test_arg" for argument "--test_req_arg" | |
Options for: testing | |
Available arguments: | |
--test_req_arg : [default] Set note title | |
--test_arg : Add tag to note | |
--test_arg2 : Add tag to note | |
Available flags: | |
--test_flag : Add tag to note | |
ok | |
testSuccessCommand1 (tests.argparserTest.testArgparser) ... ok | |
testSuccessCommand2 (tests.argparserTest.testArgparser) ... ok | |
testSuccessCommand3 (tests.argparserTest.testArgparser) ... ok | |
testSuccessCommand4 (tests.argparserTest.testArgparser) ... ok | |
testSuccessCommand5 (tests.argparserTest.testArgparser) ... ok | |
testSuccessShortAttr (tests.argparserTest.testArgparser) ... ok | |
testSuccessShortAttr2 (tests.argparserTest.testArgparser) ... ok | |
test_ENMLToText (tests.editorTest.testEditor) ... FAIL | |
test_TextToENML (tests.editorTest.testEditor) ... ok | |
test_wrapENML_success (tests.editorTest.testEditor) ... ok | |
test_wrapENML_without_argument_fail (tests.editorTest.testEditor) ... ok | |
test_patched_client (tests.gclientTests.testGclient) ... ok | |
test_patched_client_contain_methods (tests.gclientTests.testGclient) ... ok | |
testError_createSearchRequest1 (tests.geeknoteTest.testNotes) ... Incorrect date format in --date attribute. Format: 31.12.1999 | |
ERROR | |
test_createSearchRequest1 (tests.geeknoteTest.testNotes) ... ok | |
test_createSearchRequest2 (tests.geeknoteTest.testNotes) ... ok | |
Sorry, operation has failed!!!. oteTest.testNotes) ... | |
ERROR | |
test_parseInput1 (tests.geeknoteTest.testNotes) ... ok | |
test_parseInput2 (tests.geeknoteTest.testNotes) ... ok | |
test_strip_chn (tests.gnsyncTest.testGnsync) ... ok | |
test_strip_eng (tests.gnsyncTest.testGnsync) ... ok | |
test_strip_kor (tests.gnsyncTest.testGnsync) ... ok | |
test_strip_nochange (tests.gnsyncTest.testGnsync) ... ok | |
test_failure_message_success (tests.outTest.outTestsWithHackedStdout) ... fail | |
FAIL | |
test_print_about_success (tests.outTest.outTestsWithHackedStdout) ... Version: 0.1 | |
Geeknote - a command line client for Evernote. | |
Use geeknote --help to read documentation. | |
And visit www.geeknote.me to check for updates. | |
FAIL | |
test_print_date (tests.outTest.outTestsWithHackedStdout) ... FAIL | |
test_print_line (tests.outTest.outTestsWithHackedStdout) ... test | |
FAIL | |
test_print_line_other_endline_success (tests.outTest.outTestsWithHackedStdout) ... test | |
FAIL | |
test_print_list_with_selector_success (tests.outTest.outTestsWithHackedStdout) ... =================== test ================== | |
Total found: 2 | |
1 : 31.12.1969 testnote | |
2 : 31.12.1969 testnote | |
0 : -Cancel- | |
FAIL | |
test_print_list_with_title_success (tests.outTest.outTestsWithHackedStdout) ... =================== test ================== | |
Total found: 2 | |
1 : 31.12.1969 testnote | |
2 : 31.12.1969 testnote | |
FAIL | |
test_print_list_with_urls_success (tests.outTest.outTestsWithHackedStdout) ... =================== test ================== | |
Total found: 2 | |
1 : 31.12.1969 testnote >>> https://www.evernote.com/Home.action?#n=12345 | |
2 : 31.12.1969 testnote >>> https://www.evernote.com/Home.action?#n=12345 | |
FAIL | |
test_print_list_without_title_success (tests.outTest.outTestsWithHackedStdout) ... Total found: 2 | |
1 : 31.12.1969 testnote | |
2 : 31.12.1969 testnote | |
FAIL | |
test_search_result_success (tests.outTest.outTestsWithHackedStdout) ... Search request: test | |
Total found: 2 | |
1 : 31.12.1969 testnote | |
2 : 31.12.1969 testnote | |
FAIL | |
test_separator_empty_args_success (tests.outTest.outTestsWithHackedStdout) ... | |
FAIL | |
test_separator_with_title_success (tests.outTest.outTestsWithHackedStdout) ... ------------------- test ------------------ | |
FAIL | |
test_separator_without_title_success (tests.outTest.outTestsWithHackedStdout) ... ---------------------------------------- | |
FAIL | |
test_show_note_success (tests.outTest.outTestsWithHackedStdout) ... ################## TITLE ################## | |
testnote | |
=================== META ================== | |
Created: 31.12.1969 | |
Updated: 31.12.1969 | |
ERROR | |
test_show_user_with_fullinfo_success (tests.outTest.outTestsWithHackedStdout) ... ################ USER INFO ################ | |
Username : testusername | |
Name : testname | |
Email : testemail | |
Upload limit : 0.00 | |
Upload limit end : 01.01.1970 | |
FAIL | |
test_show_user_without_fullinfo_success (tests.outTest.outTestsWithHackedStdout) ... ################ USER INFO ################ | |
Username : testusername | |
Name : testname | |
Email : testemail | |
FAIL | |
test_success_message_success (tests.outTest.outTestsWithHackedStdout) ... success | |
FAIL | |
test_repr_notebook (tests.storageTest.modelsTest) ... ok | |
test_repr_search (tests.storageTest.modelsTest) ... ok | |
test_repr_setting (tests.storageTest.modelsTest) ... ok | |
test_repr_tag (tests.storageTest.modelsTest) ... ok | |
test_rept_userprop (tests.storageTest.modelsTest) ... ok | |
test_create_user_without_info_fail (tests.storageTest.storageTest) ... ok | |
test_create_user_without_token_fail (tests.storageTest.storageTest) ... ok | |
test_get_empty_search_success (tests.storageTest.storageTest) ... ok | |
test_get_empty_settings (tests.storageTest.storageTest) ... ok | |
test_get_search_exists_success (tests.storageTest.storageTest) ... ok | |
test_get_setting_exist_success (tests.storageTest.storageTest) ... ok | |
test_get_setting_not_exist_fail (tests.storageTest.storageTest) ... ok | |
test_get_tags_success (tests.storageTest.storageTest) ... ok | |
test_get_user_info_success (tests.storageTest.storageTest) ... ok | |
test_get_user_prop_not_exists (tests.storageTest.storageTest) ... ok | |
test_get_user_props_exists_success (tests.storageTest.storageTest) ... ok | |
test_get_user_props_success (tests.storageTest.storageTest) ... ok | |
test_get_user_token_success (tests.storageTest.storageTest) ... ok | |
test_remove_user_success (tests.storageTest.storageTest) ... ok | |
test_replace_notebooks_success (tests.storageTest.storageTest) ... ok | |
test_replace_tags_success (tests.storageTest.storageTest) ... ok | |
test_set_exists_user_prop (tests.storageTest.storageTest) ... ok | |
test_set_new_user_prop (tests.storageTest.storageTest) ... ok | |
test_set_notebooks_error_type_fail (tests.storageTest.storageTest) ... ok | |
test_set_notebooks_none_value_fail (tests.storageTest.storageTest) ... ok | |
test_set_notebooks_success (tests.storageTest.storageTest) ... ok | |
test_set_search_true (tests.storageTest.storageTest) ... ok | |
test_set_setting_error_type_fail (tests.storageTest.storageTest) ... ok | |
test_set_setting_none_value_fail (tests.storageTest.storageTest) ... ok | |
test_set_setting_true (tests.storageTest.storageTest) ... ok | |
test_set_settings_success (tests.storageTest.storageTest) ... ok | |
test_set_tags_error_type_fail (tests.storageTest.storageTest) ... ok | |
test_set_tags_none_value_fail (tests.storageTest.storageTest) ... ok | |
test_set_tags_success (tests.storageTest.storageTest) ... ok | |
test_update_settings_fail (tests.storageTest.storageTest) ... ok | |
test_check_is_int_false (tests.toolsTest.testTools) ... ok | |
test_check_is_int_float_success (tests.toolsTest.testTools) ... ok | |
test_check_is_int_success (tests.toolsTest.testTools) ... ok | |
test_decode_args_success (tests.toolsTest.testTools) ... ok | |
test_stdinEncode_success (tests.toolsTest.testTools) ... ok | |
test_stdoutEncode_success (tests.toolsTest.testTools) ... ok | |
test_strip_dict_data_success (tests.toolsTest.testTools) ... ok | |
test_strip_int_data_false (tests.toolsTest.testTools) ... ok | |
test_strip_list_data_success (tests.toolsTest.testTools) ... ok | |
test_strip_none_data_success (tests.toolsTest.testTools) ... ok | |
test_strip_str_data_success (tests.toolsTest.testTools) ... ok | |
test_struct_success (tests.toolsTest.testTools) ... ok | |
====================================================================== | |
ERROR: testError_createSearchRequest1 (tests.geeknoteTest.testNotes) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/geeknoteTest.py", line 92, in testError_createSearchRequest1 | |
date="12.31.1999") | |
File "/Users/kds38/geeknote/geeknote/geeknote.py", line 841, in _createSearchRequest | |
return tools.exitErr() | |
File "/Users/kds38/geeknote/geeknote/tools.py", line 68, in exitErr | |
_exit(message, code) | |
File "/Users/kds38/geeknote/geeknote/tools.py", line 60, in _exit | |
out.preloader.exit(code) | |
File "/Users/kds38/geeknote/geeknote/out.py", line 78, in exit | |
sys.exit(code) | |
SystemExit: 1 | |
====================================================================== | |
ERROR: test_editWithEditorInThread (tests.geeknoteTest.testNotes) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/geeknoteTest.py", line 61, in test_editWithEditorInThread | |
self.notes._editWithEditorInThread(testData) | |
File "/Users/kds38/geeknote/geeknote/geeknote.py", line 611, in _editWithEditorInThread | |
result = self.getEvernote().createNote(**inputData) | |
File "/Users/kds38/geeknote/geeknote/geeknote.py", line 74, in wrapper | |
tools.exitErr() | |
File "/Users/kds38/geeknote/geeknote/tools.py", line 68, in exitErr | |
_exit(message, code) | |
File "/Users/kds38/geeknote/geeknote/tools.py", line 60, in _exit | |
out.preloader.exit(code) | |
File "/Users/kds38/geeknote/geeknote/out.py", line 78, in exit | |
sys.exit(code) | |
SystemExit: 1 | |
====================================================================== | |
ERROR: test_show_note_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 113, in test_show_note_success | |
showNote(NoteStub()) | |
File "/Users/kds38/geeknote/geeknote/out.py", line 34, in wrapped | |
return fn(*args, **kwargs) | |
File "/Users/kds38/geeknote/geeknote/out.py", line 173, in showNote | |
for key, value in note.attributes.__dict__.items(): | |
AttributeError: 'NoteStub' object has no attribute 'attributes' | |
====================================================================== | |
FAIL: test_ENMLToText (tests.editorTest.testEditor) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/editorTest.py", line 30, in test_ENMLToText | |
self.assertEqual(Editor.ENMLtoText(wrapped), self.MD_TEXT) | |
AssertionError: '# Header 1\n\n## Header 2\n\nLine 1\n\n_Line 2_\n\n**Line 3**\n' != '# Header 1\n\n## Header 2\n\nLine 1\n\n_Line 2_\n\n**Line 3**\n\n' | |
====================================================================== | |
FAIL: test_failure_message_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 78, in test_failure_message_success | |
self.assertEquals(sys.stdout.read(), 'fail\n') | |
AssertionError: '' != 'fail\n' | |
====================================================================== | |
FAIL: test_print_about_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 56, in test_print_about_success | |
self.assertEquals(sys.stdout.read(), about) | |
AssertionError: '' != 'Version: 0.1\nGeeknote - a command line client for Evernote.\nUse geeknote --help to read documentation.\nAnd visit www.geeknote.me to check for updates.\n' | |
====================================================================== | |
FAIL: test_print_date (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 165, in test_print_date | |
self.assertEquals(printDate(1000000), '12.01.1970') | |
AssertionError: '31.12.1969' != '12.01.1970' | |
====================================================================== | |
FAIL: test_print_line (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 42, in test_print_line | |
self.assertEquals(sys.stdout.read(), 'test\n') | |
AssertionError: '' != 'test\n' | |
====================================================================== | |
FAIL: test_print_line_other_endline_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 47, in test_print_line_other_endline_success | |
self.assertEquals(sys.stdout.read(), 'test\n\r') | |
AssertionError: '' != 'test\n\r' | |
====================================================================== | |
FAIL: test_print_list_with_selector_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 153, in test_print_list_with_selector_success | |
self.assertEquals(sys.stdout.read(), notes_list) | |
AssertionError: '' != '=================== test ==================\nTotal found: 2\n 1 : 01.01.1970 testnote\n 2 : 01.01.1970 testnote\n 0 : -Cancel-\n' | |
====================================================================== | |
FAIL: test_print_list_with_title_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 132, in test_print_list_with_title_success | |
self.assertEquals(sys.stdout.read(), notes_list) | |
AssertionError: '' != '=================== test ==================\nTotal found: 2\n 1 : 01.01.1970 testnote\n 2 : 01.01.1970 testnote\n' | |
====================================================================== | |
FAIL: test_print_list_with_urls_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 142, in test_print_list_with_urls_success | |
self.assertEquals(sys.stdout.read(), notes_list) | |
AssertionError: '' != '=================== test ==================\nTotal found: 2\n 1 : 01.01.1970 testnote >>> https://www.evernote.com/Home.action?#n=12345\n 2 : 01.01.1970 testnote >>> https://www.evernote.com/Home.action?#n=12345\n' | |
====================================================================== | |
FAIL: test_print_list_without_title_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 123, in test_print_list_without_title_success | |
self.assertEquals(sys.stdout.read(), notes_list) | |
AssertionError: '' != 'Total found: 2\n 1 : 01.01.1970 testnote\n 2 : 01.01.1970 testnote\n' | |
====================================================================== | |
FAIL: test_search_result_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 162, in test_search_result_success | |
self.assertEquals(sys.stdout.read(), result) | |
AssertionError: '' != 'Search request: test\nTotal found: 2\n 1 : 01.01.1970 testnote\n 2 : 01.01.1970 testnote\n' | |
====================================================================== | |
FAIL: test_separator_empty_args_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 73, in test_separator_empty_args_success | |
self.assertEquals(sys.stdout.read(), '\n\n') | |
AssertionError: '' != '\n\n' | |
====================================================================== | |
FAIL: test_separator_with_title_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 62, in test_separator_with_title_success | |
self.assertEquals(sys.stdout.read(), line) | |
AssertionError: '' != '------------------- test ------------------\n' | |
====================================================================== | |
FAIL: test_separator_without_title_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 68, in test_separator_without_title_success | |
self.assertEquals(sys.stdout.read(), line) | |
AssertionError: '' != '----------------------------------------\n\n' | |
====================================================================== | |
FAIL: test_show_user_with_fullinfo_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 103, in test_show_user_with_fullinfo_success | |
self.assertEquals(sys.stdout.read(), info) | |
AssertionError: '' != '################ USER INFO ################\nUsername : testusername\nName : testname\nEmail : testemail\nUpload limit : 0.00\nUpload limit end : 01.01.1970\n' | |
====================================================================== | |
FAIL: test_show_user_without_fullinfo_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 92, in test_show_user_without_fullinfo_success | |
self.assertEquals(sys.stdout.read(), info) | |
AssertionError: '' != '################ USER INFO ################\nUsername : testusername\nName : testname\nEmail : testemail\n' | |
====================================================================== | |
FAIL: test_success_message_success (tests.outTest.outTestsWithHackedStdout) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/kds38/geeknote/tests/outTest.py", line 83, in test_success_message_success | |
self.assertEquals(sys.stdout.read(), 'success\n') | |
AssertionError: '' != 'success\n' | |
---------------------------------------------------------------------- | |
Ran 94 tests in 15.355s | |
FAILED (failures=17, errors=3) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> $ sudo python setup.py install [±master] | |
Password: | |
/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-14.3.1-py2.7.egg/setuptools/dist.py:282: UserWarning: Normalizing '0.2a' to '0.2a0' | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to geeknote.egg-info/requires.txt | |
writing geeknote.egg-info/PKG-INFO | |
writing top-level names to geeknote.egg-info/top_level.txt | |
writing dependency_links to geeknote.egg-info/dependency_links.txt | |
writing entry points to geeknote.egg-info/entry_points.txt | |
reading manifest file 'geeknote.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching 'README.MD' | |
warning: no previously-included files found matching '*.orig' | |
warning: no previously-included files found matching '*.pyc' | |
writing manifest file 'geeknote.egg-info/SOURCES.txt' | |
installing library code to build/bdist.macosx-10.9-x86_64/egg | |
running install_lib | |
running build_py | |
creating build/bdist.macosx-10.9-x86_64/egg | |
creating build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/argparser.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/config.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/editor.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/gclient.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/geeknote.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/gnsync.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/log.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/oauth.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/out.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/storage.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
copying build/lib/geeknote/tools.py -> build/bdist.macosx-10.9-x86_64/egg/geeknote | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/argparser.py to argparser.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/config.py to config.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/editor.py to editor.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/gclient.py to gclient.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/geeknote.py to geeknote.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/gnsync.py to gnsync.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/log.py to log.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/oauth.py to oauth.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/out.py to out.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/storage.py to storage.pyc | |
byte-compiling build/bdist.macosx-10.9-x86_64/egg/geeknote/tools.py to tools.pyc | |
creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/PKG-INFO -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/entry_points.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/not-zip-safe -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/requires.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
copying geeknote.egg-info/top_level.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO | |
creating 'dist/geeknote-0.2a0-py2.7.egg' and adding 'build/bdist.macosx-10.9-x86_64/egg' to it | |
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it) | |
Processing geeknote-0.2a0-py2.7.egg | |
removing '/usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg' (and everything under it) | |
creating /usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg | |
Extracting geeknote-0.2a0-py2.7.egg to /usr/local/lib/python2.7/site-packages | |
geeknote 0.2a0 is already the active version in easy-install.pth | |
Installing geeknote script to /usr/local/bin | |
Installing gnsync script to /usr/local/bin | |
Installed /usr/local/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg | |
Processing dependencies for geeknote==0.2a0 | |
Searching for thrift==0.9.2 | |
Best match: thrift 0.9.2 | |
Processing thrift-0.9.2-py2.7-macosx-10.9-x86_64.egg | |
thrift 0.9.2 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/thrift-0.9.2-py2.7-macosx-10.9-x86_64.egg | |
Searching for beautifulsoup4==4.3.2 | |
Best match: beautifulsoup4 4.3.2 | |
Processing beautifulsoup4-4.3.2-py2.7.egg | |
beautifulsoup4 4.3.2 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg | |
Searching for markdown2==2.3.0 | |
Best match: markdown2 2.3.0 | |
Processing markdown2-2.3.0-py2.7.egg | |
markdown2 2.3.0 is already the active version in easy-install.pth | |
Installing markdown2 script to /usr/local/bin | |
Using /usr/local/lib/python2.7/site-packages/markdown2-2.3.0-py2.7.egg | |
Searching for SQLAlchemy==0.9.9 | |
Best match: SQLAlchemy 0.9.9 | |
Processing SQLAlchemy-0.9.9-py2.7-macosx-10.9-x86_64.egg | |
SQLAlchemy 0.9.9 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/SQLAlchemy-0.9.9-py2.7-macosx-10.9-x86_64.egg | |
Searching for html2text==2015.2.18 | |
Best match: html2text 2015.2.18 | |
Processing html2text-2015.2.18-py2.7.egg | |
html2text 2015.2.18 is already the active version in easy-install.pth | |
Installing html2text script to /usr/local/bin | |
Using /usr/local/lib/python2.7/site-packages/html2text-2015.2.18-py2.7.egg | |
Searching for evernote==1.25.0 | |
Best match: evernote 1.25.0 | |
Processing evernote-1.25.0-py2.7.egg | |
evernote 1.25.0 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/evernote-1.25.0-py2.7.egg | |
Searching for oauth2==1.5.211 | |
Best match: oauth2 1.5.211 | |
Processing oauth2-1.5.211-py2.7.egg | |
oauth2 1.5.211 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/oauth2-1.5.211-py2.7.egg | |
Searching for httplib2==0.9 | |
Best match: httplib2 0.9 | |
Processing httplib2-0.9-py2.7.egg | |
httplib2 0.9 is already the active version in easy-install.pth | |
Using /usr/local/lib/python2.7/site-packages/httplib2-0.9-py2.7.egg | |
Finished processing dependencies for geeknote==0.2a0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment