Thanks for the reply. That fixed it alright. I had to modify my project to the django layout, and do the bootstrap thing too.
The thing is though, my project isn't a django project... what reasons might pyinstaller think it is? Thanks On Monday, March 26, 2012 3:34:07 AM UTC+1, rasky wrote: > > Il giorno 26/mar/2012, alle ore 01:02, Niall ha scritto: > > I get the following error when I call Build.py on my project spec file >> >> No django root directory found. Please check your pathex definition in >> the project spec file. > > > It seems pretty self explatory, but placing the django root in the pathex > in my project file doesn't fix the matter---the runtime error. I've tried a > lot of things (re-configuring, re-makespec'ing, etc) but nothing has worked > yet. Any assistance will be greatly appreciated! > > Python 2.7. PyInstaller 1.51. Windows 7 64 bit. Django 1.4 > > > Are you following this recipe? > http://www.pyinstaller.org/wiki/Recipe/DjangoApplication > > The new django project layout in 1.4 is not supported yet btw. > -- > Giovanni Bajo :: [email protected] > Develer S.r.l. :: http://www.develer.com > > My Blog: http://giovanni.bajo.it > > > > > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/T3RLQTySS-IJ. 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.
