Closed Nikitaw99 closed 7 years ago
It seems the issue is concerning bottom rather than discirc itself.
How did you install the app (from git or from pypi) ?
Installed discirc
from pypi.
Can you tell me after reinstalling from pypi if the bug remains ? It seems that it runs well on linux after installation.
The same problem still occured after reinstalling...
You can try to install bottom from pypi and check if import bottom
give you the same results.
If this is the case you should try to report the issue to bottom itself.
Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import bottom
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Admin\AppData\Local\Programs\Python\Python35\lib\site-packages\bottom\__init__.py", line 2, in <module>
from bottom.client import Client
File "C:\Users\Admin\AppData\Local\Programs\Python\Python35\lib\site-packages\bottom\client.py", line 5, in <module>
from bottom.protocol import Protocol
File "C:\Users\Admin\AppData\Local\Programs\Python\Python35\lib\site-packages\bottom\protocol.py", line 4, in <module>
from typing import Optional, TYPE_CHECKING
ImportError: cannot import name 'TYPE_CHECKING'
>>>
Yup, it's probably bottom. Will go report it.
Running on Python version
3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)]
, and on aWindows-7-6.1.7601-SP1
machine.Just configured the bot and tried to run it, but it doesn't work.