-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows #9
Comments
|
open file extension process as administrator
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C:\Users\qgb\Documents>C:\QGB\Anaconda3\python.exe -c "import sys,os;sys.path.append(r'C:\QGB\babun/cygwin/bin');from qgb import *;U.cb.set(r''' site:zhihu.com ''')"
#Error py lib import inconsistent use of tabs and spaces in indentation (selectors.py, line 314)
#Error py lib import inconsistent use of tabs and spaces in indentation (selectors.py, line 314)
Traceback (most recent call last):
File "", line 1, in
File "C:\QGB\babun/cygwin/bin\qgb\U.py", line 219, in
if iswin() or iscyg():
File "C:\QGB\babun/cygwin/bin\qgb\U.py", line 179, in isWin
if platform.system().startswith('Windows'):return True
File "C:\QGB\Anaconda3\lib\platform.py", line 1068, in system
return uname().system
File "C:\QGB\Anaconda3\lib\platform.py", line 956, in uname
node = _node()
File "C:\QGB\Anaconda3\lib\platform.py", line 759, in _node
import socket
File "C:\QGB\Anaconda3\lib\socket.py", line 52, in
import os, sys, io, selectors
File "C:\QGB\Anaconda3\lib\selectors.py", line 314
r, w, x = select.select(r, w, w, timeout)
^
TabError: inconsistent use of tabs and spaces in indentation
C:\Users\qgb\Documents>
The text was updated successfully, but these errors were encountered: