Open GoogleCodeExporter opened 9 years ago
Because auto completion of ulipad will try to run the code, so if the code has
some
conflict with ulipad, it may crash. And in the project you provided, I can't
find the
MyModule module, where is it?
Original comment by limo...@gmail.com
on 9 Dec 2008 at 4:14
MyModule is just a sample, It'll crash on all modules in this project.
Original comment by yatzh...@gmail.com
on 10 Dec 2008 at 2:28
I tried and found no errors. I don't know how do you test?
Original comment by limo...@gmail.com
on 10 Dec 2008 at 3:01
My test procedure is just start ulipad and open MediaBox.py then type "gtk." on
a new
line. It'll crash ulipad on my Ubuntu box, and throws a segmentation fault.
It seems no crash occurred and the auto completion works fine when I trying to
run
ulipad in Winpdb.
Original comment by yatzh...@gmail.com
on 10 Dec 2008 at 12:49
Just as I said above, when you type xxx. ulipad will execute that statement,
and this
may cause some problems. I think when importing gtk may conflict with wxpython,
or
conflict with thread. It's hard to fix for now.
Original comment by limo...@gmail.com
on 10 Dec 2008 at 1:20
I changed my Ubuntu themes Human-Clearlooks to Human and the auto completion
works
fine then.
Original comment by r.mihai...@gmail.com
on 14 Mar 2009 at 7:47
Original issue reported on code.google.com by
yatzh...@gmail.com
on 9 Dec 2008 at 3:37