On Thu, 2010-02-25 at 13:52 -0800, Flub wrote: > I have been trying to get PyInstaller to work and I'm getting this > error- > > IOError: [Errno 2] No such file or directory: 'support/loader/run' > > I do not know what to do to fix this. I have searched the web and > haven't found anything useful. I came across a person's request for > help with this same issue in your mail archives and the only response > they got was they must not have read the readme or manual. I read the > readme and went back to read the manual. I do not see anything in the > manual that immediately strikes me as the answer to this solution. If > anyone could help I would appreciate it.
You need to build the bootloader. It's explained in the manual, see the section called "GETTING STARTED": http://www.pyinstaller.org/export/latest/trunk/doc/Manual.html?format=raw#getting-started It's even explained in the README.txt. -- Giovanni Bajo Develer S.r.l. http://www.develer.com -- 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.
