We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66495e commit 4a06b7cCopy full SHA for 4a06b7c
setup.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: setup.py,v 1.46 2003-04-10 04:33:02 richard Exp $
+# $Id: setup.py,v 1.47 2003-04-17 01:14:10 richard Exp $
20
21
from distutils.core import setup, Extension
22
from distutils.util import get_platform
@@ -240,7 +240,8 @@ def install_demo():
240
241
# figure basic params for server
242
hostname = socket.gethostname()
243
- port = 8080
+ # pick a fairly odd, random port
244
+ port = 8917
245
while 1:
246
print 'Trying to set up web server on port %d ...'%port,
247
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
0 commit comments