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

Problems in BaseApp #1

Closed
noodlebreak opened this issue Jul 26, 2014 · 1 comment
Closed

Problems in BaseApp #1

noodlebreak opened this issue Jul 26, 2014 · 1 comment

Comments

@noodlebreak
Copy link

When I ran simple_app, I got this:

Traceback (most recent call last):
File "gui\simple_app.py", line 45, in
start( App )
File "C:\Python27\mypython\kpad\gui\server.py", line 198, in start
server = HTTPServer(('', PORT_NUMBER), mainGuiClass)
File "C:\Python27\lib\SocketServer.py", line 408, in init
self.server_bind()
File "C:\Python27\lib\BaseHTTPServer.py", line 108, in server_bind
SocketServer.TCPServer.server_bind(self)
File "C:\Python27\lib\SocketServer.py", line 419, in server_bind
self.socket.bind(self.server_address)
File "C:\Python27\lib\socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions

@noodlebreak
Copy link
Author

Anyways, leave it. I changed the port number. Works now.

The UI seems a bit off though. The button overlays on the text.

dddomodossola pushed a commit that referenced this issue Mar 1, 2018
dddomodossola pushed a commit that referenced this issue Nov 11, 2020
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