Is there a way I can install the dev version using pip? I tried installing it via gihub and it screwed with things on my end.
On Friday, September 5, 2014 3:06:13 PM UTC-7, Martin Z wrote: > > On Friday 05 of September 2014 07:44:00 David Rojas wrote: > > I I include any of these lines of code, the build fails every time. Does > > anyone know what is the issue here? > > From the output it looks like you use Python Distribution Anaconda. > > PyInstaller is not tested with this Python distribution. > > From the output there is issue with the 'hook-pywintypes and 'pywintypes' > module. > > pywintypes27.dll and pythoncom27.dll are not in standard location than > CPython > uses and pyinstaller is not able to handle that. > > Btw, could you try the development version and confirm it also does not > work? > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
