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

Syntax Error #1

Closed
yndrelbosch opened this issue Mar 30, 2017 · 1 comment
Closed

Syntax Error #1

yndrelbosch opened this issue Mar 30, 2017 · 1 comment

Comments

@yndrelbosch
Copy link

\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

@aurule
Copy link
Owner

aurule commented Sep 7, 2017

I believe this is fixed.

@aurule aurule closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants