Re: [PyInstaller] Examples of projects using PyInstaller

2016-01-28 Thread Nicholas Chammas


You may have a look at brog -backup: https://github.com/borgbackup/borg
>
Thanks for the reference! Looks like this is the money shot 

.

As long as you can pass all required parameters on the command line, I'd 
> suggest *not* using a .spec-file. This eases updating for the case the 
> .spec-file would change or get new features.
>
Makes sense. I’ll report back if I find there is something I need that I 
can’t do from the command line interface. 


>- Do they restructure their project in any way to better support 
>PyInstaller?
>
> If you are using virtual environments, this should not be necessary. Just 
> setup the virtual env, install everything required into it, an run 
> pyinstaller.
>
Ah, in my case I had to make a small change to add a script that can be 
called directly, like python3 my-program.py. That’s because the normal way 
to invoke my program is via a console_scripts entry point, and PyInstaller 
doesn’t know how to interface with that yet 
 (as you know). 


>- Do they use CI services like Travis and AppVeyor to automatically 
>test their packaging process and generate release artifacts for the 
> various 
>OSes?
>
> borg backup uses travis and Vagrant. (I personally find the later one very 
> interesting and adopted it for building PyInstallers bootloader.)
>
Interesting. I’ll take a look at Travis first since it supports uploading 
artifacts to S3 . So 
I can have PyInstaller run as one of my “tests” and publish the result to 
S3.

Nick
​

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] Apps built with Windows 10 and Python 3.5 may not run on Windows versions earlier than 10

2016-01-28 Thread Marc de Bourget


This issue is mentioned within the PyInstaller 3.1 announcement:
https://groups.google.com/forum/#!topic/PyInstaller/z3NLR073ztU
"Apps built with Windows 10 and Python 3.5 may not run on Windows versions 
earlier than 10"

This sounds like an really serious issue which should be fixed with highest 
priority for PyInstaller 3.2, please.
I have to ensure for my customers that my exe files work at least for all 
currently supported Windows versions.

How can we contribute to fix it? Can you provide test scripts? I own both 
Windows 7 and Windows 10 machines. 
However, until now I haven't been able to reproduce the issue so I'm 
interested in testing scripts which don't work.

Marc

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.