You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pyscp
wiki = pyscp.wikidot.Wiki('www.scp-wiki.net')
p = wiki('scp-837')
print(p.title)
But then i get this error, is it because i am using 3.11.1 python version?
Traceback (most recent call last):
File "W:\Desktop\Codici\Python\SCP\Test2.py", line 1, in <module>
import pyscp
File "C:\Users\MyName\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyscp\__init__.py", line 1, in <module>
from pyscp import core, utils, snapshot, wikidot
File "C:\Users\MyName\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyscp\core.py", line 34, in <module>
import pyscp.utils
File "C:\Users\MyName\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyscp\utils.py", line 61, in <module>
@decorator
^^^^^^^^^
File "C:\Users\MyName\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyscp\utils.py", line 34, in decorator
spec = inspect.getargspec(deco)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
The text was updated successfully, but these errors were encountered:
Ok so i tried running this example code:
But then i get this error, is it because i am using 3.11.1 python version?
The text was updated successfully, but these errors were encountered: