xzlwbl / idapython

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

tkinter doesn't work on idapython with ida 5.4 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

trying to run any tk based script from ida 5.4 using idapython(i think version 
1.2 or 1.0), for example: 
import Tkinter
Tkinter._test()

What is the expected output? What do you see instead?
the output i would like to get is the output of 
import Tkinter
Tkinter._test()
when i run it from every python 2.5 interpreter.
what i get instead is a stacked tk window

What version of the product are you using? On what operating system?
windows XP, python 2.5, idaptyhon 1.0 and 1.2, ida 4.5
note that this bug is not appearing on ida 4.2 with older versions of ida 
python.

Please provide any additional information below.
i love ida python ;)

Original issue reported on code.google.com by boaz.men...@gmail.com on 19 Jul 2010 at 9:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
PySide support will be added in IDAPython 1.5. Tkinter is not supported.

Original comment by elias.ba...@gmail.com on 7 Apr 2011 at 4:35