Ah, found the problem; I knew it had to be something silly. If I manually delete the "build" dir (the one that is created when you run pyinstaller.py itself) it doesn't happen; I'm running my bootloader now. I thought that pyinstaller always cleared that one out before each build, but I was wrong. Thanks Martin!
On Thu, Apr 4, 2013 at 3:34 PM, Martin Zibricky <[email protected]>wrote: > Daniel Hyams píše v St 03. 04. 2013 v 23:00 -0400: > > > > > cd $my_local_pyinstaller_dist/bootloader > > python waf clean > > python waf configure > > *edit source code, adding a few chars to the VS("_MEIPASS...") > > statement in common/main.c* > > python waf build > > python waf install > > cd $where_my_script_is_that_i_want_to_package > > python $my_local_pyinstaller_dist/pyinstaller.py -w -d -y MacApp.py > > This should just work. > > Could you provide the output from 'python waf install'? > > Could you just try manually remove directory ./bootloader/build ? > > > -- > 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. > > > -- Daniel Hyams [email protected] -- 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.
