Closed GoogleCodeExporter closed 8 years ago
Maybe you should check the error.txt to find what happened.
Original comment by limo...@gmail.com
on 29 Dec 2009 at 11:10
error.txt is always blank.
Python is also working. It works on wing ide, eclipse, netbeans....web2py is
also
working
Thanks for your help
Original comment by salb...@gmail.com
on 29 Dec 2009 at 12:00
From what you said, I can't found the problem.
Original comment by limo...@gmail.com
on 29 Dec 2009 at 3:24
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)
Original comment by salb...@gmail.com
on 4 Jan 2010 at 11:35
You can try:
python UliPad.py -n
Because ulipad will use socket to simulate DDE functionality, and you may have
firewall
config to disable socket visiting.
Original comment by limo...@gmail.com
on 4 Jan 2010 at 11:44
Thank you !! Is working but my firewall on windows xp is disabled.
Best regards!!
Original comment by salb...@gmail.com
on 4 Jan 2010 at 11:54
Original comment by limo...@gmail.com
on 17 Jan 2010 at 2:29
Original issue reported on code.google.com by
salb...@gmail.com
on 29 Dec 2009 at 9:40