I've upgraded to Python 2.7.8 (instead of the pre-installed version in MacOSX) and reinstalled Kivy + PyInstaller. I can now create and run packages without problems.
Best regards, Jochem On Tuesday, July 22, 2014 4:07:24 PM UTC+3, Jochem Liem wrote: > > Hi, > > I'm learning kivy and wanted to use pyinstaller to create an executable. > Although, it is the first time I use PyInstaller, I think I might have > found a bug (as the application crashes). I can create the spec file > without any problems. However, when building the spec file I get the > following error "8726 WARNING: stderr: AssertionError: Package > docutils.languages does not have __path__ attribute". > > > To reproduce: > > 1. Create the spec file. (kivy pyinstaller.py --name modelgrade > /Users/jliem/Dropbox/2014/Programming/ModelGrade/ModelGrade.py) > > 2. Edit the spec file as described on the kivy website [1] > > 3. kivy pyinstaller.py modelgrade/ModelGrade.spec > > Actual result: Error message > > Desired result: Successful build. > > > OS: MacOSX 10.9.4 > > Python 2.7.5 > > PyInstaller: development version pyinstaller-pyinstaller-31827f1 (22 of > July) > > Note that I got a slightly different error with the current stable > version. The current error is because of a recent change [2]. > > If it is not a bug, I would appreciate knowing what I'm doing wrong. > > Best regards, > > Jochem > > > [1] http://kivy.org/docs/installation/installation-macosx.html > > [2] > http://www.pyinstaller.org/changeset/cf41dc4d099cddca31136fca186ee0001bc1b7ad/project > > > > > > > > -- 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. For more options, visit https://groups.google.com/d/optout.
