Martin Gamwell Dawids píše v St 14. 09. 2011 v 02:10 -0700: > > Any idea how to fix that? > (Is it because the installed Python was not built with TCL/TK > support?)
Test if tcl/tk is available in python. Run the following import in python console: >>> import Tkinter If it does not work then python was not built with tcl/tk or this support is not installed (I don't know how installing sw on aix works.). And I think that in this case you don't need to bother with it. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
