Open GoogleCodeExporter opened 9 years ago
Can you use source version in windows 64? I've no win64 environment to test the
exe package. Sorry.
Original comment by limo...@gmail.com
on 5 Mar 2013 at 9:55
I install the below packags:
wxPython2.8-win64-unicode-py27 64-bit Python 2.7
comtypes-0.6.2
I have tried to use the source package: ulipad.4.1.zip
The below is my output in CMD.
---------------------------
E:\Installed_programs\ulipad.4.1\ulipad>python UliPad.py -- The first time
begin... 16:33:52
# Generating comtypes.gen._99AB80C4_5E19_4FD5_B3CA_5EF62FC3F765_0_1_0
# Generating comtypes.gen._00020430_0000_0000_C000_000000000046_0_2_0
# Generating comtypes.gen.stdole
# Generating comtypes.gen.myole4ax
# Generating comtypes.gen._EAB22AC0_30C1_11CF_A7EB_0000C05BAE0B_0_1_1
# Generating comtypes.gen.SHDocVw
E:\Installed_programs\ulipad.4.1\ulipad>python UliPad.py --The second
time.
begin... 17:57:31
E:\Installed_programs\ulipad.4.1\ulipad>
---------------------------
Any advice?
Original comment by jsan...@gmail.com
on 5 Mar 2013 at 10:02
It seems that the 5000 socket port maybe used by other program. So you can just
disable this feature, like:
python UliPad.py -n
Original comment by limo...@gmail.com
on 5 Mar 2013 at 11:17
You are right! Now I can see the window of UliPad.
Original comment by jsan...@gmail.com
on 6 Mar 2013 at 1:22
I create a soft-link for UliPad.exe and then change the Object(T) to
"<path-to-UliPad>\UliPad.exe -n"
so I can run UliPad by double clicking the soft-link icon.
Thank you!
I have some advices:
(1) There is no document about this issue and this argument (-n) of UliPad.
It's better to add the arguments of UliPad into the document.
(2) When the error occurs, it dosen't recorded into the error.txt. So user
dosen't know what has happened. It's better to log it.
Original comment by jsan...@gmail.com
on 6 Mar 2013 at 1:40
Original issue reported on code.google.com by
jsan...@gmail.com
on 5 Mar 2013 at 8:39