[PyInstaller] 'python' is not recognized as an internal or external command, operable program or batch file

2017-01-18 Thread ragini dahihande
I have created exe of python file using pyinstaller. >From that file I am calling another python script. when I run my project on clean VM where python is not installed I am getting error like python is not recognised import subprocess import time import sys import os print ("Hello")

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

2017-01-02 Thread ragini dahihande
HTTP/1.1" 404 2605 On Monday, January 2, 2017 at 3:45:41 PM UTC+5:30, Hartmut Goebel wrote: > > 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

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

2017-01-02 Thread ragini dahihande
-Files these steps are not clear so I am not able to proceed On Monday, January 2, 2017 at 12:59:05 PM UTC+5:30, Steve Barnes wrote: > > > > On 02/01/2017 04:27, ragini dahihande wrote: > > Hi Hartmut, > > > > I am not able to find any question for this

[PyInstaller] Re: Cross compiling 32 bit application from a 64 bit Windows

2016-12-28 Thread ragini dahihande
Hello Guy, I have one doubt. If I have 64 bit of windows machine and I installed 32 bit python on that system. If I create exe by PyInstaller that exe can be executed on 32 bit Windows ? Mean for 32 bit windows exe no need to run project on 32 bit windows. Using only 32 bit python we can create

[PyInstaller] Django project to installer

2016-12-27 Thread ragini dahihande
Hello, I have created one web site in django.I don't want to host it, instead of hosting I want to create installer of that website. Is it possible with PyInstaller ? Is there any application available through which we can convert django project to installer? Thanks, Ragini -- You received