No, it doesn't. It gives the same error:

Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File 
"/Users/marnixmedema/pyinstaller-pyinstaller-c6d550c/PyInstaller/loader/pyi_importers.py",
 
line 247, in load_module
    exec(bytecode, module.__dict__)
  File 
"/Users/marnixmedema/pyinstaller-pyinstaller-c6d550c/buildtests/interactive/build/pyi.darwin/test_tkinter/out00-PYZ.pyz/Tkinter",
 
line 39, in <module>
  File 
"/Users/marnixmedema/pyinstaller-pyinstaller-c6d550c/PyInstaller/loader/pyi_importers.py",
 
line 308, in load_module
    module = imp.load_module(fullname, fp, filename, self._c_ext_tuple)
ImportError: 
dlopen(/Users/marnixmedema/pyinstaller-pyinstaller-c6d550c/buildtests/interactive/dist/test_tkinter/_tkinter.so,
 
2): Library not loaded: @loader_path/Tcl
  Referenced from: 
/Users/marnixmedema/pyinstaller-pyinstaller-c6d550c/buildtests/interactive/dist/test_tkinter/_tkinter.so
  Reason: image not found

FAIL

======================================================================
FAIL: test_tkinter (__main__.GenericTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "runtests.py", line 460, in _generic_test_function
    msg='Running exe of %s failed.' % self.test_name)
AssertionError: False is not True : Running exe of interactive/test_tkinter 
failed.

----------------------------------------------------------------------
Ran 1 test in 19.378s


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


Reply via email to