> Test if tcl/tk is available in python. Run the following import in
> python console:
>
> >>> import Tkinter
bash-3.00$ python
Python 2.6.2 (r262:71600, Sep 2 2009, 00:55:24) [C] on aix5
Type "help", "copyright", "credits" or "license" for more
information.
>>> import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Tkinter
>>>
I guess that is the problem.
> 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.
Ok, I will leave the new robust detection code so Configure.py does
not crash on AIX.
/Martin
--
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.