google-code-export / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Ulipad does not start in windows xp #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download ulipad from latest sources
2. install wxPython-2.8-win32-unicode-2.8.10.1-py26
3. install comtypes 0.6.1

What is the expected output? What do you see instead?

It appears a windows that says begin 10:39... and then dissapears. Ulipad
does not start.

What version of the product are you using? On what operating system?

0.4.0 donloaded from project home
svn trunk version

I have the same problem in both

Please provide any additional information below.

Original issue reported on code.google.com by salb...@gmail.com on 29 Dec 2009 at 9:40

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
From what you said, I can't found the problem. 

Original comment by limo...@gmail.com on 29 Dec 2009 at 3:24

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by limo...@gmail.com on 17 Jan 2010 at 2:29