Comment #4 on issue 224 by salbefe: Ulipad does not start in windows xp
http://code.google.com/p/ulipad/issues/detail?id=224

I have debbuged in wing IDE the main file ulipad.py and I get this Exception when I
try to run ulipad on windows. Perhaps this can help you to fix the problem.

Thank you for your help.

The debuger exits on line 4635 in sys.exit(0)

SystemExit: 0
File "c:\ulipad\UliPad.py", line 265, in <module>
  App()
File "c:\ulipad\UliPad.py", line 116, in __init__
  self.frame = self.init()
File "c:\ulipad\UliPad.py", line 133, in init
  self.processCommandLineArguments()
File "c:\ulipad\UliPad.py", line 207, in processCommandLineArguments
  self.callplugin('dde', self, self.files)
File "c:\ulipad\modules\Mixin.py", line 133, in callplugin
  f(*args, **kwargs)
File "c:\ulipad\mixins\Import.py", line 4635, in app_init
  sys.exit(0)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to