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

python3 error #40

Open
guyanf opened this issue Jun 17, 2020 · 1 comment
Open

python3 error #40

guyanf opened this issue Jun 17, 2020 · 1 comment

Comments

@guyanf
Copy link

guyanf commented Jun 17, 2020

ubuntu20.04
python3.8

There are some errors when I run ogcserver...

Traceback (most recent call last):
File "/usr/local/bin/ogcserver", line 4, in
import('pkg_resources').run_script('ogcserver==0.1.1', 'ogcserver')
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1469, in run_script
script_code = compile(script_text, script_filename, 'exec')
File "/usr/local/lib/python3.8/dist-packages/ogcserver-0.1.1-py3.8.egg/EGG-INFO/scripts/ogcserver", line 48
print "Listening at %s:%s...." % (host,port)
^
SyntaxError: invalid syntax

@guyanf
Copy link
Author

guyanf commented Jun 17, 2020

It looks like the print function's error.

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

1 participant