Guest User

Untitled

a guest
Mar 13th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 36, in <module>
  3. File "lib\initialization.pyc", line 165, in StartLauncher
  4. File "lib\log.pyc", line 56, in AddHttpLoggingServer
  5. File "lib\logging\http.pyc", line 145, in GetHandler
  6. File "lib\logging\http.pyc", line 136, in MakeSocket
  7. File "socket.pyc", line 222, in meth
  8. error: [Errno 10061] No connection could be made because the target machine actively refused it
  9. Locals by frame, innermost last:
  10. Frame <module> in launcher.py at line 47:
  11. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  12. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  13. Shutdown = <function Shutdown at 0x025D3EF0>
  14. StartLauncher = <function StartLauncher at 0x028F4C30>
  15. __builtins__ = <module '__builtin__' (built-in)>
  16. __doc__ = '\n This is the entry point into the launcher, it handles setting up the working\n directory, logging and finally importing and starting the laucher within a\n log-proof try/exeception clause so we can catch almost any exception and display\n an error message.\n'
  17. __name__ = '__main__'
  18. __package__ = None
  19. exc_plus = <function exc_plus at 0x024EAA30>
  20. lib = <module 'lib' from 'G:\Spill\EVE #1\launcher\library.zip\lib\__init__.pyc'>
  21. localization = <module 'localization' from 'G:\Spill\EVE #1\launcher\library.zip\localization\__init__.pyc'>
  22. os = <module 'os' from 'G:\Spill\EVE #1\launcher\library.zip\os.pyc'>
  23. socket = <module 'socket' from 'G:\Spill\EVE #1\launcher\library.zip\socket.pyc'>
  24. sys = <module 'sys' (built-in)>
  25. wx = <module 'wx' from 'G:\Spill\EVE #1\launcher\library.zip\wx\__init__.pyc'>
  26. zipextimporter = <module 'zipextimporter' from 'G:\Spill\EVE #1\launcher\library.zip\zipextimporter.pyc'>
  27. Frame StartLauncher in lib\initialization.pyc at line 165:
  28. app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0xe01ca8> >
  29. folder = u'G:\\Spill\\EVE #1'
  30. host = '23.21.134.55'
  31. languageFromLocale = 'en-us'
  32. languageFromSettings = 'en-us'
  33. languageToUse = 'en-us'
  34. port = 81
  35. settings = <lib.userSettings.UserSettings instance at 0x02B30878>
  36. threshold = 40
  37. Frame AddHttpLoggingServer in lib\log.pyc at line 56:
  38. host = '23.21.134.55'
  39. port = 81
  40. threshold = 40
  41. url = '/log'
  42. Frame GetHandler in lib\logging\http.pyc at line 147:
  43. address = '23.21.134.55:81'
  44. bufferSize = 50
  45. handler = <lib.logging.http.BufferingHTTPHandler object at 0x02B36310>
  46. host = '23.21.134.55'
  47. port = 81
  48. url = '/log'
  49. Frame MakeSocket in lib\logging\http.pyc at line 136:
  50. host = '23.21.134.55'
  51. port = 81
  52. s = <socket._socketobject object at 0x02B3D458>
  53. timeout = 1
  54. Frame meth in socket.pyc at line 222:
  55. args = (('23.21.134.55', 81),)
  56. name = 'connect'
  57. self = <socket._socketobject object at 0x02B3D458>
Advertisement
Add Comment
Please, Sign In to add comment