質問編集履歴

3

文章の訂正

2021/06/20 18:19

投稿

sakisato
sakisato

スコア1

test CHANGED
File without changes
test CHANGED
@@ -86,8 +86,14 @@
86
86
 
87
87
 
88
88
 
89
- https://code.google.com/archive/p/python-twitter/も見ていたのですが、<$ python setup.py build $ python setup.py install><$ hg clone http://python-twitter.googlecode.com/hg/ python-twitter $ cd python-twitter $ hg update>で完全に詰んでしまいました……。
89
+ https://code.google.com/archive/p/python-twitter/も見ていたのですが、
90
+
91
+ <$ python setup.py build $ python setup.py install>
92
+
93
+ <$ hg clone http://python-twitter.googlecode.com/hg/ python-twitter $ cd python-twitter $ hg update>
94
+
95
+ のところで完全に詰んでしまいました……。
90
96
 
91
97
  hg cloneやcdのコマンドはGit(GitHub?)に関連する記述ということでよいのでしょうか。
92
98
 
93
- 必要あればGitもインストールします。
99
+ コードを実行するのに必要あればGitもインストールします。

2

補足に参照文献追加

2021/06/20 18:19

投稿

sakisato
sakisato

スコア1

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,11 @@
83
83
  その際も同様のエラーがでたのですが、そのときは直すことができました。
84
84
 
85
85
  しかし何度実行しても削除ツイート数が0となり、うまく動かすことができなかったため、前述のコードを試しているところです。
86
+
87
+
88
+
89
+ https://code.google.com/archive/p/python-twitter/も見ていたのですが、<$ python setup.py build $ python setup.py install><$ hg clone http://python-twitter.googlecode.com/hg/ python-twitter $ cd python-twitter $ hg update>で完全に詰んでしまいました……。
90
+
91
+ hg cloneやcdのコマンドはGit(GitHub?)に関連する記述ということでよいのでしょうか。
92
+
93
+ 必要あればGitもインストールします。

1

「試したこと」に追記

2021/06/20 18:16

投稿

sakisato
sakisato

スコア1

test CHANGED
File without changes
test CHANGED
@@ -60,6 +60,12 @@
60
60
 
61
61
 
62
62
 
63
+ ・追記:
64
+
65
+ ライブラリの保存場所にて「python_twitter-3.5.dist-info」とは別に「Twitter」ファイルがあったので削除したところ、上述のエラーではなく「ModuleNotFoundError: No module named 'twitter'」のエラーに変化しました。
66
+
67
+
68
+
63
69
  ### 補足情報(FW/ツールのバージョンなど)
64
70
 
65
71
  pythonというかプログラミングが初めてで、見様見真似で制作しています。