cygnusnow / ulipad

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

ulipad.4.1.py27.exe can't run in Windows 7 (64bit) #309

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downlowad ulipad.4.1.py27.exe in Windows 7 (64bit)
2. Install.
3. Run UliPad.exe.

What is the expected output? What do you see instead?
I expect that the window of UliPad will come out. But there is no window coming 
out.

What version of the product are you using? On what operating system?
ulipad.4.1.py27.exe      Windows 7 (64bit)

Please provide any additional information below.

After the failure above, I searched a page :
http://www.verydemo.com/demo_c173_i6928.html
So, I installed the Python 2.7, and wxPython, comtypes-0.6.2 according to the 
guide.
But the ulipad can't work all the same.

Then, I download the ulipad.4.1.zip, and try to install it by source code:
But there isn't the setup.py.
-----------------------
E:\Installed_programs\ulipad.4.1\ulipad>python setup_inno.py
Traceback (most recent call last):
  File "setup_inno.py", line 10, in <module>
    import py2exe
ImportError: No module named py2exe

E:\Installed_programs\ulipad.4.1\ulipad>python UliPad.py
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
-----------------------

Now, I gived up.

How can I run UliPad in Windows 7 (x64)?

Original issue reported on code.google.com by jsan...@gmail.com on 5 Mar 2013 at 8:39

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

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

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

GoogleCodeExporter commented 9 years ago
You are right! Now I can see the window of UliPad.

Original comment by jsan...@gmail.com on 6 Mar 2013 at 1:22

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