[PyInstaller] Icons not found for Gtk+ 3

2016-12-27 Thread Krister Swenson
Hello, I have a python Gtk+ 3 (GObject) program. Once compiled with pyinstaller (the git HEAD) on linux and get the following error messages and no icons appear: (iconwindow:26914): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format

[PyInstaller] ValueError: Unknown Mach-O header

2017-07-20 Thread Krister Swenson
Hello, I'm trying to build my application with pyinstaller on a mac OSX 10.11.6 system. I'm using a spec file that I know works for the same code on my Ubuntu system. Things mostly look normal until the end: """ 20880 INFO: Building PKG (CArchive) out00-PKG.pkg . . . ValueError: Unknown

Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-07-20 Thread Krister Swenson
> For some reason a lua file is treated as a shared object file. But I'm > curious about the additional path inside the cache directory. > I'm not sure how to respond to this... are you asking me for more information? kms > > -- > Schönen Gruß > Hartmut Goebel > Dipl.-Informatiker

Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-07-20 Thread Krister Swenson
> > For some reason a lua file is treated as a shared object file. But I'm > curious about the additional path inside the cache directory. > I'm not sure how to respond... are you asking for more information? > > -- > Schönen Gruß > Hartmut Goebel > Dipl.-Informatiker (univ), CISSP,

Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-08-09 Thread Krister Swenson
uding names given by the --add-data option." It's hard for me to better since I'm not sure exactly what binaries is specifically for. Could you describe the difference to me? On Wednesday, August 9, 2017 at 10:37:43 AM UTC+2, Hartmut Goebel wrote: > > Am 08.08.2017 um 21:10 schrieb Kris

Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-08-08 Thread Krister Swenson
quot; On Friday, July 21, 2017 at 10:27:43 AM UTC+2, Hartmut Goebel wrote: > > Am 20.07.2017 um 23:53 schrieb Krister Swenson: > > I'm not sure how to respond to this... >are you asking me for more information? > > > This is a hint for you for further inves

[PyInstaller] Correct way to write a hook for pygraphviz (which has hidden dependencies to graphviz)

2020-06-16 Thread Krister Swenson
Hello, I'm trying to package an app that depends heavily on graphviz and pygraphviz. The dependencies do not get automatically pulled in as there is to pygraphviz hook. I would like to write one but need some guidance. I stared with a simple hook to include the graphviz executables along with

[PyInstaller] Re: Correct way to write a hook for pygraphviz (which has hidden dependencies to graphviz)

2020-06-16 Thread Krister Swenson
is the main problem keeping the .spec file from working. I'm working on a hook for pygraphviz here: https://github.com/pyinstaller/pyinstaller/issues/4938 kms On Tuesday, June 16, 2020 at 10:07:13 AM UTC+2, Krister Swenson wrote: > > Hello, > > I'm trying to package an app that dep