On Wednesday, February 6, 2013 8:40:11 AM UTC+1, [email protected] wrote: > > On Monday, February 4, 2013 11:04:38 AM UTC+1, Martin Z wrote: >> >> [email protected] píše v Ne 03. 02. 2013 v 23:31 -0800: >> > Python using >> > http://python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg . I >> > also installed the new version of Xcode (upgrade from 2 to 4) and >> > installed a number of Python packages/libs using >> > pip/macports/homebrew. Finally, I got the other Python library to >> > work, but then I discovered that PyInstaller no longer works when >> > trying to compile Tcl/Tk programs... >> >> And now the python version that is failing is which one? >> python.org/macports/homebrew? >> >> I wasn't entirely sure, so I just reinstalled Python from Python.org, and > also re-installed Tcl/Tk, using the version recommended by python.org(8.5.13). > Now, the test script runs without problems and reports success. > Unfortunately, when I compile my program I do still get the same error... >
Ah... I just had to remove the old .pyc files and then it worked! Could it have been due to some incompatibility with Tcl/Tk 8.6, which was installed before? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
