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
\Documents\Games\RP\NPC\demo>npc
Traceback (most recent call last):
File "C:\Tools\Python\Scripts\npc-script.py", line 11, in
load_entry_point('npc==1.3.0rc1', 'console_scripts', 'npc')()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2631, in load_entry_point
return ep.load()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2291, in load
return self.resolve()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "c:\tools\python\lib\site-packages\npc_init_.py", line 5, in
from . import cli, gui, commands, settings, version
File "c:\tools\python\lib\site-packages\npc\cli.py", line 12, in
from . import commands, util, settings
File "c:\tools\python\lib\site-packages\npc\commands_init_.py", line 113
def reorg(*search, ignore=None, purge=False, verbose=False, dryrun=False, **kwargs):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
\Documents\Games\RP\NPC\demo>npc
Traceback (most recent call last):
File "C:\Tools\Python\Scripts\npc-script.py", line 11, in
load_entry_point('npc==1.3.0rc1', 'console_scripts', 'npc')()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2631, in load_entry_point
return ep.load()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2291, in load
return self.resolve()
File "c:\tools\python\lib\site-packages\pkg_resources_init_.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "c:\tools\python\lib\site-packages\npc_init_.py", line 5, in
from . import cli, gui, commands, settings, version
File "c:\tools\python\lib\site-packages\npc\cli.py", line 12, in
from . import commands, util, settings
File "c:\tools\python\lib\site-packages\npc\commands_init_.py", line 113
def reorg(*search, ignore=None, purge=False, verbose=False, dryrun=False, **kwargs):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: