Hi Martin

> Could you please attach your patches to the following ticket?
>
> http://www.pyinstaller.org/ticket/343

I am working on making the patch nice and clean.
This includes trying to add TCL/TK detection for AIX in
'Configure.py'. I am using the same pattern as for Linux:

+    elif target_platform.startswith("linux") or
target_platform.startswith("aix"):
+       pattern = r'libtcl(\d\.\d)?\.so'

However, I find nothing as the only binary analysed in' /usr/bin/
python'. However, on my AIX installation there is a TCL/TK library in
'/usr/lib/libtcl8.4.so'.

Any idea how to fix that?
(Is it because the installed Python was not built with TCL/TK
support?)

> If you are happy with your changes could you please try backport your
> changes for the svn version?

I will try that when the patch is nice.

/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.

Reply via email to