Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can anyone help me how to fix this error? #1690

Closed
TunaHobby opened this issue Oct 25, 2018 · 3 comments
Closed

Can anyone help me how to fix this error? #1690

TunaHobby opened this issue Oct 25, 2018 · 3 comments
Labels
duplicate This is a duplicate of another issue or PR.

Comments

@TunaHobby
Copy link

import python
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'python'
import discord
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord_init_.py", line 20, in
from .client import Client, AppInfo, ChannelPermissions
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 38, in
from .state import ConnectionState
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\state.py", line 36, in
from . import utils, compat
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\compat.py", line 32
create_task = asyncio.async
^
SyntaxError: invalid syntax

@crrapi
Copy link
Contributor

crrapi commented Oct 25, 2018

Duplicate of #1648, #1637, #1610, #1594, #1554, #1550, #1478, #1461, #1434, #1421, #1396, #1393, #1387, #1249, #1166, and #1116

@Harmon758
Copy link
Contributor

Also #1401

@xGurnoor
Copy link

Quick question, why are you importing Python inside Python?

@Rapptz Rapptz added the duplicate This is a duplicate of another issue or PR. label Nov 25, 2018
@Rapptz Rapptz closed this as completed Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This is a duplicate of another issue or PR.
Projects
None yet
Development

No branches or pull requests

5 participants