Re: [PyInstaller] Not able to include html files and static content of django project to installer

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 05:27 schrieb ragini dahihande: > I am not able to find any question for this in FAQ. I have to admit that the FAQ does not answer the question. The manual does: -- Schönen Gruß Hartmut

Re: [PyInstaller] Not able to include html files and static content of django project to installer

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:43 schrieb ragini dahihande: > Now when running through exe pyinstaller able to load html files > but not able to load static files > following error I am getting Please see the "if things so wrong" section of the manual or the wiki, -- Schönen Gruß Hartmut Goebel

Re: [PyInstaller] Not able to include html files and static content of django project to installer

2017-01-02 Thread ragini dahihande
See following is my project directory structure mysite --settings.py -- urls.py --wsgi.py polls(app) --static --polls --images --templates

Re: [PyInstaller] Not able to include html files and static content of django project to installer

2017-01-02 Thread ragini dahihande
See I added datafiles path to .spec file # -*- mode: python -*- block_cipher = None a = Analysis(['..\\mysite\\manage.py'], pathex=['C:\\Users\\sanjad\\Desktop\\testdemo\\myinstaller'], binaries=None, datas=[ (