packaging for OS X on OS X with pyinstaller

11 views
Skip to first unread message

Anthony Gorkiy

unread,
Aug 20, 2018, 10:10:02 AM8/20/18
to Kivy users support
Hello! 
I had created app with kivy,I had successfully run it via python in command line.
I tried to package it with pyinstaller for os x,
How you can see, everything looks fine. But I can`t run my app on my computer. 
=============
219 INFO: PyInstaller: 3.3.1
220 INFO: Python: 3.6.6
227 INFO: Platform: Darwin-17.5.0-x86_64-i386-64bit
228 INFO: wrote /Users/osci/Documents/python_programmes/tmp2/touchtracer.spec
232 INFO: UPX is not available.
233 INFO: Removing temporary files and cleaning cache in /Users/osci/Library/Application Support/pyinstaller
236 INFO: Extending PYTHONPATH with paths
['/Users/osci/Documents/python_programmes/tmp2',
 '/Users/osci/Documents/python_programmes/tmp2']
236 INFO: checking Analysis
236 INFO: Building Analysis because out00-Analysis.toc is non existent
236 INFO: Initializing module dependency graph...
255 INFO: Initializing module graph hooks...
275 INFO: Analyzing base_library.zip ...
5408 INFO: Analyzing hidden import 'kivy'
5672 INFO: running Analysis out00-Analysis.toc
5696 INFO: Caching module hooks...
5704 INFO: Analyzing /Users/osci/Documents/python_programmes/tmp2/main.py
9468 INFO: Loading module hooks...
9469 INFO: Loading module hook "hook-encodings.py"...
9554 INFO: Loading module hook "hook-PIL.py"...
9559 INFO: Excluding import 'PySide'
9561 INFO:   Removing import of PySide from module PIL.ImageQt
9561 INFO: Excluding import 'PyQt4'
9563 INFO:   Removing import of PyQt4 from module PIL.ImageQt
9563 INFO: Excluding import 'PyQt5'
9564 INFO:   Removing import of PyQt5 from module PIL.ImageQt
9564 INFO: Import to be excluded not found: 'tkinter'
9564 INFO: Import to be excluded not found: 'FixTk'
9565 INFO: Loading module hook "hook-kivy.py"...
Purge log fired. Analysing...
Purge 13 log files
Purge finished!
===========

When I am trying to run my app, it`s trying to app and closing. 
It is really strange because there is no errors and warnings.
Maybe those problems related to the fact I have downloaded kivy using condo-forge?
I am really disoriented and hoped for your help!

If anyone knows any suitable decision how to package kivy app, please, let me know.
 Decisions from official web page don't seem to be worked.
touchtracer.spec
Reply all
Reply to author
Forward
0 new messages