Traceback (most recent call last):
File "/home/whit537/bin/aspen", line 3, in <module>
aspen.main()
File "/home/whit537/lib/python/aspen/__init__.py", line 402, in main
start_server()
File "/home/whit537/lib/python/aspen/__init__.py", line 189, in start_server
server = server_factory() # factored out to ease testing
File "/home/whit537/lib/python/aspen/__init__.py", line 161, in
server_factory
server = Server(configuration.address, website, configuration.threads)
File "/home/whit537/lib/python/aspen/wsgiserver.py", line 782, in __init__
self.mount_points.sort()
AttributeError: 'NoneType' object has no attribute 'sort'
Original issue reported on code.google.com by whit537@gmail.com on 17 Apr 2008 at 1:53
Original issue reported on code.google.com by
whit537@gmail.com
on 17 Apr 2008 at 1:53