I'm running Python 2.7.2 on OS X 10.7.3. I downloaded the current dev version of pyinstaller this evening. When I run pyinstaller.py, I get: ERROR: could not find TCL/TK
Building in debug mode and running the resulting app gives me, as you might expect: ImportError: dlopen(/var/folders/qq/h5gj3f3s0rx41lhd7h0lt2hm0000gn/T/_MEIlWWvbW/_tkinter.so, 2): Library not loaded: @executable_path/Tcl Looking at sys.path, I see: /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk Which pyinstaller module is issuing the "ERROR: could not find TCL/TK" message? Any suggestions for tracking this down? Thanks... Lynn -- 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.
