Lynn Oliver píše v Út 03. 04. 2012 v 14:53 -0700: > How do I go about doing that? In onedir mode there are 139 files > present; ArchiveViewer.py gives 13815 lines of output from onefile > mode. > > > > > Could you compare the content of directory > > like /var/folders/qq/h5gj3f3s0rx41lhd7h0lt2hm0000gn/T/_MEIyI7ve3/ > with > > the onedir mode? > > > >
In your app you need to print 'sys._meipass' in console and use function 'time.sleep()' keep your app running and to prevent pyinstaller removing that temporary directory. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
