質問編集履歴

9

誤字

2021/10/24 03:29

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -43,8 +43,6 @@
43
43
  import webbrowser
44
44
 
45
45
  import pyautogui
46
-
47
- import pyperclip
48
46
 
49
47
  import time
50
48
 

8

誤字

2021/10/24 03:29

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -82,8 +82,6 @@
82
82
 
83
83
  import pyautogui
84
84
 
85
- import pyperclip
86
-
87
85
  import time
88
86
 
89
87
 

7

追記

2021/10/24 03:28

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -26,8 +26,6 @@
26
26
 
27
27
 
28
28
 
29
- ```python```
30
-
31
29
  ### 発生している問題・エラーメッセージ
32
30
 
33
31
  アクション“シェルスクリプトを実行”でエラーが起きました: “Traceback (most recent call last):
@@ -40,7 +38,7 @@
40
38
 
41
39
 
42
40
 
43
- ##コード
41
+ コード
44
42
 
45
43
  import webbrowser
46
44
 
@@ -54,7 +52,7 @@
54
52
 
55
53
 
56
54
 
57
- ### 試したこと
55
+ #試したこと
58
56
 
59
57
  同じディレクトリ内に別の適当なコードを書いて見ると動きました
60
58
 
@@ -70,21 +68,15 @@
70
68
 
71
69
  python3 -c "import sys; print(sys.prefix)"
72
70
 
71
+
72
+
73
- 結果です
73
+ 結果↓
74
74
 
75
75
  ![イメージ説明](a973133fcd4324568d755ebee1e43170.png)
76
76
 
77
- これを変更すれば解決するのかな…
78
77
 
79
78
 
80
-
81
- ```ここに言語を入力
79
+ ```senglistV5
82
-
83
- コード
84
-
85
- ```
86
-
87
- #準備!
88
80
 
89
81
  import webbrowser
90
82
 
@@ -100,8 +92,6 @@
100
92
 
101
93
 
102
94
 
103
-
104
-
105
95
  webbrowser.open("https://google.com")
106
96
 
107
97
 
@@ -110,6 +100,4 @@
110
100
 
111
101
  time.sleep(2)
112
102
 
113
- pyautogui.hotkey("escape")
114
-
115
- time.sleep(2)
103
+ ```

6

追記

2021/10/24 02:17

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,41 @@
75
75
  ![イメージ説明](a973133fcd4324568d755ebee1e43170.png)
76
76
 
77
77
  これを変更すれば解決するのかな…
78
+
79
+
80
+
81
+ ```ここに言語を入力
82
+
83
+ コード
84
+
85
+ ```
86
+
87
+ #準備!
88
+
89
+ import webbrowser
90
+
91
+ import pyautogui
92
+
93
+ import pyperclip
94
+
95
+ import time
96
+
97
+
98
+
99
+ pyautogui.FAILSAFE = True
100
+
101
+
102
+
103
+
104
+
105
+ webbrowser.open("https://google.com")
106
+
107
+
108
+
109
+ pyautogui.hotkey("command","Shift","x")
110
+
111
+ time.sleep(2)
112
+
113
+ pyautogui.hotkey("escape")
114
+
115
+ time.sleep(2)

5

誤字

2021/10/24 01:21

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  アクション“シェルスクリプトを実行”でエラーが起きました: “Traceback (most recent call last):
34
34
 
35
- File "/Users/club/Desktop/test/sendlist.py", line 3, in <module>
35
+ File "/Users/____/Desktop/test/sendlist.py", line 3, in <module>
36
36
 
37
37
  import pyautogui
38
38
 

4

cd

2021/10/23 04:55

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  autometor
10
10
 
11
- cd /Users/----/Desktop/test/
11
+ cd /Users/----/Desktop
12
12
 
13
13
  /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 sendlist_V5.py
14
14
 

3

autometor部分変更

2021/10/23 04:18

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  cd /Users/----/Desktop/test/
12
12
 
13
- python3 '/Users/----/Desktop/test/sendlist.py'
13
+ /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 sendlist_V5.py
14
14
 
15
15
 
16
16
 

2

Which python の結果 (/Users/****/.pyenv/shims/python → /usr/bin/python

2021/10/23 04:13

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  Which python
24
24
 
25
- /Users/****/.pyenv/shims/python
25
+ /usr/bin/python
26
26
 
27
27
 
28
28
 

1

環境の画像の追加

2021/10/23 04:09

投稿

hAmUgt
hAmUgt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,17 @@
61
61
  コード内の問題でしょうか?
62
62
 
63
63
  ターミナルから起動させると動くのですが…
64
+
65
+
66
+
67
+ 追記:
68
+
69
+ python3 -c "import sys; print(sys.executable)"
70
+
71
+ python3 -c "import sys; print(sys.prefix)"
72
+
73
+ の結果です↓
74
+
75
+ ![イメージ説明](a973133fcd4324568d755ebee1e43170.png)
76
+
77
+ これを変更すれば解決するのかな…