Re: [PyInstaller] PyInstallers with Ansible Python API

2019-04-03 Thread Martin Zibricky
Hi,

you probably need to bundle some data files with your built app. Look here
for more info:

-
https://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-files-to-the-bundle
- https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Collect-Data-Files

On Wed, Apr 3, 2019 at 11:13 AM Hokuto Kagaya  wrote:

> I'd like to use Ansible's python API within my app built by PyInstaller.
> However, we faced the runtime error below:
>
> ansible.errors.AnsibleError: Missing base YAML definition file (bad
> install?): /path/to/ansible/config/base.yml
>
> It seems that this yaml file is included in ansible library package.
> Are there any workarounds?
>
> --
> 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.
>

-- 
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.


Re: [PyInstaller] Pyinstaller app doesn't display .png images

2018-11-07 Thread Martin Zibricky
Hi,

there are several options:
- proper path to images when running in frozen mode - to load the images in
your app look at this recipe [1]
- issue with qt_plugins - Qt bundles image format support as additional .so
libs - for some reason the plugin
  to read png is not bundled. Maybe the Qt library was compiled in any
non-standard way or the png .so plugin
  is mssing some dependent .dylib files etc.

[1]
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Collect-Data-Files

Regards
Martin Zibricky

On Wed, Nov 7, 2018 at 8:05 PM David J Beck  wrote:

> I am having a problem with an app I'm trying to bundle with Pyinstaller
> (OS 10.13 and 10.14, Qt 5.11, PyQt5, Python 3.7). I build a -onefolder app
> and it runs properly except the .png splash screen and all the .png button
> icons are not visible; they are in the places they should be in the dist
> directory, and the .txt files that I also include in the app are available
> (so it is not that things are in the wrong place). I can run the app itself
> in Python from the command line, so it is something specific about the app
> once it goes through Pyinstaller.
>
> Any suggestions for things to try would be welcome
>
> --
> 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.
>

-- 
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] [pyinstaller/pyinstaller] ec3d09: Clean: Recompile OSX bootloaders.

2016-06-07 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: ec3d094e4ffa57825f3035f87524675695f227bf
  
https://github.com/pyinstaller/pyinstaller/commit/ec3d094e4ffa57825f3035f87524675695f227bf
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2016-06-07 (Tue, 07 Jun 2016)

  Changed paths:
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d

  Log Message:
  ---
  Clean: Recompile OSX bootloaders.


-- 
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.


Re: [PyInstaller] [ANN] PyInstaller 3.2

2016-05-04 Thread Martin Zibricky
Thank you for taking care of this.


Martin Zibricky

Dne 3.5.2016 v 22:10 Hartmut Goebel napsal(a):
> Hello,
>
> on behalf of the PyInstaller development team I'm happy to announce
> PyInstaller 3.2

-- 
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.


Re: [PyInstaller] Preparing release 3.2

2016-05-03 Thread Martin Zibricky
Hi,

nothing from the top of my head. I will try to find out more.

Lately, I've been very busy. Next week should be better.


Please take care of 3.2. Thank you.


Dne 1.5.2016 v 13:45 Hartmut Goebel napsal(a):
> Anything that should go into it?


-- 
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] [pyinstaller/pyinstaller] d23555: Issue #1882: Fix OSX compilation issue.

2016-03-14 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d23555a19486a62b443afa489bf6a9c6718d5325
  
https://github.com/pyinstaller/pyinstaller/commit/d23555a19486a62b443afa489bf6a9c6718d5325
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2016-03-14 (Mon, 14 Mar 2016)

  Changed paths:
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d
M bootloader/src/pyi_launch.c

  Log Message:
  ---
  Issue #1882: Fix OSX compilation issue.


-- 
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.


Re: [PyInstaller] FYI: I'm going to release 3.1

2016-01-05 Thread Martin Zibricky

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Good luck.

Dne 3.1.2016 v 11:41 Hartmut Goebel napsal(a):
> Hi guys,
>
> happy new year.
>
> FYI: I'm going to work on the 3.1 release now. If there is anything that
> needs to be included there, please let me know. But as of now I'd only
> like to include remaining bug fixes.
>
>

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlaMEXMACgkQatJdZIF6ToxMcQCdEy2Hcuz/qbUf8AjbL2MhzUAI
sYMAn0/EupWYu3IZ6IRhHi5SFEQthZEM
=Gn/Q
-END PGP SIGNATURE-

-- 
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] [pyinstaller/pyinstaller] 9c4a08: Clean: Recompile OSX bootloaders.

2016-01-05 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 9c4a08fbf052a2170aae91a4c0bb9b80175bd04d
  
https://github.com/pyinstaller/pyinstaller/commit/9c4a08fbf052a2170aae91a4c0bb9b80175bd04d
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d

  Log Message:
  ---
  Clean: Recompile OSX bootloaders.


-- 
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.


Re: [PyInstaller] PyInstaller 3.0 and namespace packages

2015-12-15 Thread Martin Zibricky

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

try to look at an old test ./tests/old_suite/import/test_nspkg3*.py.

That might provide some inspiration.

Dne 10.12.2015 v 12:24 Thor Andreas Tangen napsal(a):
> Hi
>
> I am using namespace packages in my project, using
pkgutils.extend_path(), see
https://github.com/pyinstaller/pyinstaller/issues/1283. With pyinstaller
3.0 this issue should be fixed. Is there anything special I have to add
to my spec file to make this work? Should I add the paths to the all the
packages in the namespace to pathex in the Analysis stucture?
>
> Thanks,
> Thor Andreas

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlZwMaYACgkQatJdZIF6ToxqwQCfWo2athZkCUqBx75MA0siwf+s
xjcAnibOcok1ts4lZQc9hMWfll5MAvAQ
=qW/1
-END PGP SIGNATURE-

-- 
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] [pyinstaller/pyinstaller] 404806: Issue #1650: Replace shutil.copy2 by shutil.copy t...

2015-12-02 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 404806a165560f97820070e5b18cdec5b050647b
  
https://github.com/pyinstaller/pyinstaller/commit/404806a165560f97820070e5b18cdec5b050647b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
M PyInstaller/building/api.py
M PyInstaller/building/osx.py
M PyInstaller/building/utils.py

  Log Message:
  ---
  Issue #1650: Replace shutil.copy2 by shutil.copy to avoid OS X issues with 
st_flags.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] e8cdd6: Issue #1663: Fix PyCrypto modules to work with cry...

2015-11-27 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: e8cdd66ca48179b3307759002cddae71d5a7193c
  
https://github.com/pyinstaller/pyinstaller/commit/e8cdd66ca48179b3307759002cddae71d5a7193c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
M PyInstaller/loader/pyimod02_archive.py
M tests/functional/scripts/pyi_feature_crypto.py

  Log Message:
  ---
  Issue #1663: Fix PyCrypto modules to work with crypto feature (--key option).


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 112968: Fix indentation in ./bootloader/wscript and bootlo...

2015-11-27 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 1129682abf178f073ed1c078c6fb99584006cb3c
  
https://github.com/pyinstaller/pyinstaller/commit/1129682abf178f073ed1c078c6fb99584006cb3c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
M bootloader/wscript

  Log Message:
  ---
  Fix indentation in ./bootloader/wscript and bootloader compilation on recent 
linux.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 297ef2: Fix define _BSD_SOURCE even on Linux for bootloade...

2015-11-27 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 297ef24ec662a20b72285117d86553f39c0f5035
  
https://github.com/pyinstaller/pyinstaller/commit/297ef24ec662a20b72285117d86553f39c0f5035
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
M bootloader/wscript

  Log Message:
  ---
  Fix define _BSD_SOURCE even on Linux for bootloader compilation.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] pyinstaller and bokeh

2015-11-26 Thread Martin Zibricky
Dne Čt 12. listopadu 2015 11:42:24, ChrisR napsal(a):
> Is Bokeh a supported package with pyinstaller?  
> 
> Thanks,
> 
> Chris

Try it and you will see if it works or not.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 78b440: Clean: Regenerate Manual.pdf.

2015-11-06 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 78b44046ddbc79b9566bfc96659b163d1729a86f
  
https://github.com/pyinstaller/pyinstaller/commit/78b44046ddbc79b9566bfc96659b163d1729a86f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

  Changed paths:
M doc/Manual.pdf

  Log Message:
  ---
  Clean: Regenerate Manual.pdf.


  Commit: 1f03f3e69548aabc4167117001d8e07e5314762f
  
https://github.com/pyinstaller/pyinstaller/commit/1f03f3e69548aabc4167117001d8e07e5314762f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
M .landscape.yml

  Log Message:
  ---
  Issue #1643: Improve landscape.io configuration.


  Commit: fdad9908eb607918bc89551e178792d35ffbe5d7
  
https://github.com/pyinstaller/pyinstaller/commit/fdad9908eb607918bc89551e178792d35ffbe5d7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
M PyInstaller/depend/bindepend.py
A PyInstaller/hooks/hook-pubsub.core.py
M PyInstaller/lib/README.rst
M PyInstaller/lib/modulegraph/modulegraph.py
M PyInstaller/lib/pefile_py2.py
M PyInstaller/lib/pefile_py3.py
M appveyor.yml
A tests/speed/speed_pefile.py

  Log Message:
  ---
  Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop


  Commit: d1811d91226edd8507fdfe90fb88edd436acdc7f
  
https://github.com/pyinstaller/pyinstaller/commit/d1811d91226edd8507fdfe90fb88edd436acdc7f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/lib/modulegraph/modulegraph.py
M doc/Manual.html
M doc/source/Manual.rst

  Log Message:
  ---
  Merge branch 'develop' of github.com:pyinstaller/pyinstaller into develop


  Commit: f44c47cb95c5199dc26eb0f8ec89c08b8ed62deb
  
https://github.com/pyinstaller/pyinstaller/commit/f44c47cb95c5199dc26eb0f8ec89c08b8ed62deb
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M PyInstaller/building/toc_conversion.py
M PyInstaller/utils/hooks/__init__.py

  Log Message:
  ---
  Fix: Import PyInstaller.config only in classes/functions not at the top of a 
module.


  Commit: 5346493c3a70916f9b49fb6c1e5c6eddd4ea56ef
  
https://github.com/pyinstaller/pyinstaller/commit/5346493c3a70916f9b49fb6c1e5c6eddd4ea56ef
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/config.py
M tests/functional/conftest.py

  Log Message:
  ---
  Fix: Pytest now does reset of PyInstaller.config.CONF.


  Commit: 30868034b6124f57ad03ba1962c9998f4da9de2b
  
https://github.com/pyinstaller/pyinstaller/commit/30868034b6124f57ad03ba1962c9998f4da9de2b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M tests/functional/conftest.py

  Log Message:
  ---
  Fix: Reset sys.path variable for every test.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/f2fc32eaa96a...30868034b612

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 8935d1: Fix: Duplicate entries in sys.path when running te...

2015-11-06 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 8935d12237947cd80f75c687ec4ad933a9364490
  
https://github.com/pyinstaller/pyinstaller/commit/8935d12237947cd80f75c687ec4ad933a9364490
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/depend/bindepend.py
M PyInstaller/utils/hooks/__init__.py
M tests/functional/conftest.py

  Log Message:
  ---
  Fix: Duplicate entries in sys.path when running tests should be now gone.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] cebd62: Issue #1531: Fix missing textwrap import.

2015-10-27 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: cebd6267e7cfc493bb1c3a9e5be5bc4cecb7ecd9
  
https://github.com/pyinstaller/pyinstaller/commit/cebd6267e7cfc493bb1c3a9e5be5bc4cecb7ecd9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-27 (Tue, 27 Oct 2015)

  Changed paths:
M PyInstaller/utils/hooks/__init__.py

  Log Message:
  ---
  Issue #1531: Fix missing textwrap import.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 041727: Issue #1621: Enable appveyor tests again..

2015-10-26 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 04172733dbe8345c660de647bac3a52bbe32ee6d
  
https://github.com/pyinstaller/pyinstaller/commit/04172733dbe8345c660de647bac3a52bbe32ee6d
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Enable appveyor tests again..


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] PyQt audio behaves differently in compiled module

2015-10-23 Thread Martin Zibricky
Hi David,

my guess is that it is a missing qt5 plugin that is linked with the OSX audio 
capabilities.

Could you try create a hook-PyQt5.QtMultimedia.py and try to find out what 
directory with qt5 plugins is missing?

Something like this:


from PyInstaller.utils.hooks import qt5_plugins_binaries


binaries = qt5_plugins_binaries('DIR_WITH_MEDIA_PLUGIN')

I remember that with phonon it was similar issue.


On Thursday 22 of October 2015 17:17:39 David Cortesi wrote:
> > $ dist/adevtest/adevtest
> > name:
> > isNull: True
> 
> Same code, same everything except one is bundled. Also the list of devices
> returned by QAudioDeviceInfo.availableDevices() has 2 items under Python,
> zero items when bundled. Somehow, the Qt Audio is not getting initialized
> in the bundled program ... ?
> 
> Bundling is with the latest dev branch code. build/adevtest/warnadevtest
> does contain this line:
> 
> missing module named PyQt5.QtMultimedia.QAudioDeviceInfo - imported by
> 
> > PyQt5.QtMultimedia, /Users/dcortesi/Dropbox/David/Sidetone/adevtest.py
> 
> However that cannot be correct or there would be a run-time error, no?
> Anyway it also says "missing module named PyQt5.QtWidgets.QApplication" and
> that is clearly not true as nothing would happen if the app couldn't be
> started.
> 
> Running with --debug produces only normal-looking messages, no problems
> shown.
> 
> Any thoughts or suggestions welcome!
> 
> Dave Cortesi

-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 4cf0be: Issue #1621: First restore pip cache and then pip-...

2015-10-23 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 4cf0be2b9afa99f48f64b4b51aa637c7ecba6b30
  
https://github.com/pyinstaller/pyinstaller/commit/4cf0be2b9afa99f48f64b4b51aa637c7ecba6b30
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-23 (Fri, 23 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: First restore pip cache and then pip-accel.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 2f862c: Issue #1621: Try using pip-accel.

2015-10-22 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 2f862c58a627d2da217ad00e8a85ea8a3206a0d5
  
https://github.com/pyinstaller/pyinstaller/commit/2f862c58a627d2da217ad00e8a85ea8a3206a0d5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Try using pip-accel.


  Commit: 3f8e1f8193f0f1f9936bf79c134b30094d517089
  
https://github.com/pyinstaller/pyinstaller/commit/3f8e1f8193f0f1f9936bf79c134b30094d517089
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: In appveyor disable installing mingw temporarily.


  Commit: ff4e0c96ee8d51769268ad7f1bf1aec7e201
  
https://github.com/pyinstaller/pyinstaller/commit/ff4e0c96ee8d51769268ad7f1bf1aec7e201
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Cache also pip files.


  Commit: 5b486250de791d8f64998758f7c48ba8688e2ae8
  
https://github.com/pyinstaller/pyinstaller/commit/5b486250de791d8f64998758f7c48ba8688e2ae8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Disable all caches.


  Commit: 086504bbfa2af6a04f9c86ebdd9bc396de1e9008
  
https://github.com/pyinstaller/pyinstaller/commit/086504bbfa2af6a04f9c86ebdd9bc396de1e9008
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Add more options to pip-accel.


  Commit: 94ce3193d69a68a5a6dcb1016fbdd868aa9b08b6
  
https://github.com/pyinstaller/pyinstaller/commit/94ce3193d69a68a5a6dcb1016fbdd868aa9b08b6
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Add caching of mingw-w64 install.


  Commit: 7597210f204969a0210003c684876df3190271c5
  
https://github.com/pyinstaller/pyinstaller/commit/7597210f204969a0210003c684876df3190271c5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Enable installing pip packages with pip-accel.


  Commit: 15e13eb749f7aa54fd8a95d52bdfac3df3e8584e
  
https://github.com/pyinstaller/pyinstaller/commit/15e13eb749f7aa54fd8a95d52bdfac3df3e8584e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1621: Temporarily disable building bootloader with mingw-w64.


  Commit: 0fa6b73661cffc0d95a495cbd2f18338219fdc77
  
https://github.com/pyinstaller/pyinstaller/commit/0fa6b73661cffc0d95a495cbd2f18338219fdc77
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Merge branch 'issue-1621-pip_accel' into develop

Issue #1621 : Use pip-accel for appveyor.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/6d65e7cea428...0fa6b73661cf

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Travis speed up - or not

2015-10-20 Thread Martin Zibricky
On Tuesday 20 of October 2015 12:25:06 Hartmut Goebel wrote:
> Hi,
> 
> FYI, maybe this is useful for you in some other project:
> 
> I just push updates to travis.yml:
> 
> - reenable pip-caching (see comment in the file)
> - use pip-accel to cache build binaries.

This might be useful also for appveyor.

> 
> I expect tests running much faster now - but I can not spot it right
> now. Curious, since compiling matplotlib takes quite some time and
> caches are read an written in my repo
> (https://travis-ci.org/htgoebel/pyinstaller/builds/86359993). But in the
> pyinstaller-repo, writing the cache errors. We'll see what this means :-)
> 
> OTHO, I re-enabled installing apt-packages, so more tests should be run
> now. But again, I can not spot it - even for Python2.7 where I'd expect
> PyWt4 tests to be now.

Have you tried running the build with modified travis.yml several times to see 
what difference 'pip-accel' does?

-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] d551ad: Issue #1611: Revert some default values in func at...

2015-10-17 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d551ad928deaa5afa0193a753551b924804f3630
  
https://github.com/pyinstaller/pyinstaller/commit/d551ad928deaa5afa0193a753551b924804f3630
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-17 (Sat, 17 Oct 2015)

  Changed paths:
M PyInstaller/building/makespec.py

  Log Message:
  ---
  Issue #1611: Revert some default values in func attributes that were removed 
in lanscape.ion cleanup.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] f597f6: Issue #1581: Do not skip .egg files in modulegraph...

2015-10-16 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f597f645b7e6042c15d1c4ef2f4332ded61d937e
  
https://github.com/pyinstaller/pyinstaller/commit/f597f645b7e6042c15d1c4ef2f4332ded61d937e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M PyInstaller/lib/modulegraph/modulegraph.py
M tests/functional/test_import.py

  Log Message:
  ---
  Issue #1581: Do not skip .egg files in modulegraph when looking for modules. 
Make egg tests more verbose.


  Commit: 3faf533d64df7c4dcf8111ca14dd690d389a6249
  
https://github.com/pyinstaller/pyinstaller/commit/3faf533d64df7c4dcf8111ca14dd690d389a6249
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M PyInstaller/archive/writers.py

  Log Message:
  ---
  Issue #1581: Fix Windows path separator for loading data files for zipped 
eggs.


  Commit: 93257d5268ce044a48f27d9749ce75bb3d712050
  
https://github.com/pyinstaller/pyinstaller/commit/93257d5268ce044a48f27d9749ce75bb3d712050
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M PyInstaller/building/toc_conversion.py
M PyInstaller/loader/pyimod03_importers.py

  Log Message:
  ---
  Issue #1581: Add more comments about pkg_resources.


  Commit: 199cbd70e92d2f10d713f23e480f4ab7e07be9e9
  
https://github.com/pyinstaller/pyinstaller/commit/199cbd70e92d2f10d713f23e480f4ab7e07be9e9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M PyInstaller/archive/writers.py
M PyInstaller/building/toc_conversion.py
M PyInstaller/lib/modulegraph/modulegraph.py
M PyInstaller/loader/pyimod03_importers.py
M tests/functional/test_import.py

  Log Message:
  ---
  Merge branch 'issue_1581_broken_eggs' into develop


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/68b82eae998e...199cbd70e92d

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] roadmap

2015-10-15 Thread Martin Zibricky
On Thursday 15 of October 2015 02:00:45 Parkway wrote:
> Lastly, is there a post that 
> outlines what the roadmap is for pyinstaller?

The only thing that could be considered "roadmap" are milestones and issues 
assigned to them:

https://github.com/pyinstaller/pyinstaller/milestones/PyInstaller%203.1

Otherwise there is no formal roadmap. The only long-term goal is to fix as many 
issues as possible.

-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] e0a218: Issue #1322: Convert test_pywin32 code to be gener...

2015-10-15 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: e0a21805522fdc9ce696649c744815ac38e9f53c
  
https://github.com/pyinstaller/pyinstaller/commit/e0a21805522fdc9ce696649c744815ac38e9f53c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
R tests/functional/scripts/pyi_pywin32_comext.py
R tests/functional/scripts/pyi_pywin32_win32com.py
R tests/functional/scripts/pyi_pywin32_win32ui.py
M tests/functional/test_basic.py

  Log Message:
  ---
  Issue #1322: Convert test_pywin32 code to be generated.


  Commit: 6742d34e480f00e8aba3623e303929d8fc441f59
  
https://github.com/pyinstaller/pyinstaller/commit/6742d34e480f00e8aba3623e303929d8fc441f59
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
M PyInstaller/lib/modulegraph/modulegraph.py

  Log Message:
  ---
  Issue #1532: Add to modulegraph function add_package_path to extend __path__ 
attribute from PyInstaller hooks.


  Commit: 68b82eae998e4efd6056d7331ba1a9e4a85e6d5f
  
https://github.com/pyinstaller/pyinstaller/commit/68b82eae998e4efd6056d7331ba1a9e4a85e6d5f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
A PyInstaller/hooks/pre_safe_import_module/hook-win32com.py

  Log Message:
  ---
  Issue #1322: Add win32com hook so that PyInstaller is able to find modules 
from win32comext directory.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/52ac11a00d35...68b82eae998e

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: excludedimports ==> pre_safe_import hook???

2015-10-14 Thread Martin Zibricky
On Tuesday 13 of October 2015 13:50:52 davecortesi wrote:
> Surveying existing hooks, I wrote,
> 
> > Only 4 hooks assign to excludedimports.
> 
> to which Hartmut G. replied,
> 
> > These need to be converted into pre-safe-import hooks, I assume.

'excludedimports' is broken in Pyinstaller 3.0. Related issue:

https://github.com/pyinstaller/pyinstaller/issues/1584

I think that 'excludedimport' api for hook  will be kept just the 
implementation will be different.

Hartmut, is this correct?


> 
> I am only now looking closely at the code to call any
> pre_safe_import_module() type of hook. It appears the purpose of these is
> to add nodes to the Modulegraph, because Modulegraph will not detect
> dynamically-created imports. That is what the existing hooks (gi.repository
> and six.moves) do.
> 
> How does this -- ADDING nodes -- relate to the excludedimports global which
> is about REMOVING nodes?
> 
> Does this mean that excludedimports no longer works?

It works to some extend:
- It prevents bundling conditional libraries: e.g. PIL does not bundle gui 
libraries.
- broken is, that the conditional libraries, are not bundled when they are 
used, even when you import them directly in your code!

The current implementation for processing excludedimports is complex and 
removes already created nodes from the module dependency graph.


> 
> OH NOZE! (insert picture of kitten with paws over its eyes)
> 
> I am doing a multifile search and the word "excludedimports" no longer
> appears anywhere except in those 4 hooks and the manual!
> 
> In particular it does not appear in Analysis.py. AGGGH! (Insert "The
> Scream" emoji)
> 
> Enlightenment desperately needed here...

Current implementation is in module PyInstaller.building.imphook.

-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] b5a6bf: Issue #1580: Add test for C extension pandas.lib.

2015-10-13 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: b5a6bfba0533341aa4a5dd45f62c4acc201ad7f1
  
https://github.com/pyinstaller/pyinstaller/commit/b5a6bfba0533341aa4a5dd45f62c4acc201ad7f1
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M tests/functional/test_libraries.py
M tests/requirements.txt

  Log Message:
  ---
  Issue #1580: Add test for C extension pandas.lib.


  Commit: ebf9fe2819d9e44c9668318d19857dfe0f00bc35
  
https://github.com/pyinstaller/pyinstaller/commit/ebf9fe2819d9e44c9668318d19857dfe0f00bc35
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/depend/dylib.py

  Log Message:
  ---
  Issue #1580: Ignore more win32 system .dlls.


  Commit: 53a32538579ec7a87be3dd4dc16b63800d68a8df
  
https://github.com/pyinstaller/pyinstaller/commit/53a32538579ec7a87be3dd4dc16b63800d68a8df
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
A PyInstaller/hooks/hook-zmq.backend.py
R PyInstaller/hooks/hook-zmq.py

  Log Message:
  ---
  Issue #1580: Fix pyzmq hook to put libzmq.pyd/so directly into sys._MEIPASS 
and not zmq.


  Commit: 36f9896dea70132e9925d10aaffca5afa89be55b
  
https://github.com/pyinstaller/pyinstaller/commit/36f9896dea70132e9925d10aaffca5afa89be55b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
R PyInstaller/hooks/hook-zmq.backend.py
A PyInstaller/hooks/hook-zmq.py

  Log Message:
  ---
  Issue #1580: Rename pyzmq hook to original filename.


  Commit: 3e4c0f9b75dd6faeaac07de1e5735279334a0ceb
  
https://github.com/pyinstaller/pyinstaller/commit/3e4c0f9b75dd6faeaac07de1e5735279334a0ceb
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/depend/dylib.py

  Log Message:
  ---
  Issue #1580: Ignore more win32 system .dlls.


  Commit: 91d032c92bb181ad1b6eb4f66a0a21939675e4b7
  
https://github.com/pyinstaller/pyinstaller/commit/91d032c92bb181ad1b6eb4f66a0a21939675e4b7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/utils/hooks/__init__.py

  Log Message:
  ---
  Issue #1580: For hooktuils function collect_dynamic_libs() add option to 
specify dest directory.


  Commit: 95692876fccd3fb892b86e6c4fed5571cc754c21
  
https://github.com/pyinstaller/pyinstaller/commit/95692876fccd3fb892b86e6c4fed5571cc754c21
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/depend/analysis.py
M PyInstaller/depend/utils.py

  Log Message:
  ---
  Issue #1580: Remove old broken code that was testing C extensions if they are 
real extensions.


  Commit: 90d1cb2af03515ea14c8aa61a2629b2691d97a65
  
https://github.com/pyinstaller/pyinstaller/commit/90d1cb2af03515ea14c8aa61a2629b2691d97a65
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/utils/hooks/__init__.py

  Log Message:
  ---
  Issue #1580: Fix collect_submodules() to split whole suffix like 
.cpython-34m.so while evaluating filenames.


  Commit: e09ffcb807f06f4f2562b4f96efaa0e043f739a9
  
https://github.com/pyinstaller/pyinstaller/commit/e09ffcb807f06f4f2562b4f96efaa0e043f739a9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
M PyInstaller/depend/analysis.py
M PyInstaller/hooks/hook-zmq.py

  Log Message:
  ---
  Issue #1580: Put libzmq back into zmq directory.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/a944e4c97d8a...e09ffcb807f0

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 6447f1: Clean: Remove useless var TOCTMPLT from ArchiveRea...

2015-10-13 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 6447f1713a005474fe08ccf2d18131363cafddea
  
https://github.com/pyinstaller/pyinstaller/commit/6447f1713a005474fe08ccf2d18131363cafddea
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
M PyInstaller/archive/readers.py
M PyInstaller/archive/writers.py
M PyInstaller/loader/pyimod02_archive.py

  Log Message:
  ---
  Clean: Remove useless var TOCTMPLT from ArchiveReaders/Writers.


  Commit: b8f6bf7413868867dd80845b19876afb24a07249
  
https://github.com/pyinstaller/pyinstaller/commit/b8f6bf7413868867dd80845b19876afb24a07249
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
M PyInstaller/loader/pyiboot01_bootstrap.py
M PyInstaller/utils/win32/winmanifest.py

  Log Message:
  ---
  Clean: Fix ascii encoding of file pyiboot01_bootstrap.py.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/de72890b8a9e...b8f6bf741386

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 13b5f9: Clean: Fix mixed tab/spaces and indentation as rep...

2015-10-13 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 13b5f9c0a054acdd6eb0b45265ce3afeabc144a0
  
https://github.com/pyinstaller/pyinstaller/commit/13b5f9c0a054acdd6eb0b45265ce3afeabc144a0
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
M PyInstaller/building/api.py
M PyInstaller/lib/modulegraph/modulegraph.py
M PyInstaller/utils/hooks/__init__.py
M bootloader/tools/strip.py

  Log Message:
  ---
  Clean: Fix mixed tab/spaces and indentation as reported by landscape.io.


  Commit: de72890b8a9ece2ca5d60bfbe7d9f952d4f67fe1
  
https://github.com/pyinstaller/pyinstaller/commit/de72890b8a9ece2ca5d60bfbe7d9f952d4f67fe1
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
M PyInstaller/archive/writers.py
M PyInstaller/building/makespec.py
M PyInstaller/utils/cliutils/archive_viewer.py
M PyInstaller/utils/hooks/__init__.py

  Log Message:
  ---
  Fix: Dangerous default value as reported by landscape.io.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/be8ec8bcee0e...de72890b8a9e

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 0e76d8: Issue #1583: Move eggs for testing from old_suite ...

2015-10-12 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 0e76d87bbb32677c52856d439456e6acbd121934
  
https://github.com/pyinstaller/pyinstaller/commit/0e76d87bbb32677c52856d439456e6acbd121934
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
A tests/functional/modules/egg_unzipped/EGG-INFO/PKG-INFO
A tests/functional/modules/egg_unzipped/EGG-INFO/SOURCES.txt
A tests/functional/modules/egg_unzipped/EGG-INFO/dependency_links.txt
A tests/functional/modules/egg_unzipped/EGG-INFO/not-zip-safe
A tests/functional/modules/egg_unzipped/EGG-INFO/top_level.txt
A tests/functional/modules/egg_unzipped/unzipped_egg/__init__.py
A tests/functional/modules/egg_unzipped/unzipped_egg/data/datafile.txt
A tests/functional/modules/egg_zipped.egg
R tests/old_suite/eggs4testing/.gitignore
R tests/old_suite/eggs4testing/README.txt
R tests/old_suite/eggs4testing/build-nspkg-tests.py
R tests/old_suite/eggs4testing/make.sh
R tests/old_suite/eggs4testing/setup-unzipped.py
R tests/old_suite/eggs4testing/setup-zipped.py
R tests/old_suite/eggs4testing/unzipped_egg/__init__.py
R tests/old_suite/eggs4testing/unzipped_egg/data/datafile.txt
R tests/old_suite/eggs4testing/zipped_egg/__init__.py
R tests/old_suite/eggs4testing/zipped_egg/data/datafile.txt
R tests/old_suite/import/unzipped.egg/EGG-INFO/PKG-INFO
R tests/old_suite/import/unzipped.egg/EGG-INFO/SOURCES.txt
R tests/old_suite/import/unzipped.egg/EGG-INFO/dependency_links.txt
R tests/old_suite/import/unzipped.egg/EGG-INFO/not-zip-safe
R tests/old_suite/import/unzipped.egg/EGG-INFO/top_level.txt
R tests/old_suite/import/unzipped.egg/unzipped_egg/__init__.py
R tests/old_suite/import/unzipped.egg/unzipped_egg/data/datafile.txt
R tests/old_suite/import/zipped.egg
A tests/scripts/eggs4testing/.gitignore
A tests/scripts/eggs4testing/README.txt
A tests/scripts/eggs4testing/build-nspkg-tests.py
A tests/scripts/eggs4testing/make.sh
A tests/scripts/eggs4testing/setup-unzipped.py
A tests/scripts/eggs4testing/setup-zipped.py
A tests/scripts/eggs4testing/unzipped_egg/__init__.py
A tests/scripts/eggs4testing/unzipped_egg/data/datafile.txt
A tests/scripts/eggs4testing/zipped_egg/__init__.py
A tests/scripts/eggs4testing/zipped_egg/data/datafile.txt

  Log Message:
  ---
  Issue #1583: Move eggs for testing from old_suite to pytest structure.


  Commit: e52ba0bf7bf56bebfefefb3023a6a034d39d64ba
  
https://github.com/pyinstaller/pyinstaller/commit/e52ba0bf7bf56bebfefefb3023a6a034d39d64ba
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
R tests/functional/modules/egg_unzipped/EGG-INFO/PKG-INFO
R tests/functional/modules/egg_unzipped/EGG-INFO/SOURCES.txt
R tests/functional/modules/egg_unzipped/EGG-INFO/dependency_links.txt
R tests/functional/modules/egg_unzipped/EGG-INFO/not-zip-safe
R tests/functional/modules/egg_unzipped/EGG-INFO/top_level.txt
R tests/functional/modules/egg_unzipped/unzipped_egg/__init__.py
R tests/functional/modules/egg_unzipped/unzipped_egg/data/datafile.txt
R tests/functional/modules/egg_zipped.egg
A tests/functional/modules/pyi_egg_unzipped.egg/EGG-INFO/PKG-INFO
A tests/functional/modules/pyi_egg_unzipped.egg/EGG-INFO/SOURCES.txt
A 
tests/functional/modules/pyi_egg_unzipped.egg/EGG-INFO/dependency_links.txt
A tests/functional/modules/pyi_egg_unzipped.egg/EGG-INFO/not-zip-safe
A tests/functional/modules/pyi_egg_unzipped.egg/EGG-INFO/top_level.txt
A tests/functional/modules/pyi_egg_unzipped.egg/unzipped_egg/__init__.py
A 
tests/functional/modules/pyi_egg_unzipped.egg/unzipped_egg/data/datafile.txt
A tests/functional/modules/pyi_egg_zipped.egg

  Log Message:
  ---
  Issue #1583: Rename eggs for pytest tests.


  Commit: 91fb556289e94c9f529779e89f59768d97f3959e
  
https://github.com/pyinstaller/pyinstaller/commit/91fb556289e94c9f529779e89f59768d97f3959e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
M tests/functional/test_import.py

  Log Message:
  ---
  Issue #1583: Migrate test_egg to pytest.


  Commit: 3690ca54cc4dc9c4181aa8588c439f2a8ff8947c
  
https://github.com/pyinstaller/pyinstaller/commit/3690ca54cc4dc9c4181aa8588c439f2a8ff8947c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-10 (Sat, 10 Oct 2015)

  Changed paths:
R tests/old_suite/import/test_eggs1.py
R tests/old_suite/import/test_eggs1.spec
R tests/old_suite/import/test_eggs2.py
R tests/old_suite/import/test_eggs2.spec

  Log Message:
  ---
  Issue #1583: Remove old test_eggs.


  Commit: 6c309be9c89ff6f7915a70685d403c90bb24778f
  
https://github.com/pyinst

[PyInstaller] [pyinstaller/pyinstaller] 751d33: Issue #1583: Test test_egg_unzipped passes on Trav...

2015-10-12 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 751d33a025d7ebe1f56b7b71a60d52ef5634ec2f
  
https://github.com/pyinstaller/pyinstaller/commit/751d33a025d7ebe1f56b7b71a60d52ef5634ec2f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
M tests/functional/test_import.py

  Log Message:
  ---
  Issue #1583: Test test_egg_unzipped passes on Travis - remove xfail.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 0a4d67: Issue #1583: Add to readme link to OS X tests on T...

2015-10-12 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 0a4d678e981559bc8692223257c354fe72914985
  
https://github.com/pyinstaller/pyinstaller/commit/0a4d678e981559bc8692223257c354fe72914985
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-12 (Mon, 12 Oct 2015)

  Changed paths:
A .landscape.yml
M README.rst

  Log Message:
  ---
  Issue #1583: Add to readme link to OS X tests on Travis.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: some hook oddities - attrs global

2015-10-09 Thread Martin Zibricky
On Thursday 08 of October 2015 15:10:36 David Cortesi wrote:
> Six of the hook-xml* files assign values to an attrs global, as if this had
> some meaning. Does a global attrs mean anything in the current hook API?

In the current hook API it means nothing. There is just a TODO in the code. I 
think it was broken even in the previous version 2.1.

Even if it is in the six old hook-xml* files it has no effect - legacy hook 
code.

We should revisit the usecase for attrs:

https://github.com/pyinstaller/pyinstaller/issues/1592

We should create some tests for the 'xml' modules and cleanup the hook-xml* 
files because these are really old hooks.

https://github.com/pyinstaller/pyinstaller/issues/1591

-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Doc Query: some hook oddities

2015-10-09 Thread Martin Zibricky
On Thursday 08 of October 2015 15:10:36 David Cortesi wrote:
> hook-wx.lib.activex.py contains only the following:
> 
> exec_statement("import wx.lib.activex")
> 
> That's it! How can this can do anything useful to the app being built?
> 
> hook-PySide.QtCore.py assigns an empty list to hiddenimports. It assigns a
> nonempty list to binaries also. But is there any reason not to delete that
> assignment of an empty list?
> 
> hook-Xlib.py has imports of sys and PyInstaller.is_unix which are not used.
> Delete?
> 
> hook-markdown.py imports collect_data_files but doesn't call it. Ok to
> delete?

Please try to look at previous versions of those hooks if there is any typo.

If not just remove the dead code.

I just checked the markdown package and it does not contain any data files.


-- 
Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] d5d003: Issue #1583: Simplify tests test_relative_import.

2015-10-06 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d5d003534b9f83aef2d1f5acdd2d6e59f876c111
  
https://github.com/pyinstaller/pyinstaller/commit/d5d003534b9f83aef2d1f5acdd2d6e59f876c111
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
R tests/functional/scripts/pyi_import_relative.py
R tests/functional/scripts/pyi_import_relative2.py
R tests/functional/scripts/pyi_import_relative3.py
M tests/functional/test_import.py

  Log Message:
  ---
  Issue #1583: Simplify tests test_relative_import.


  Commit: ed921611b82955a88102ceb2c2276393dba4a570
  
https://github.com/pyinstaller/pyinstaller/commit/ed921611b82955a88102ceb2c2276393dba4a570
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
M COPYING.txt
M doc/CREDITS.rst

  Log Message:
  ---
  Clean: Put back full text of gpl license into COPYING.txt.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/77d9f285cb11...ed921611b829

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 68d627: Issue #1583: Simplify tests test_relative_import.

2015-10-06 Thread Martin Zibricky
  Branch: refs/heads/master
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 68d627671ac1e7088506fac2809f4e5698e018cc
  
https://github.com/pyinstaller/pyinstaller/commit/68d627671ac1e7088506fac2809f4e5698e018cc
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
R tests/functional/scripts/pyi_import_relative.py
R tests/functional/scripts/pyi_import_relative2.py
R tests/functional/scripts/pyi_import_relative3.py
M tests/functional/test_import.py

  Log Message:
  ---
  Issue #1583: Simplify tests test_relative_import.


  Commit: 2f52ee1e5e6dac5ad9b0694c8552c470cbd3b76c
  
https://github.com/pyinstaller/pyinstaller/commit/2f52ee1e5e6dac5ad9b0694c8552c470cbd3b76c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
M COPYING.txt
M doc/CREDITS.rst

  Log Message:
  ---
  Clean: Put back full text of gpl license into COPYING.txt.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/373f6354c7ce...2f52ee1e5e6d

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 0fb4e0: Issue #1464: Mention core devs in CREDITS.rst.

2015-10-04 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 0fb4e06cc556da99d55bb7292434d3a73fe780ed
  
https://github.com/pyinstaller/pyinstaller/commit/0fb4e06cc556da99d55bb7292434d3a73fe780ed
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
M doc/CHANGES.rst
M doc/CREDITS.rst
M scripts/do_release

  Log Message:
  ---
  Issue #1464: Mention core devs in  CREDITS.rst.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 73f9a9: Fix: For release create two archive formats: .zip ...

2015-10-04 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 73f9a9db637cdb44fb9e16e846ab7ebc031fda2c
  
https://github.com/pyinstaller/pyinstaller/commit/73f9a9db637cdb44fb9e16e846ab7ebc031fda2c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
M setup.cfg

  Log Message:
  ---
  Fix: For release create two archive formats: .zip and .tar.gz.


  Commit: 26c6f51348ced7225996a2144c7fd725310b84a5
  
https://github.com/pyinstaller/pyinstaller/commit/26c6f51348ced7225996a2144c7fd725310b84a5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
M PyInstaller/__init__.py
M doc/CHANGES.rst

  Log Message:
  ---
  Preparing release 3.0


  Commit: 7365511ba79c72e448c0794a125c8b5c8f0d3ff5
  
https://github.com/pyinstaller/pyinstaller/commit/7365511ba79c72e448c0794a125c8b5c8f0d3ff5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
M PyInstaller/__init__.py
M doc/CHANGES.rst

  Log Message:
  ---
  Back to development: 3.1


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/0fb4e06cc556...7365511ba79c

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [ANN] PyInstaller 3.0

2015-10-04 Thread Martin Zibricky
Hello,

on behalf of the PyInstaller development team I'm happy to announce
PyInstaller 3.0 after two years of development.

   http://www.pyinstaller.org

Special thanks to David Vierra, David Cortesi and Cecil Curry who dedicated a 
lot of time to this release.

We are also thankful for all contributions from other people.


=== What it is ===

PyInstaller bundles a Python application and all its dependencies into a 
single package. The user can run the packaged app without installing a Python 
interpreter or any modules.

PyInstaller reads a Python script written by you. It analyzes your code to 
discover every other module and library your script needs in order to execute. 
Then it collects copies of all those files – including the active Python 
interpreter! – and puts them with your script in a single folder, or 
optionally in a single executable file.

PyInstaller is tested against Windows, Mac OS X, and Linux. However, it is not 
a cross-compiler: to make a Windows app you run PyInstaller in Windows; to 
make a Linux app you run it in Linux, etc. PyInstaller has been used 
successfully with AIX, Solaris, and FreeBSD, but is not tested against them.


=== Changes ===

Major changes for this release are:

- Python 3 support (3.3 / 3.4 / 3.5).
- Remove support for Python 2.6 and lower.
- Full unicode support in the bootloader (#824, #1224, #1323, #1340, #1396)
- (OSX) Executables built with PyInstaller under OS X can now be digitally
  signed.
- (OSX) 32bit precompiled bootloader no longer distributed, only 64bit.
- (Windows) for 32bit bootloader enable flag LARGEADDRESSAWARE that allows
  to use 4GB of RAM.
- New hooks: amazon-product-api, appy, certifi, countrycode, cryptography, gi,
  httplib2, jsonschema, keyring, lensfunpy, mpl_toolkits.basemap, ncclient,
  netCDF4, OpenCV, osgeo, patsy, PsychoPy, pycountry, pycparser, PyExcelerate,
  PyGobject, pymssql, PyNaCl, PySiDe.QtCore, PySide.QtGui, rawpy, requests,
  scapy, scipy, six, SpeechRecognition, u1db, weasyprint, Xlib.
- Add support for automatically including data files from eggs.
- Add support for directory eggs support.
- Add support for all kind of namespace packages.
- Add support for ``pkgutil.extend_path()``.
- New option ``--key`` to obfuscate the Python bytecode.

The full changelog for this release can be found at:

   https://pypi.python.org/pypi/PyInstaller/3.0


=== Feedback ===

We're eager to listen to your feedback on using PyInstaller:

 Bug tracker: https://github.com/pyinstaller/pyinstaller/issues
 Mailing list: http://groups.google.com/group/PyInstaller

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 5dec9f: Clean: Fail appveyor build with more failures.

2015-10-03 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 5dec9f19fa1f8a66ba17cf5387548ff212917673
  
https://github.com/pyinstaller/pyinstaller/commit/5dec9f19fa1f8a66ba17cf5387548ff212917673
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Clean: Fail appveyor build with more failures.


  Commit: 22cc2bee5f95414263786523c1d097cd53c3c529
  
https://github.com/pyinstaller/pyinstaller/commit/22cc2bee5f95414263786523c1d097cd53c3c529
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
M doc/CHANGES.rst
M doc/CREDITS.rst

  Log Message:
  ---
  Issue #1464: Initial updat of doc/CREDITS.rst.


  Commit: c65961350e2215b3311d0f02c6e0f3c654ab1896
  
https://github.com/pyinstaller/pyinstaller/commit/c65961350e2215b3311d0f02c6e0f3c654ab1896
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
A PyInstaller/hooks/hook-u1db.py

  Log Message:
  ---
  Pull request #1524: Migrate u1db hook to develo branch.


  Commit: c3f6c53533a921d90d33728e7cf5fb6af3b894a6
  
https://github.com/pyinstaller/pyinstaller/commit/c3f6c53533a921d90d33728e7cf5fb6af3b894a6
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
M doc/CHANGES.rst
M doc/CREDITS.rst

  Log Message:
  ---
  Issue #1464: Finished updating CREDITS.rst.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/0ef737351a08...c3f6c53533a9

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] e04cf5: Issue #1464: Final updates for CHANGES.rst and CRE...

2015-10-03 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: e04cf5bf5a3a36049f9a9c8c1e5c9bf9764314da
  
https://github.com/pyinstaller/pyinstaller/commit/e04cf5bf5a3a36049f9a9c8c1e5c9bf9764314da
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-03 (Sat, 03 Oct 2015)

  Changed paths:
M doc/CHANGES.rst
M doc/CREDITS.rst

  Log Message:
  ---
  Issue #1464: Final updates for CHANGES.rst and CREDITS.rst.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] e3a334: Issue #1575: On Windows do not put .exe suffix int...

2015-10-02 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: e3a334000b1f113e77dff105bbd838b13f154a48
  
https://github.com/pyinstaller/pyinstaller/commit/e3a334000b1f113e77dff105bbd838b13f154a48
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M PyInstaller/building/api.py
M PyInstaller/building/makespec.py
M PyInstaller/building/templates.py

  Log Message:
  ---
  Issue #1575: On Windows do not put .exe suffix into .spec file.


  Commit: 398a432b0696f85527f06e1372148afe319ecf35
  
https://github.com/pyinstaller/pyinstaller/commit/398a432b0696f85527f06e1372148afe319ecf35
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M tests/functional/specs/pyi_lib_PIL_img_conversion.spec

  Log Message:
  ---
  Issue #1575: Remove compatibility code from test_pil_img_conversion.


  Commit: 9a88c612f0a916f68809079d73c46563481f09c9
  
https://github.com/pyinstaller/pyinstaller/commit/9a88c612f0a916f68809079d73c46563481f09c9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M doc/CHANGES.rst

  Log Message:
  ---
  Issue #1464: Add more known issues to doc/CHANGES.rst.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/0a9e31dbafa7...9a88c612f0a9

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] b8c467: Issue #1575: For Travis set max. failing tests to ...

2015-10-02 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: b8c467079678eb25ad7f140ef54cee85c6410d61
  
https://github.com/pyinstaller/pyinstaller/commit/b8c467079678eb25ad7f140ef54cee85c6410d61
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1575: For Travis set max. failing tests to count 3.


  Commit: 688618f0faef261ba4be766473cdc62bc9c40a38
  
https://github.com/pyinstaller/pyinstaller/commit/688618f0faef261ba4be766473cdc62bc9c40a38
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M PyInstaller/building/api.py

  Log Message:
  ---
  Issue #1575: Fix path to .exe file on Windows.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/9a88c612f0a9...688618f0faef

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 912b06: Fix: Syntax error in hook-enchant.checker.wxSpellC...

2015-10-02 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 912b06fb3ba3086bb36279dd1c31208d10effb00
  
https://github.com/pyinstaller/pyinstaller/commit/912b06fb3ba3086bb36279dd1c31208d10effb00
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M PyInstaller/hooks/hook-enchant.checker.wxSpellCheckerDialog.py

  Log Message:
  ---
  Fix: Syntax error in hook-enchant.checker.wxSpellCheckerDialog.py.


  Commit: 62be54b46433f86a2ae0515277bc169efc75fbfd
  
https://github.com/pyinstaller/pyinstaller/commit/62be54b46433f86a2ae0515277bc169efc75fbfd
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M PyInstaller/hooks/hook-PIL.Image.py
A PyInstaller/hooks/hook-PIL.py

  Log Message:
  ---
  Fix: Exclude more gui libraries in PIL hook.


  Commit: 00d288356bdb86ee75d65ec4a383d55e0f51da6c
  
https://github.com/pyinstaller/pyinstaller/commit/00d288356bdb86ee75d65ec4a383d55e0f51da6c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M tests/requirements.txt

  Log Message:
  ---
  Clean: For tests use more recent extension to capture logs - pytest-catchlog.


  Commit: 7dce96d43bf7fe431c9a83a7494496027c5fae4b
  
https://github.com/pyinstaller/pyinstaller/commit/7dce96d43bf7fe431c9a83a7494496027c5fae4b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Clean: Increase Appveyor test timeout to 180 sec.


  Commit: 6b3f44355f334ce7c6ee546f380cce9553ceaf63
  
https://github.com/pyinstaller/pyinstaller/commit/6b3f44355f334ce7c6ee546f380cce9553ceaf63
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M PyInstaller/building/api.py
M PyInstaller/building/build_main.py

  Log Message:
  ---
  Clean: Remove class DLL (old comserver code).


  Commit: 9f76008734d708a2070e5469bd4c9a84e36b8600
  
https://github.com/pyinstaller/pyinstaller/commit/9f76008734d708a2070e5469bd4c9a84e36b8600
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M tests/functional/specs/pyi_lib_PIL_img_conversion.spec

  Log Message:
  ---
  Fix: Use console mode for test_pil_img_conversion.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/688618f0faef...9f76008734d7

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] Python 3 - Prerelease 3.0.dev8 (3.0)

2015-10-02 Thread Martin Zibricky
Hello everyone,

I created a `3.0.dev8` prerelease and pushed it to PYPI:

https://pypi.python.org/pypi/PyInstaller/3.0.dev8[1]


It can be pip installed by:

  pip install --pre PyInstaller

or

  pip install --upgrade --pre PyInstaller


This prerelease is like 3.0. There will be no more code changes. The purpose of 
this
prerelease is to make sure that 3.0 is really working.


[1] https://pypi.python.org/pypi/PyInstaller/3.0.dev6


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] Re: Python 3 - Prerelease 3.0.dev6 for testing

2015-10-01 Thread Martin Zibricky
Prerelease 3.0.dev6 was not installable using pip. There is available a new 
prerelease
3.0.dev7:

https://pypi.python.org/pypi/PyInstaller/3.0.dev7[1]


On Tuesday 29 of September 2015 18:51:15 Martin Zibricky wrote:
> Hello everyone,
>
> I created a `3.0.dev6` prerelease and pushed it to PYPI:
>
> https://pypi.python.org/pypi/PyInstaller/3.0.dev6[1]
>
>
> It can be pip installed by:
>
>   pip install --pre PyInstaller
>
> or
>
>   pip install --upgrade --pre PyInstaller
>
>
> In comparison to 3.0.dev2, this prerelease includes latest updates,
> especially improvements in modulegraph. This is the last prerelease before
> 3.0.
>
> If there are no serious issues then final PyInstaller 3.0 will be released
> during this week.
>
> 
> [1] https://pypi.python.org/pypi/PyInstaller/3.0.dev6



[1] https://pypi.python.org/pypi/PyInstaller/3.0.dev7


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] dc1cb4: Fix: git revision in version while pip installing ...

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: dc1cb4cbfd402c8d2bfd153346a9188c79650413
  
https://github.com/pyinstaller/pyinstaller/commit/dc1cb4cbfd402c8d2bfd153346a9188c79650413
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M PyInstaller/utils/git.py

  Log Message:
  ---
  Fix: git revision in version while pip installing with Python 2.7.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] f1a893: Clean: Increment version to 3.0.dev8.

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f1a89333bb6d679400c4217eae07acc9bf8aee16
  
https://github.com/pyinstaller/pyinstaller/commit/f1a89333bb6d679400c4217eae07acc9bf8aee16
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Clean: Increment version to 3.0.dev8.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] d50f7c: Clean: Speed up Travis by failing on first failing...

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d50f7ce55ac6c96b3dbdbee073a20678e64f7ee5
  
https://github.com/pyinstaller/pyinstaller/commit/d50f7ce55ac6c96b3dbdbee073a20678e64f7ee5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Clean: Speed up Travis by failing on first failing test.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 0f0f63: Clean: Remove timeout from Trevis tests.

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 0f0f63d9191c8080572b912863b52db60665d823
  
https://github.com/pyinstaller/pyinstaller/commit/0f0f63d9191c8080572b912863b52db60665d823
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Clean: Remove timeout from Trevis tests.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 2cb706: Issue #1481: Regenerate manual - html/pdf.

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 2cb7066ba7119b3aff6e93e48afba5d9053dbe05
  
https://github.com/pyinstaller/pyinstaller/commit/2cb7066ba7119b3aff6e93e48afba5d9053dbe05
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
A doc/CREDITS.rst
M doc/Manual.html
M doc/Manual.pdf
R doc/credits.txt
R doc/pyi-build.1
R doc/pyi-build.html
R doc/pyi-make_comserver.1
R doc/pyi-make_comserver.html
M doc/pyi-makespec.1
M doc/pyi-makespec.html
M doc/pyinstaller.1
M doc/pyinstaller.html
R doc/source/pyi-build.rst
R doc/source/pyi-make_comserver.rst

  Log Message:
  ---
  Issue #1481: Regenerate manual - html/pdf.


  Commit: a2f1c8f840db03592cf09a242dfc6d2baff1b739
  
https://github.com/pyinstaller/pyinstaller/commit/a2f1c8f840db03592cf09a242dfc6d2baff1b739
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M doc/source/Makefile

  Log Message:
  ---
  Issue #1481: Fixes for doc Makefile.


  Commit: 7d093d531604aab47f70011595317cbbefa97ba5
  
https://github.com/pyinstaller/pyinstaller/commit/7d093d531604aab47f70011595317cbbefa97ba5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M COPYING.txt

  Log Message:
  ---
  Issue #1481: Update COPYING.txt - remove text of gpl license and use link 
instead.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/f1a89333bb6d...7d093d531604

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 8f1cf5: Clean: Improve description in script ./scripts/do_...

2015-10-01 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 8f1cf5c0ad9896d0d59056195ca5a045687fac0c
  
https://github.com/pyinstaller/pyinstaller/commit/8f1cf5c0ad9896d0d59056195ca5a045687fac0c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M scripts/do_prerelease

  Log Message:
  ---
  Clean: Improve description in script ./scripts/do_prerelease.


  Commit: 31d601e2d85bdb96a463bbf2d884ef81d6e776fb
  
https://github.com/pyinstaller/pyinstaller/commit/31d601e2d85bdb96a463bbf2d884ef81d6e776fb
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M MANIFEST.in

  Log Message:
  ---
  Issue #1556: Bundle *.rst files with the source tarball e.g. doc/CHANGES.rts.


  Commit: 552c55705dc78d6d15346757cf673feace00d07b
  
https://github.com/pyinstaller/pyinstaller/commit/552c55705dc78d6d15346757cf673feace00d07b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M PyInstaller/compat.py
M PyInstaller/utils/git.py

  Log Message:
  ---
  Issue #1556: Fix getting git revision in version string.


  Commit: 8f867eae2d0e3b5e892471a0dd683319ba5b503a
  
https://github.com/pyinstaller/pyinstaller/commit/8f867eae2d0e3b5e892471a0dd683319ba5b503a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Clean: Set timeout for appveyor tests and exit on first failing test.


  Commit: 787efbb40d0a59e86f7970bfe9d1ae546a7caeb5
  
https://github.com/pyinstaller/pyinstaller/commit/787efbb40d0a59e86f7970bfe9d1ae546a7caeb5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M PyInstaller/compat.py
M tests/functional/test_basic.py
M tests/functional/test_libraries.py

  Log Message:
  ---
  Clean: Remove xfail from test_matplotlib and test_distutils.


  Commit: b77e98c416b0210de7af645a149b8c186442dea7
  
https://github.com/pyinstaller/pyinstaller/commit/b77e98c416b0210de7af645a149b8c186442dea7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-10-01 (Thu, 01 Oct 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Clean: Fail appveor build with 3 failing tests.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/d6350eee7c50...b77e98c416b0

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 89c075: Issue #1555: Fix function exec_python_rc().

2015-09-30 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 89c075603bf39cfebcc65ed9493c7ea4935c096a
  
https://github.com/pyinstaller/pyinstaller/commit/89c075603bf39cfebcc65ed9493c7ea4935c096a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
M PyInstaller/compat.py

  Log Message:
  ---
  Issue #1555: Fix function exec_python_rc().


  Commit: 825ff6868cf949e99ef08f2b3230c5b08a268bb0
  
https://github.com/pyinstaller/pyinstaller/commit/825ff6868cf949e99ef08f2b3230c5b08a268bb0
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-30 (Wed, 30 Sep 2015)

  Changed paths:
M PyInstaller/depend/analysis.py
M PyInstaller/depend/utils.py

  Log Message:
  ---
  Issue #1555: Verify extensions with lib prefix that they really are not 
extensions - libxml2mod, etc.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/6ffbb5180557...825ff6868cf9

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] d84e07: Issue #1488: More verbose warning when one binary ...

2015-09-29 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: d84e0727489a8f12d893ee43ba0e029980f7686c
  
https://github.com/pyinstaller/pyinstaller/commit/d84e0727489a8f12d893ee43ba0e029980f7686c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
M PyInstaller/building/api.py

  Log Message:
  ---
  Issue #1488: More verbose warning when one binary is added with two internal 
names.


  Commit: f4119608e8063cd084ce314d996d7fdf1f4a0729
  
https://github.com/pyinstaller/pyinstaller/commit/f4119608e8063cd084ce314d996d7fdf1f4a0729
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
M PyInstaller/building/utils.py
M PyInstaller/hooks/hook-pywintypes.py

  Log Message:
  ---
  Issue #1488: Normalize datas/binaries paths.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/593aedbf9f16...f4119608e806

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] Python 3 - Prerelease 3.0.dev6 for testing

2015-09-29 Thread Martin Zibricky
Hello everyone,

I created a `3.0.dev6` prerelease and pushed it to PYPI:

https://pypi.python.org/pypi/PyInstaller/3.0.dev6[1]


It can be pip installed by:

  pip install --pre PyInstaller

or

  pip install --upgrade --pre PyInstaller


In comparison to 3.0.dev2, this prerelease includes latest updates,
especially improvements in modulegraph. This is the last prerelease before
3.0.

If there are no serious issues then final PyInstaller 3.0 will be released
during this week.


[1] https://pypi.python.org/pypi/PyInstaller/3.0.dev6


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 6d274b: Issue #830: Remove PIL tests test_Image. Pillow do...

2015-09-28 Thread Martin Zibricky
  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 6d274b1802fcf394518cb9e8dbdcdc5a07e9e669
  
https://github.com/pyinstaller/pyinstaller/commit/6d274b1802fcf394518cb9e8dbdcdc5a07e9e669
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
R tests/old_suite/libraries/test_Image.py
R tests/old_suite/libraries/test_Image.spec
R tests/old_suite/libraries/test_Image2.py

  Log Message:
  ---
  Issue #830: Remove PIL tests test_Image. Pillow does not support direct 
import of Image.


  Commit: 592ad943d2180dde67c9c21100553cae607981c8
  
https://github.com/pyinstaller/pyinstaller/commit/592ad943d2180dde67c9c21100553cae607981c8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
A tests/functional/data/PIL_images/tinysample.tiff
A tests/functional/scripts/pyi_lib_PIL_img_coversion.py
A tests/functional/scripts/pyi_lib_PIL_plugins.py
A tests/functional/specs/pyi_lib_PIL_img_conversion.py
R tests/old_suite/libraries/test_PIL.py
R tests/old_suite/libraries/test_PIL.spec
R tests/old_suite/libraries/test_PIL2.py
R tests/old_suite/libraries/tinysample.tiff

  Log Message:
  ---
  Issue #830: Move PIL tests to pytest.


  Commit: 340cc7352b508095960c0b1630bd1db6e0a408bc
  
https://github.com/pyinstaller/pyinstaller/commit/340cc7352b508095960c0b1630bd1db6e0a408bc
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
A tests/functional/scripts/pyi_lib_PIL_img_conversion.py
R tests/functional/scripts/pyi_lib_PIL_img_coversion.py
R tests/functional/scripts/pyi_lib_PIL_plugins.py
R tests/functional/specs/pyi_lib_PIL_img_conversion.py
A tests/functional/specs/pyi_lib_PIL_img_conversion.spec
M tests/functional/test_libraries.py

  Log Message:
  ---
  Issue #830: Fix PIL tests to work with pytest.


  Commit: c47006f455026a7c1d77f09df6c8d028a4010689
  
https://github.com/pyinstaller/pyinstaller/commit/c47006f455026a7c1d77f09df6c8d028a4010689
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-PIL.Image.py
M PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py
M PyInstaller/loader/rthooks/pyi_rth_PIL_Image.py
M PyInstaller/utils/hooks/__init__.py
M tests/functional/test_libraries.py

  Log Message:
  ---
  Issue #830: Fix PIL hooks to work with python3 branch.


  Commit: 9bd18f1931a1ddc67a56deab58cce5d2ea4019fa
  
https://github.com/pyinstaller/pyinstaller/commit/9bd18f1931a1ddc67a56deab58cce5d2ea4019fa
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-PIL.Image.py
M PyInstaller/loader/rthooks.dat
R PyInstaller/loader/rthooks/pyi_rth_PIL_Image.py

  Log Message:
  ---
  Issue #830: Remove PIL rthook - no longer necessary.


  Commit: 0b07b9fceb316b77b5f902c3fc135e0cb090dd19
  
https://github.com/pyinstaller/pyinstaller/commit/0b07b9fceb316b77b5f902c3fc135e0cb090dd19
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M tests/requirements-win.txt

  Log Message:
  ---
  Issue #830: Enable PIL tests for Travis/Appveyor.


  Commit: 7bfe942c075f08ef2bb1b2bb4ba502ea3c5856aa
  
https://github.com/pyinstaller/pyinstaller/commit/7bfe942c075f08ef2bb1b2bb4ba502ea3c5856aa
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M tests/requirements-win.txt
M tests/requirements.txt

  Log Message:
  ---
  Issue #830: Enable PIL tests for Travis/Appveyor.


  Commit: aaab3eb9bde0a5485a78dc62aae83d5df5415984
  
https://github.com/pyinstaller/pyinstaller/commit/aaab3eb9bde0a5485a78dc62aae83d5df5415984
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M tests/functional/test_basic.py

  Log Message:
  ---
  Issue #1488: Add test case for multiprocessing.Pool.


  Commit: a76f3b6beb64168ea4943a3017b5e3037058b4d7
  
https://github.com/pyinstaller/pyinstaller/commit/a76f3b6beb64168ea4943a3017b5e3037058b4d7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue #1488: Skip installing pypiwin32 when pywin32 is already installed.


  Commit: 826885f066155d04782a372f5ffe8c8ef0e28e06
  
https://github.com/pyinstaller/pyinstaller/commit/826885f066155d04782a372f5ffe8c8ef0e28e06
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
M tests/functional/scripts/pyi_multiprocess_fo

Re: [PyInstaller] Doc Query: can MERGE'd apps be one-file? (issue 896)

2015-09-25 Thread Martin Zibricky
On Friday 25 of September 2015 12:53:32 davecortesi wrote:
> Issue 896 raised several questions about MERGE'd files, but one I can't 
> answer is, can you MERGE one-file apps? If so, how do the dependent ones 
> access the shared dependencies in the master one?

Could someone correct me but it should work like this:
- the dependent ones know the name of shared files and name of the exe where to 
extract it from.
- the dependent ones see the master as a zip archive with files
- when dependent one is executed it extracts files from the master exe into 
tmpdir.
- then it executes itself as any other app with all files in tmpdir.
- the restriction is that you should not rename the master .exe file otherwise 
it won't work.

Anyway, with python3 branch the MERGE feature is broken and we will have to fix 
it for next release.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] e1ee48: Issue #1517: Fix Python 2 compatibility on OS X: F...

2015-09-24 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: e1ee486c02d714180eda58fa15523e0aca24904c
  
https://github.com/pyinstaller/pyinstaller/commit/e1ee486c02d714180eda58fa15523e0aca24904c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
M PyInstaller/building/osx.py
M PyInstaller/compat.py

  Log Message:
  ---
  Issue #1517: Fix Python 2 compatibility on OS X: FileExistsError.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 9be96b: Issue #1517: Fix typo in module name builtins.

2015-09-24 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 9be96bccf8bb4f73349a4dbb2697e49b2b5831a7
  
https://github.com/pyinstaller/pyinstaller/commit/9be96bccf8bb4f73349a4dbb2697e49b2b5831a7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
M PyInstaller/compat.py

  Log Message:
  ---
  Issue #1517: Fix typo in module name builtins.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: "imptracker.py" and "iu.py" - dead?

2015-09-22 Thread Martin Zibricky
On Tuesday 22 of September 2015 13:54:00 davecortesi wrote:
> A topic in the prior manual is "Modulefinder Replacement - ImportTracker"
> about the imptracker.py module.

yes, remove this section but please open a new issue for documenting module 
dependency analysis.

> I do not see such a module in the current branch. Am I correct in thinking
> it is a dead parrot?

Yes, that code was either refactored or replaced by modulegraph.

> How about the topic "``iu.py``: An *imputil* Replacement" ? I also do not
> see any "iu.py" in the current code. Delete the topic?

Yes, delete that too.

Section 'Windows COM Server Support' could be also removed.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 434161: Issue #1464: In README.rst move install instructio...

2015-09-22 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 43416191a2ea1c4e72f041352ec226c203105de8
  
https://github.com/pyinstaller/pyinstaller/commit/43416191a2ea1c4e72f041352ec226c203105de8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-22 (Tue, 22 Sep 2015)

  Changed paths:
M README.rst

  Log Message:
  ---
  Issue #1464: In README.rst move install instructions closer to the top.


  Commit: 8b2995b08f1be5d9af1b3b61b1900526b81156d2
  
https://github.com/pyinstaller/pyinstaller/commit/8b2995b08f1be5d9af1b3b61b1900526b81156d2
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-22 (Tue, 22 Sep 2015)

  Changed paths:
M README.rst

  Log Message:
  ---
  Issue #1464: In README.rst mention osx code signing.


  Commit: 082bc53797e8289b50c8200de9b0a3e56a47a845
  
https://github.com/pyinstaller/pyinstaller/commit/082bc53797e8289b50c8200de9b0a3e56a47a845
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-22 (Tue, 22 Sep 2015)

  Changed paths:
M README.rst

  Log Message:
  ---
  Issue #1464: Use fieldlists for urls in README.


  Commit: 79f2a58bd459d324b5356ffe0a31eac0be980d9f
  
https://github.com/pyinstaller/pyinstaller/commit/79f2a58bd459d324b5356ffe0a31eac0be980d9f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-22 (Tue, 22 Sep 2015)

  Changed paths:
M .travis.yml
M README.rst

  Log Message:
  ---
  Issue #1407: Do not ignore Python 3.5 test failures in Travis, enable running 
tests for Python 3.6.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/daef69a97f76...79f2a58bd459

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 598b16: Clean: Update comment header in pyiboot02_egg_inst...

2015-09-21 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 598b16f75528d22ed5e75d48802dac33d4ea3612
  
https://github.com/pyinstaller/pyinstaller/commit/598b16f75528d22ed5e75d48802dac33d4ea3612
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/loader/pyiboot02_egg_install.py

  Log Message:
  ---
  Clean: Update comment header in pyiboot02_egg_install.py.


  Commit: f54579ca3a76c78f89f8f26985f1e6ccb80c6818
  
https://github.com/pyinstaller/pyinstaller/commit/f54579ca3a76c78f89f8f26985f1e6ccb80c6818
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/loader/pyimod03_importers.py

  Log Message:
  ---
  Issue #1407: Fix loading of Python C-extensions for Python 3.5.


  Commit: d2c8a06888e6425639ab2b70cc2f68b70eabdb5b
  
https://github.com/pyinstaller/pyinstaller/commit/d2c8a06888e6425639ab2b70cc2f68b70eabdb5b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1407: In Travis use stable Python 3.5 for running tests.


  Commit: b05d010ac534960a97542721535b48170f7588e8
  
https://github.com/pyinstaller/pyinstaller/commit/b05d010ac534960a97542721535b48170f7588e8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1407: In Travis ignore Python 3.5 failures.


  Commit: 8c67b048b98599abf24aebf773e4952619daf1bc
  
https://github.com/pyinstaller/pyinstaller/commit/8c67b048b98599abf24aebf773e4952619daf1bc
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1407: Debugging Python 3.5 Travis failure 1.


  Commit: f70796d2fda5304d9b24f6e81aa21261b7c5e570
  
https://github.com/pyinstaller/pyinstaller/commit/f70796d2fda5304d9b24f6e81aa21261b7c5e570
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1407: Debugging Python 3.5 Travis failure 2.


  Commit: 67a5f8d577fe77922ca881d7277d795f569e4ed9
  
https://github.com/pyinstaller/pyinstaller/commit/67a5f8d577fe77922ca881d7277d795f569e4ed9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Issue #1407: Debugging Python 3.5 Travis failure 3.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/81164eaf07e2...67a5f8d577fe

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: Info.plist is OS X app bundles

2015-09-21 Thread Martin Zibricky
On Monday 21 of September 2015 12:45:04 davecortesi wrote:
> Do you see any problem with recommending this in the
manual? Is there
> anything in the default Info.plist that could not be overwritten
(assuming
> the developer knows what she is doing)?

I think it's ok to mention that in the manual.

Maybe just CFBundleExecutable should not be overwritten
otherwise the .app bundle won't know which file to execute.




signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Doc Query: Info.plist is OS X app bundles

2015-09-21 Thread Martin Zibricky
Regarding OS X I think it maybe worth to mention
code signing:
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing[1]




[1]
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] efea2f: Issue #1464: Convert changelog into .rst format.

2015-09-21 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: efea2f243905254fa68ab0a13eefb834d7561eb9
  
https://github.com/pyinstaller/pyinstaller/commit/efea2f243905254fa68ab0a13eefb834d7561eb9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M doc/CHANGES.rst

  Log Message:
  ---
  Issue #1464: Convert changelog into .rst format.


  Commit: e54951bfc64baa39c888a068199885603cd2175d
  
https://github.com/pyinstaller/pyinstaller/commit/e54951bfc64baa39c888a068199885603cd2175d
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Issue #1464: Increment version to 3.0.dev4.


  Commit: a0af52059beb147ffa86fdc9a44cf42537cf1a16
  
https://github.com/pyinstaller/pyinstaller/commit/a0af52059beb147ffa86fdc9a44cf42537cf1a16
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M README.rst
M doc/CHANGES.rst
M setup.py

  Log Message:
  ---
  Issue #1464: Simplify README.rst and improve rst formatting.


  Commit: 4729296a8f1550d8016d9a3bf3b1a94dfc17729b
  
https://github.com/pyinstaller/pyinstaller/commit/4729296a8f1550d8016d9a3bf3b1a94dfc17729b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Issue #1464: Increment version to 3.0.dev5.


  Commit: b74718f63a3de04f6fa25e156ca9e6c0885322d9
  
https://github.com/pyinstaller/pyinstaller/commit/b74718f63a3de04f6fa25e156ca9e6c0885322d9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/building/makespec.py
M PyInstaller/building/templates.py

  Log Message:
  ---
  Issue #1489: Remove old comserver template.


  Commit: 036cf05726ffa8f9a25d0f8d4dc9c70a0e231431
  
https://github.com/pyinstaller/pyinstaller/commit/036cf05726ffa8f9a25d0f8d4dc9c70a0e231431
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py
M README.rst

  Log Message:
  ---
  Issue #1464: Incorporate PYPI page feedback into README.rst.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/b5fe082b380f...036cf05726ff

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 977ebe: Issue #703: Make relative paths in datas and binar...

2015-09-19 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 977ebe2e391820e22efd64d2690d723d5461f813
  
https://github.com/pyinstaller/pyinstaller/commit/977ebe2e391820e22efd64d2690d723d5461f813
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-19 (Sat, 19 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/imphook.py

  Log Message:
  ---
  Issue #703: Make relative paths in datas and binaries .spec attributes 
relative to the location of .spec file.


  Commit: f716cbf86806de0b47cf1f4eb96cc958b7e4c77f
  
https://github.com/pyinstaller/pyinstaller/commit/f716cbf86806de0b47cf1f4eb96cc958b7e4c77f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-19 (Sat, 19 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/imphook.py
M PyInstaller/building/utils.py

  Log Message:
  ---
  Issue #703: Refactoring, move function format_binaries_and_datas() to utils 
module.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/a8f939aabf97...f716cbf86806

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: use of Analysis(datas=, binaries=)

2015-09-19 Thread Martin Zibricky
On Friday 18 of September 2015 22:20:23 David Cortesi wrote:
> I hope it is the case that one can edit the spec file so:
> 
> a = Analysis( ... datas=[ ( '../../aspell/dict', 'dict' ) ],  )
> 
> and the complete folder of dictionary files in the bundle. Also since it
> supports "glob" it should work that:
> 
> extra_datas = [ ( '/gamedev/sfx/*.mp3' , 'mp3' ),
>   ( '../../aspell/dict', 'dict' ) ]
> a = Analysis( ... datas=extra_datas, ... )
> 
> Because those are examples I just put into the manual 
> Hmmm. Perhaps I  should test this?

David, update your pyinstaller code. I just fixed 'datas/binaries' to be 
relative to the location of .spec file.

And also verified that datas like this work.

datas = [('data_dir', 'renamed_data_dir')]

├── build
│   └── helloworld
│   ├── base_library.zip
│   ├── helloworld
│   ├── localpycos
│   │   └── struct.pyo
│   ├── out00-Analysis.toc
│   ├── out00-COLLECT.toc
│   ├── out00-EXE.toc
│   ├── out00-PKG.pkg
│   ├── out00-PKG.toc
│   ├── out00-PYZ.pyz
│   ├── out00-PYZ.toc
│   └── warnhelloworld.txt
├── data_dir
│   ├── a
│   ├── b
│   ├── c
│   ├── d
│   ├── e
│   └── ff
│   ├── g
│   ├── h
│   ├── i
│   ├── j
│   └── k
├── dist
│   └── helloworld
│   ├── array.cpython-34m.so
│   ├── base_library.zip
│   ├── binascii.cpython-34m.so
│   ├── helloworld
│   ├── renamed_data_dir
│   │   ├── a
│   │   ├── b
│   │   ├── c
│   │   ├── d
│   │   ├── e
│   │   └── ff
│   │   ├── g
│   │   ├── h
│   │   ├── i
│   │   ├── j
│   │   └── k
└── helloworld.spec

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Doc Query: use of Analysis(datas=, binaries=)

2015-09-19 Thread Martin Zibricky
On Friday 18 of September 2015 22:20:23 David Cortesi wrote:
> I hope it is the case that one can edit the spec file so:
> 
> a = Analysis( ... datas=[ ( '../../aspell/dict', 'dict' ) ],  )
> 
> and the complete folder of dictionary files in the bundle. Also since it
> supports "glob" it should work that:

I think I recently tested it and this did not work.

Anyway, I will fix PyInstaller to support this definition.
(copy everything under '../../aspell/dict' to 'dist/appname/dict'

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] f40a5c: Issue # #1381: Remove file KNOWNBUGS.txt.

2015-09-18 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f40a5c91070761f172e3dd97127ef8899e2f445e
  
https://github.com/pyinstaller/pyinstaller/commit/f40a5c91070761f172e3dd97127ef8899e2f445e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
R doc/KNOWNBUGS.txt

  Log Message:
  ---
  Issue # #1381: Remove file KNOWNBUGS.txt.


  Commit: d1a694da502b458ca2f573ade2b185237c89848f
  
https://github.com/pyinstaller/pyinstaller/commit/d1a694da502b458ca2f573ade2b185237c89848f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M MANIFEST.in
M setup.py

  Log Message:
  ---
  Issue # #1381: MANIFEST.in - cleanup files that are being included for a 
release tarball.


  Commit: 0150835cc60cf2a90f7e53b3de6e2eb2abeabe17
  
https://github.com/pyinstaller/pyinstaller/commit/0150835cc60cf2a90f7e53b3de6e2eb2abeabe17
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M MANIFEST.in
M tests/requirements.txt

  Log Message:
  ---
  Issue # #1381: Add more packages to tests/requirements.txt


  Commit: ac8fd43d88dd5c4aa838ae235f5871a21405f7e8
  
https://github.com/pyinstaller/pyinstaller/commit/ac8fd43d88dd5c4aa838ae235f5871a21405f7e8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M PyInstaller/utils/git.py

  Log Message:
  ---
  Issue # #1381: Fix annoying msg: fatal: Not a git repository (or any parent 
up to mount point /home)


  Commit: 28468accf95cf8b50b52828894d46ec8ca7c80f1
  
https://github.com/pyinstaller/pyinstaller/commit/28468accf95cf8b50b52828894d46ec8ca7c80f1
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M MANIFEST.in
M PyInstaller/__init__.py
M setup.py
A version.txt

  Log Message:
  ---
  Issue # #1381: Read version from version.txt file.


  Commit: e195e080ec8899755f9b9a3bf1ca6b209ed7
  
https://github.com/pyinstaller/pyinstaller/commit/e195e080ec8899755f9b9a3bf1ca6b209ed7
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M MANIFEST.in
M PyInstaller/__init__.py
M PyInstaller/utils/git.py
M setup.cfg
M setup.py
R version.txt

  Log Message:
  ---
  Issue # #1381: Cleanup version string so that it could be updated 
automatically by zest.releaser and that git revision is dropped for setup.py 
sdist command.


  Commit: 84a1f91ca969023693a3f30fd6526b88cc43f215
  
https://github.com/pyinstaller/pyinstaller/commit/84a1f91ca969023693a3f30fd6526b88cc43f215
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
A PyInstaller/utils/release.py
M setup.py

  Log Message:
  ---
  Issue # #1381: Add to setup.py entry_point for signing tarball before 
uploading to pypi.


  Commit: 14e227f5ef3df5e4f691029ce172ad0f90533e5c
  
https://github.com/pyinstaller/pyinstaller/commit/14e227f5ef3df5e4f691029ce172ad0f90533e5c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M PyInstaller/utils/release.py
M setup.py

  Log Message:
  ---
  Issue # #1381: Testing zest.release entry_points.


  Commit: 8ce8389efbe247a5463974065da831f6ab4a165c
  
https://github.com/pyinstaller/pyinstaller/commit/8ce8389efbe247a5463974065da831f6ab4a165c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M setup.cfg
M setup.py

  Log Message:
  ---
  Issue # #1381: Fix executing of zest.release entry_points.


  Commit: 8cc2baa7f1a1f4ec3a7bcf5c13a44ced79fb8a97
  
https://github.com/pyinstaller/pyinstaller/commit/8cc2baa7f1a1f4ec3a7bcf5c13a44ced79fb8a97
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue # #1381: Update maintainer list in setup.py.


  Commit: 7ea3e9a5f83e9e30d3f4e484b2848d5f0e2edbf5
  
https://github.com/pyinstaller/pyinstaller/commit/7ea3e9a5f83e9e30d3f4e484b2848d5f0e2edbf5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
A scripts/do_prerelease
A scripts/do_release

  Log Message:
  ---
  Issue # #1381: Create shell scripts for doingPyInstaller releases.


  Commit: 0ad7b32e8f67ad66c659408cd53e39b704af3f67
  
https://github.com/pyinstaller/pyinstaller/commit/0ad7b32e8f67ad66c659408cd53e39b704af3f67
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M Py

[PyInstaller] Python 3 - Prerelease 3.0.dev2 for testing

2015-09-18 Thread Martin Zibricky
Hello everyone,

I created a `3.0.dev2` prerelease and pushed it to PYPI: 

  https://pypi.python.org/pypi/PyInstaller/3.0.dev2

It can be pip installed by:

  pip install --pre PyInstaller

or

  pip install --upgrade --pre PyInstaller


In comparison to 3.0.dev0, this prerelease contains recent updates.

Any feedback or bug reports are welcome.


Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] f6394e: Issue # #1381: Remove file KNOWNBUGS.txt.

2015-09-18 Thread Martin Zibricky
  Branch: refs/tags/3.0.dev1
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f6394eb606225f135b65f6b517b9d1f568a7c433
  
https://github.com/pyinstaller/pyinstaller/commit/f6394eb606225f135b65f6b517b9d1f568a7c433
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
R doc/KNOWNBUGS.txt

  Log Message:
  ---
  Issue # #1381: Remove file KNOWNBUGS.txt.


  Commit: f75b607200c6c54cd224bf39f7d05e0f039af901
  
https://github.com/pyinstaller/pyinstaller/commit/f75b607200c6c54cd224bf39f7d05e0f039af901
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M MANIFEST.in
M setup.py

  Log Message:
  ---
  Issue # #1381: MANIFEST.in - cleanup files that are being included for a 
release tarball.


  Commit: 2fb37aff706cbcedab3c4ebff841fdbe2dd9d44e
  
https://github.com/pyinstaller/pyinstaller/commit/2fb37aff706cbcedab3c4ebff841fdbe2dd9d44e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M MANIFEST.in
M tests/requirements.txt

  Log Message:
  ---
  Issue # #1381: Add more packages to tests/requirements.txt


  Commit: 7f292acbdc0b57d4a96a69aa4ace59ae17615c06
  
https://github.com/pyinstaller/pyinstaller/commit/7f292acbdc0b57d4a96a69aa4ace59ae17615c06
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M PyInstaller/utils/git.py

  Log Message:
  ---
  Issue # #1381: Fix annoying msg: fatal: Not a git repository (or any parent 
up to mount point /home)


  Commit: 7bdec89c5f8c837c72eda350b0db9d51c45e3c5a
  
https://github.com/pyinstaller/pyinstaller/commit/7bdec89c5f8c837c72eda350b0db9d51c45e3c5a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M MANIFEST.in
M PyInstaller/__init__.py
M setup.py
A version.txt

  Log Message:
  ---
  Issue # #1381: Read version from version.txt file.


  Commit: d684d2d30c22e728ca61de09198fb6df42a5e460
  
https://github.com/pyinstaller/pyinstaller/commit/d684d2d30c22e728ca61de09198fb6df42a5e460
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M MANIFEST.in
M PyInstaller/__init__.py
M PyInstaller/utils/git.py
M setup.cfg
M setup.py
R version.txt

  Log Message:
  ---
  Issue # #1381: Cleanup version string so that it could be updated 
automatically by zest.releaser and that git revision is dropped for setup.py 
sdist command.


  Commit: 253f0403220d924d57f7c7ba1f33a8bfaa474c8f
  
https://github.com/pyinstaller/pyinstaller/commit/253f0403220d924d57f7c7ba1f33a8bfaa474c8f
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
A PyInstaller/utils/release.py
M setup.py

  Log Message:
  ---
  Issue # #1381: Add to setup.py entry_point for signing tarball before 
uploading to pypi.


  Commit: 60be2f1c175347fcc067c526be35397af3885e52
  
https://github.com/pyinstaller/pyinstaller/commit/60be2f1c175347fcc067c526be35397af3885e52
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M PyInstaller/utils/release.py
M setup.py

  Log Message:
  ---
  Issue # #1381: Testing zest.release entry_points.


  Commit: 24d3a57728a6739ba1b09a5894efecc332694243
  
https://github.com/pyinstaller/pyinstaller/commit/24d3a57728a6739ba1b09a5894efecc332694243
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
M setup.cfg
M setup.py

  Log Message:
  ---
  Issue # #1381: Fix executing of zest.release entry_points.


  Commit: 79b66a051f9fbb0aaf168894e360631661fd05d3
  
https://github.com/pyinstaller/pyinstaller/commit/79b66a051f9fbb0aaf168894e360631661fd05d3
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue # #1381: Update maintainer list in setup.py.


  Commit: fe6f063ae40c7b5bfd570a135bb3c0ec708438ae
  
https://github.com/pyinstaller/pyinstaller/commit/fe6f063ae40c7b5bfd570a135bb3c0ec708438ae
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
A scripts/do_prerelease
A scripts/do_release

  Log Message:
  ---
  Issue # #1381: Create shell scripts for doingPyInstaller releases.


  Commit: df218a6e3d2de8d71276dffcd3747288d26fc0bd
  
https://github.com/pyinstaller/pyinstaller/commit/df218a6e3d2de8d71276dffcd3747288d26fc0bd
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M Py

Re: [PyInstaller] Doc Query: use of Analysis(datas=, binaries=)

2015-09-18 Thread Martin Zibricky
On Friday 18 of September 2015 11:31:28 davecortesi wrote:
> After I document the use of Analysis() datas= and binaries=, does there 
> remain any reason to continue documenting the TOC and TREE classes?
> 
> I am thinking about deleting all discussion of TOC and Tree from the manual.
> 
> Their purpose is served by data= and binaries=, except for passing Python 
> options.

You could delete TOC/Tree from manual.

Please also make sure that there are also somewhere in the code comments 
explaining what is TOC/Tree.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Doc Query - Python options to EXE

2015-09-18 Thread Martin Zibricky
On Friday 18 of September 2015 11:40:42 davecortesi wrote:
>v verbose imports

this could be converted into option --verbose-imports
> 
>u unbuffered stdio

Not sure what is the usecase for this.
> 
>W arg

The same applies here.

> 
> Are all these still relevant? I am especially skeptical about "s". In order 
> to use it, would you use datas=['site.py','.'] to bundle a site.py?

the -s options is useless since PyInstaller is instructed to always behave 
like option -S (site.py disabled).

> If these are still supported, I think we should have a 3.1 goal of moving 
> them to the pyinstaller command line as parameters.

Agreed.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] c6fad5: Issue # #1381: Drop maintainers attribute from set...

2015-09-18 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c6fad5387bd53e4c5bda98e08469ff1a1b578027
  
https://github.com/pyinstaller/pyinstaller/commit/c6fad5387bd53e4c5bda98e08469ff1a1b578027
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue # #1381: Drop maintainers attribute from setup.py. It looks like it is 
no longer used for pypi.


  Commit: b0df064ab71358163ad30625ba522cf435209b7c
  
https://github.com/pyinstaller/pyinstaller/commit/b0df064ab71358163ad30625ba522cf435209b7c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1414: On Appveyor install mingw-w64 for compiling bootloader.


  Commit: d39cea504dad4a1dfaee7d72e9a99b523e22201e
  
https://github.com/pyinstaller/pyinstaller/commit/d39cea504dad4a1dfaee7d72e9a99b523e22201e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1414: On Appveyor install 32-bit mingw-w64 for compiling bootloader.


  Commit: 310a9cf37c7e610a0b65473fb4f750368e6a7018
  
https://github.com/pyinstaller/pyinstaller/commit/310a9cf37c7e610a0b65473fb4f750368e6a7018
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M doc/CHANGES.txt

  Log Message:
  ---
  Issue #1464: Initial rst reformating of CHANGES.txt.


  Commit: cb4c5927e9f6f053badda4630ff1091bcdfdef20
  
https://github.com/pyinstaller/pyinstaller/commit/cb4c5927e9f6f053badda4630ff1091bcdfdef20
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M README.rst
A doc/CHANGES.rst
R doc/CHANGES.txt
M setup.py

  Log Message:
  ---
  Issue #1464: Generate PYPI description from README.rst and CHANGES.rst.


  Commit: e8e771d724758100b22812950e952dc75fc5a6ca
  
https://github.com/pyinstaller/pyinstaller/commit/e8e771d724758100b22812950e952dc75fc5a6ca
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M appveyor.yml

  Log Message:
  ---
  Issue #1414: On Appveyor fix PATH to mingw.


  Commit: 72a0cdb6d7a3cbc107d3b31bf410eb58e5d1514a
  
https://github.com/pyinstaller/pyinstaller/commit/72a0cdb6d7a3cbc107d3b31bf410eb58e5d1514a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue #1464: Fix import statement in setup.py.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/2a853f6eeadc...72a0cdb6d7a3

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: use of Analysis(datas=, binaries=)

2015-09-18 Thread Martin Zibricky
On Thursday 17 of September 2015 14:27:33 David Cortesi wrote:
> Refer to https://github.com/pyinstaller/pyinstaller/issues/1460 for context.
> 
> The Analysis() call in a spec file now allows passing
>datas=[list of tuples of data files]
> and
>binaries=[list of tuples of binaries]
> This is a big improvement over the old method where the user had to use TOC
> or TREE to encode such files.
> 
> Reading the comments in the code, I see there are some rough edges and
> TODOs in this support as yet.
> 
> I need to document this feature in the manual section on "Using Spec
> Files", however, it is important to document only what you WANT the users
> to know about -- not everything that the code allows, and certainly nothing
> that might change in future.
> 
> So please comment on these points.
> 
> datas= and binaries= are both lists of two-tuples. In each tuple, the first
> item is a string that names the files to be copied:
> 
> * if it is a name or relative path, it is taken as relative to... what? the
> path to the main script?

Recently I implemented that relative path to the main script is relative to 
the .spec file (option --specpath which defaults to current directory)

Not sure how it is now but I think to be consistent it should be relative to 
.sped file too.

> 
> * it can name a single file, or it can be a "glob" that names multiple files
> 
> The second item in the tuple names the destination for the files at
> execution time.
> 
> * This must be a relative path.

correct

> 
> * It is relative to the location of the executable program at run-time (the
> one folder or the MEIPASS temp folder).

correct
 
> ? Does glob work the same in Windows and Unix? Or are the rules different?
> (n.b. the glob module doc just says "rules used by the Unix shell")

Yes, it does. I just tested it. You can use backslashes or forward slashes. 
Statements like this works:

c:\\Users\\*\\*
c:/Windows/System32/*

> ? How does the user specify "same place as the executable"? Comments in the
> code say the target dir shouldn't be None or empty -- may it be "."?

Yes, it may be "."  I think I tried using that recently in a hook and it 
worked :-)

> 
> ? What happens if the target dir string starts with separator char "\" or
> "/"?

undefined

Do you mean '\' written in python code as '\\'?

Some thoughts:
- behavior probably defined from os.path.join()
- windows: '/' and '\' are both considered as separators it should be fine
- unix: '/' considered as root and thus absolute path.
- there would be difference in onefile/onedir mode:
  - onedir: files might be copied somewhere else and gets not included with the 
app
  - onefile: files would be bundled but during execution probably not extracted 
into tmp dir but somewhere else.

There should be implemented error checking

> 
> ? What if the target dir string starts with ".." ?

undefined

previous thoughts applied here too.

There should be implemented error checking

> ? Please can you suggest a realistic example for binaries=? Preferably one
> relevant in Windows?

I will try to put something together.

> 
> Cheers,
> DC

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Doc Query: use of Analysis(datas=, binaries=)

2015-09-18 Thread Martin Zibricky
On Thursday 17 of September 2015 14:27:33 David Cortesi wrote:
> ? Please can you suggest a realistic example for binaries=? Preferably one
> relevant in Windows?

A use case could be:
- you need in python some functions that are available only in a supplied .dll 
file.
- you use that .dll file with ctypes from your app
- you want to bundle that .dll file with your frozen app.
- using 'datas' is not sufficient because .dll depends on some MSVC runtime 
libraries that should be also included with your frozen app.

Another use case:
- you use a package that depends on some .dlls
- those dlls are not automatically detected by PyInstaller
- you specify them in 'binaries' before other attempts like writing hooks etc.



-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] ba90c9: Issue # #1381: Increment dev version to 3.0.dev3.

2015-09-18 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: ba90c9b47be869a865d3d4099c3803121912c77e
  
https://github.com/pyinstaller/pyinstaller/commit/ba90c9b47be869a865d3d4099c3803121912c77e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Issue # #1381: Increment dev version to 3.0.dev3.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] Doc Query: supported packages list

2015-09-15 Thread Martin Zibricky
On Monday 14 of September 2015 12:09:06 David Cortesi wrote:
> Currently the list of supported packages at
> https://github.com/pyinstaller/pyinstaller/wiki/Supported-Packages
> has "TODO Format".
> 
> I want to link to this list from the manual.
> Is it going to be moved to the rebuilt
> pyinstaller.org site?
> Or will it stay in the github wiki?

It will stay in the github wiki since it is editable for everyone.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 3c31c7: Issue #967: Enclose ctypes import into try/except ...

2015-09-11 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 3c31c76ee293b26064de573570b1b80fb1de3b0e
  
https://github.com/pyinstaller/pyinstaller/commit/3c31c76ee293b26064de573570b1b80fb1de3b0e
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M PyInstaller/loader/pyiboot01_bootstrap.py

  Log Message:
  ---
  Issue #967: Enclose ctypes import into try/except in pyiboot01_bootstrap.py 
to not fail when ctypes module is not bundled.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] Re: Python 3 - Prerelease 3.0.dev0 for testing

2015-09-11 Thread Martin Zibricky
Just a note: pip install on Windows should also install pywin32 automatically.

On Friday 11 of September 2015 14:06:30 Martin Zibricky wrote:
> Hello everyone,
> 
> today I created a `3.0.dev0` prerelease and pushed it to PYPI:
> 
>   https://pypi.python.org/pypi/PyInstaller/3.0.dev0
> 
> It can be pip installed by:
> 
>   pip install --pre PyInstaller
> 
> 
> We would like  to make a final 3.0 release by the end of September.
> 
> Please give it a shot.
> 
> Any feedback or bug reports are welcome.
> 
> 
> Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] Python 3 - Prerelease 3.0.dev0 for testing

2015-09-11 Thread Martin Zibricky
Hello everyone,

today I created a `3.0.dev0` prerelease and pushed it to PYPI: 

  https://pypi.python.org/pypi/PyInstaller/3.0.dev0

It can be pip installed by:

  pip install --pre PyInstaller


We would like  to make a final 3.0 release by the end of September.

Please give it a shot.

Any feedback or bug reports are welcome.


Martin Zibricky

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 5dd574: Issue # #1381: Update classifiers for PYPI.

2015-09-11 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 5dd57432a067d5c331d6e91a82eb456e72fab7c6
  
https://github.com/pyinstaller/pyinstaller/commit/5dd57432a067d5c331d6e91a82eb456e72fab7c6
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M setup.py

  Log Message:
  ---
  Issue # #1381: Update classifiers for PYPI.


  Commit: c331d853acb39d55b7880056fe1325f93a86c5fa
  
https://github.com/pyinstaller/pyinstaller/commit/c331d853acb39d55b7880056fe1325f93a86c5fa
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Issue # #1381: Increment PyInstaller version to 3.0.dev1.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/3c31c76ee293...c331d853acb3

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] c37ed8: Pull request #1390: Migrate interactive/test_pysid...

2015-09-10 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c37ed8eb2a20e5a0f510da99b681edfc8df1d060
  
https://github.com/pyinstaller/pyinstaller/commit/c37ed8eb2a20e5a0f510da99b681edfc8df1d060
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
A tests/functional/scripts/pyi_interact_pyside.py
M tests/functional/test_interactive.py
R tests/old_suite/interactive/test_pyside.py
M tests/requirements-win.txt

  Log Message:
  ---
  Pull request #1390: Migrate interactive/test_pyside.py to py.test.


  Commit: 03222cf57adbc0d4cc0b4c8f1cd35aef0a3e93f5
  
https://github.com/pyinstaller/pyinstaller/commit/03222cf57adbc0d4cc0b4c8f1cd35aef0a3e93f5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
A PyInstaller/hooks/hook-PySide.QtCore.py
A PyInstaller/hooks/hook-PySide.QtGui.py
M PyInstaller/utils/hooks/hookutils.py

  Log Message:
  ---
  Pull request #1390: Backport pull request for python3 branch.


  Commit: 24dab9ba704c01d87decd609505298b0468c03d9
  
https://github.com/pyinstaller/pyinstaller/commit/24dab9ba704c01d87decd609505298b0468c03d9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M PyInstaller/loader/rthooks.dat
M PyInstaller/loader/rthooks/pyi_rth_qt4plugins.py

  Log Message:
  ---
  Pull request #1390: Add rthook for PySide.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/a51d7f09e27c...24dab9ba704c

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 51cee6: Issue #967: Fix test_enchant to fail when no dicti...

2015-09-09 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 51cee6fdce5b32f2c3c9fb829f67a5a8dcce5d81
  
https://github.com/pyinstaller/pyinstaller/commit/51cee6fdce5b32f2c3c9fb829f67a5a8dcce5d81
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M tests/functional/scripts/pyi_lib_enchant.py

  Log Message:
  ---
  Issue #967: Fix test_enchant to fail when no dictionary is available.


  Commit: 39065cdaff16a4e446e993d1662cf0fcada68b67
  
https://github.com/pyinstaller/pyinstaller/commit/39065cdaff16a4e446e993d1662cf0fcada68b67
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-enchant.py
R PyInstaller/utils/hooks/subproc/enchant_datafiles_finder.py

  Log Message:
  ---
  Issue #967: Use collect_datafiles() in hook-enchant.py.


  Commit: f53297d75bedd4f1a840b09123d06a17485ac138
  
https://github.com/pyinstaller/pyinstaller/commit/f53297d75bedd4f1a840b09123d06a17485ac138
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M tests/requirements-win.txt

  Log Message:
  ---
  Issue #967: Enable test_enchant for Appveyor.


  Commit: aa76c8163850f37d32d2c665efb2d76ef1bb1f22
  
https://github.com/pyinstaller/pyinstaller/commit/aa76c8163850f37d32d2c665efb2d76ef1bb1f22
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/utils/osxutils.py

  Log Message:
  ---
  Issue #967: Add some Macports/Homebrew detection utils.


  Commit: f38488d7749565f3e51fbfd506c95bfdf8fb68fe
  
https://github.com/pyinstaller/pyinstaller/commit/f38488d7749565f3e51fbfd506c95bfdf8fb68fe
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-enchant.py

  Log Message:
  ---
  Issue #967: In hook-enchant.py bundle libenchant from macports.


  Commit: fabe06c5ab5fd948c63fca846d7b776c64b2f528
  
https://github.com/pyinstaller/pyinstaller/commit/fabe06c5ab5fd948c63fca846d7b776c64b2f528
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/loader/rthooks.dat
R PyInstaller/loader/rthooks/pyi_rth_enchant.py

  Log Message:
  ---
  Issue #967: Remove enchant rthook.


  Commit: 59c22c531077e167154e09e87e688ddda20070c2
  
https://github.com/pyinstaller/pyinstaller/commit/59c22c531077e167154e09e87e688ddda20070c2
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-enchant.py

  Log Message:
  ---
  Issue #967: pyenchant hook - collect backends from macports.


  Commit: 830b06ed5b1a2a7f89c09a461c971ccde81de4b9
  
https://github.com/pyinstaller/pyinstaller/commit/830b06ed5b1a2a7f89c09a461c971ccde81de4b9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M tests/functional/scripts/pyi_lib_enchant.py

  Log Message:
  ---
  Issue #967: Improve verbosity of test_enchant.


  Commit: c0ec349a02b96d7725d031713e80360d4ff79b4c
  
https://github.com/pyinstaller/pyinstaller/commit/c0ec349a02b96d7725d031713e80360d4ff79b4c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/loader/pyiboot01_bootstrap.py

  Log Message:
  ---
  Issue #967: For ctypes on OS X use sys._MEIPASS in DEFAULT_LIBRARY_FALLBACK. 
ctypes should be then able to load libraries from MEIPASS dir.


  Commit: b2b03cc4875d3495da4b3532e71159cd22eda5e5
  
https://github.com/pyinstaller/pyinstaller/commit/b2b03cc4875d3495da4b3532e71159cd22eda5e5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/loader/rthooks.dat
A PyInstaller/loader/rthooks/pyi_rth_enchant.py

  Log Message:
  ---
  Issue #967: Reintroduce enchant rthook.


  Commit: a51d7f09e27caf39fd849d56dd04bbf1780e63cc
  
https://github.com/pyinstaller/pyinstaller/commit/a51d7f09e27caf39fd849d56dd04bbf1780e63cc
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M PyInstaller/hooks/hook-enchant.py

  Log Message:
  ---
  Issue #967: OSX Fix hook-enchant.py to work with pyenchant installed via 
Macports.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/fe59eb332f51...a51d7f09e27c

-- 
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...@googleg

Re: [PyInstaller] ELI5 - python3 branch in local clone?

2015-09-09 Thread Martin Zibricky
On Tuesday 08 of September 2015 14:55:42 David Cortesi wrote:
> I want to work on the docs and am embarrassed to run into problems with
> basic git/hub usage. I thought I knew this stuff a little bit, but I guess
> not. On Github I fork PyInstaller/PyInstaller. All four branches are
> visible. But when I try to make a local clone...

I found this commands:

# displays all branches even those you do not work locally on
git branch -a

# start working locally on python3 branch:
git checkout -b python3 origin/python3


$ git branch
  develop
* python3

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] c2e515: Issue #1381: Recompile OSX bootloader.

2015-09-07 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: c2e5159356632c79bbf71b0addebec1f1d77f844
  
https://github.com/pyinstaller/pyinstaller/commit/c2e5159356632c79bbf71b0addebec1f1d77f844
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
M PyInstaller/bootloader/Darwin-64bit/run
M PyInstaller/bootloader/Darwin-64bit/run_d
M PyInstaller/bootloader/Darwin-64bit/runw
M PyInstaller/bootloader/Darwin-64bit/runw_d
M setup.cfg

  Log Message:
  ---
  Issue #1381: Recompile OSX bootloader.


  Commit: 55863aebfa732a0510055fd11035f5b28cf2d53a
  
https://github.com/pyinstaller/pyinstaller/commit/55863aebfa732a0510055fd11035f5b28cf2d53a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/makespec.py

  Log Message:
  ---
  Pull request #1391: Make scripts paths in .spec file relative to the .spec 
file.


  Commit: 1bb9e485eeb4d693a8b13d028a9605bbf27bd55c
  
https://github.com/pyinstaller/pyinstaller/commit/1bb9e485eeb4d693a8b13d028a9605bbf27bd55c
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M tests/functional/conftest.py

  Log Message:
  ---
  Pull request #1391: Add to test framework option to run a test from .spec 
file.


  Commit: 04e9f3a5c44baf8daf73032fc2ae3b2f55b8dab9
  
https://github.com/pyinstaller/pyinstaller/commit/04e9f3a5c44baf8daf73032fc2ae3b2f55b8dab9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M .gitignore
A tests/functional/specs/pyi_osx_override_info_plist.spec
M tests/functional/test_basic.py

  Log Message:
  ---
  Pull request #1391: Add testcase for overriding Info.plist values.


  Commit: af49f553699c6a439c82c1200dd2428529ecf282
  
https://github.com/pyinstaller/pyinstaller/commit/af49f553699c6a439c82c1200dd2428529ecf282
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M PyInstaller/building/osx.py

  Log Message:
  ---
  Pull request #1391: Apply Info.plist fix for python3 branch.


  Commit: f595e0c44060cef420f48af6ad2e659f3f909f3b
  
https://github.com/pyinstaller/pyinstaller/commit/f595e0c44060cef420f48af6ad2e659f3f909f3b
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M PyInstaller/building/osx.py

  Log Message:
  ---
  Pull request #1391: Fix path to .app bundle icon.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/76c5c2f58a3d...f595e0c44060

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 3cd064: Issue #1460: Add todo.

2015-09-06 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 3cd06416fdfa197262f75532a82810d0081377e8
  
https://github.com/pyinstaller/pyinstaller/commit/3cd06416fdfa197262f75532a82810d0081377e8
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py

  Log Message:
  ---
  Issue #1460: Add todo.


  Commit: 76c5c2f58a3dceaf95cc50153d27fbe49f734e1a
  
https://github.com/pyinstaller/pyinstaller/commit/76c5c2f58a3dceaf95cc50153d27fbe49f734e1a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
M doc/CHANGES.txt

  Log Message:
  ---
  Issue #1464: Improving changelog a bit.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/dd39d55eda7e...76c5c2f58a3d

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 3b7363: Issue #768: Migrate test_ipython to pytest.

2015-09-05 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 3b73635ad9e046edc8b7e55146304ebb45f40cbe
  
https://github.com/pyinstaller/pyinstaller/commit/3b73635ad9e046edc8b7e55146304ebb45f40cbe
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
M tests/functional/conftest.py
A tests/functional/test_interactive.py
R tests/old_suite/interactive/test_ipython.py

  Log Message:
  ---
  Issue #768: Migrate test_ipython to pytest.


  Commit: 77a8acc18af7fac494fe14af84d66c99d53f8e3a
  
https://github.com/pyinstaller/pyinstaller/commit/77a8acc18af7fac494fe14af84d66c99d53f8e3a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
M tests/functional/test_interactive.py

  Log Message:
  ---
  Issue #768: Add runtime to test_ipython.


  Commit: a3555a1eab6c147fb74ffc9e022bbdb4a3f014dd
  
https://github.com/pyinstaller/pyinstaller/commit/a3555a1eab6c147fb74ffc9e022bbdb4a3f014dd
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/building/imphook.py
M PyInstaller/building/templates.py

  Log Message:
  ---
  Issue #1460: Allow arguments binaries and datas in .spec file.


  Commit: 60861462a8697180d5866db73b0524771b17612a
  
https://github.com/pyinstaller/pyinstaller/commit/60861462a8697180d5866db73b0524771b17612a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
M tests/functional/test_interactive.py

  Log Message:
  ---
  Issue #768: Mark test_ipython as xfail.


  Commit: 8552ffd7380017a5a1da41743ad37d48a14769f5
  
https://github.com/pyinstaller/pyinstaller/commit/8552ffd7380017a5a1da41743ad37d48a14769f5
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
M tests/functional/test_interactive.py

  Log Message:
  ---
  Issue #768: Mark test_ipython as xfail.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/1b1f9ead0780...8552ffd73800

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] 477dbb: Issue #542: Add a TODO for possible refactoring of...

2015-09-04 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 477dbb2a6ba0c1493c72f07400bb85af3cf301e9
  
https://github.com/pyinstaller/pyinstaller/commit/477dbb2a6ba0c1493c72f07400bb85af3cf301e9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
M PyInstaller/building/api.py

  Log Message:
  ---
  Issue #542: Add a TODO for possible refactoring of code that loads code 
objects.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] f4dcc7: Fix: Windows paths in unit tests test_Tree.py.

2015-09-04 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: f4dcc73fb2ce341270d5fed3fe5f519326e28d18
  
https://github.com/pyinstaller/pyinstaller/commit/f4dcc73fb2ce341270d5fed3fe5f519326e28d18
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
M tests/unit/test_Tree.py

  Log Message:
  ---
  Fix: Windows paths in unit tests test_Tree.py.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] ac4d58: Issue #1381: Rename PyInstaller.main to PyInstalle...

2015-09-04 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: ac4d586c29e0822734373d820703d3d2acaa4681
  
https://github.com/pyinstaller/pyinstaller/commit/ac4d586c29e0822734373d820703d3d2acaa4681
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
A PyInstaller/__main__.py
R PyInstaller/main.py
M pyinstaller.py
M setup.py
M tests/functional/conftest.py
M tests/old_suite/runtests.py

  Log Message:
  ---
  Issue #1381: Rename PyInstaller.main to PyInstaller.__main__.


  Commit: c20f02643fd81a7cebc92027e53c147ea01b848d
  
https://github.com/pyinstaller/pyinstaller/commit/c20f02643fd81a7cebc92027e53c147ea01b848d
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/compat.py

  Log Message:
  ---
  Fix: Write more types of messages to warnings.txt not just no module named...


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/8a50d6462a81...c20f02643fd8

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


[PyInstaller] [pyinstaller/pyinstaller] b5c1c4: Clean: Recompile Linux/Windows bootloaders.

2015-09-03 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: b5c1c486341b202960ebfb6b369d9787cc523aa6
  
https://github.com/pyinstaller/pyinstaller/commit/b5c1c486341b202960ebfb6b369d9787cc523aa6
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M PyInstaller/bootloader/Linux-32bit/run
M PyInstaller/bootloader/Linux-32bit/run_d
M PyInstaller/bootloader/Linux-64bit/run
M PyInstaller/bootloader/Linux-64bit/run_d
M PyInstaller/bootloader/Windows-32bit/run.exe
M PyInstaller/bootloader/Windows-32bit/run_d.exe
M PyInstaller/bootloader/Windows-32bit/runw.exe
M PyInstaller/bootloader/Windows-32bit/runw_d.exe
M PyInstaller/bootloader/Windows-64bit/run.exe
M PyInstaller/bootloader/Windows-64bit/run_d.exe
M PyInstaller/bootloader/Windows-64bit/runw.exe
M PyInstaller/bootloader/Windows-64bit/runw_d.exe
M PyInstaller/configure.py

  Log Message:
  ---
  Clean: Recompile Linux/Windows bootloaders.


  Commit: a88482007e4c6c4559419ef03e91dc416eacfe40
  
https://github.com/pyinstaller/pyinstaller/commit/a88482007e4c6c4559419ef03e91dc416eacfe40
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py

  Log Message:
  ---
  Issue #1381: Make PyInstaller version scheme compatible with pep440.


  Commit: bbff085ad49e788296090d39fd4a9b80a2fe8f62
  
https://github.com/pyinstaller/pyinstaller/commit/bbff085ad49e788296090d39fd4a9b80a2fe8f62
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
A scripts/pypi_upload
M tests/requirements.txt

  Log Message:
  ---
  Issue #1381: Add script to upload tar.gz to pypi.


  Commit: 156edfd36eb633ee3cf7a84bb1e2be531eaf7e7a
  
https://github.com/pyinstaller/pyinstaller/commit/156edfd36eb633ee3cf7a84bb1e2be531eaf7e7a
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
A tests/functional/logs/pyi_lib_keyring.toc
A tests/functional/scripts/pyi_lib_enchant.py
A tests/functional/scripts/pyi_lib_keyring.py
A tests/functional/scripts/pyi_lib_pycparser.py
M tests/functional/test_libraries.py
R tests/old_suite/libraries/test_enchant.py
R tests/old_suite/libraries/test_idlelib.py
R tests/old_suite/libraries/test_keyring.py
R tests/old_suite/libraries/test_keyring.toc
R tests/old_suite/libraries/test_numpy.py
R tests/old_suite/libraries/test_onefile_matplotlib.py
R tests/old_suite/libraries/test_onefile_numpy.py
R tests/old_suite/libraries/test_pycparser.py
R tests/old_suite/libraries/test_pycrypto.py
R tests/old_suite/libraries/test_pyexcelerate.py
R tests/old_suite/libraries/test_pyodbc.py
R tests/old_suite/libraries/test_python_makefile.py
R tests/old_suite/libraries/test_pyttsx.py
R tests/old_suite/libraries/test_pytz.py
R tests/old_suite/libraries/test_scapy1.py
R tests/old_suite/libraries/test_scapy2.py
R tests/old_suite/libraries/test_scapy3.py
R tests/old_suite/libraries/test_scipy.py
R tests/old_suite/libraries/test_sqlalchemy.py
R tests/old_suite/libraries/test_sqlite3.py
R tests/old_suite/libraries/test_sysconfig.py
R tests/old_suite/libraries/test_twisted_reactor.py
R tests/old_suite/libraries/test_usb.py
R tests/old_suite/libraries/test_xml.py

  Log Message:
  ---
  Issue #1402: Migrate several libraries tests to pytest.


  Commit: f71686a550a744424a741b97f8b6d575e67e4ebe
  
https://github.com/pyinstaller/pyinstaller/commit/f71686a550a744424a741b97f8b6d575e67e4ebe
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M tests/functional/test_libraries.py
M tests/requirements.txt

  Log Message:
  ---
  Issue #1402: Enable some migrated tests for Travis/Appveyor.


  Commit: ef408385cc5f244d3fd46d9a5200415252c71ce9
  
https://github.com/pyinstaller/pyinstaller/commit/ef408385cc5f244d3fd46d9a5200415252c71ce9
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M tests/requirements-win.txt

  Log Message:
  ---
  Issue #1402: Enable some migrated tests for Appveyor.


  Commit: 77d4ef7d0f52301a49ce049d6105c76fe2862ebd
  
https://github.com/pyinstaller/pyinstaller/commit/77d4ef7d0f52301a49ce049d6105c76fe2862ebd
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M tests/functional/test_libraries.py

  Log Message:
  ---
  Issue #1402: Fix test_pycrypto.


  Commit: c26325b223f3e59c44754fd8520b47da7f7f8c1a
  
https://github.com/pyinstaller/pyinstaller/commit/c26325b223f3e59c44754fd8520b47da7f7f8c1a
  Author: Martin Zibricky <

[PyInstaller] [pyinstaller/pyinstaller] be9707: Issue #1381: Simplify handling of version string.

2015-09-03 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: be9707afa7f76117e19567f163b0e5e7dcd45164
  
https://github.com/pyinstaller/pyinstaller/commit/be9707afa7f76117e19567f163b0e5e7dcd45164
  Author: Martin Zibricky <mzibr.pub...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M PyInstaller/__init__.py
M PyInstaller/main.py
M PyInstaller/utils/git.py
M setup.py

  Log Message:
  ---
  Issue #1381: Simplify handling of version string.


-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] PyInstaller, Flask, sqlite3.OperationalError

2015-09-01 Thread Martin Zibricky
On Tuesday 01 of September 2015 01:33:51 Carica Milica wrote:
> sqlite3.OperationalError
> 
> OperationalError: unable to open database file
> Traceback *(most recent call last)*

How do you get path to the database in your app?

Try first onedir mode and then manually copy the .db next to the executable.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] Is it possible to find out, at runtime, the date and time that pyinstaller created a frozen executable?

2015-08-31 Thread Martin Zibricky
Hi gyre,

there is nothing like that in PyInstaller.

I think this would be like a replacement for proper version string in your 
app?

On Monday 31 of August 2015 13:17:37 Andy Norman wrote:
> Hi folks.
> 
> I had a browse through the source before asking, but didn't find what I was
> looking for.
> 
> Using pyinstaller under Windows 7, with the --onefile option, is it
> possible at runtime for a python program to find out *when* it was frozen?
> I know that sys.frozen tells me that I am frozen, but I'd like to know when
> I was frozen... i.e. when the .exe was created by pyinstaller.
> 
> Looking at the timestamps on the files in the _MEIPASS directory doesn't
> help, as they are set to the last time they were unpacked.
> 
> Thanks! :)
> 
> -- gyre --

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] PyInstaller creating qt.conf file in the .exe folder

2015-08-29 Thread Martin Zibricky
One more thing to try is
* Download Python 2.7.10 from python.org and install it.
* Download PyQt4 from https://riverbankcomputing.com and install it.

I guess WinPython packaging is doing some magic in the background.

On Saturday 29 of August 2015 14:36:55 Laurence Anthony wrote:
 WinPython uses the latest CPython. As I wrote, it is python-2.7.10 (32-bit)
 or python-2.7.10.amd64 (64-bit).

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


Re: [PyInstaller] PyInstaller creating qt.conf file in the .exe folder

2015-08-28 Thread Martin Zibricky
On Friday 28 of August 2015 09:13:58 Laurence Anthony wrote:
 Sorry, I should have said.
 I'm  using the latest development version.

Please try the 'python3' branch. It already works with Python 2 and we make 
changes only in this branch.

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


[PyInstaller] [pyinstaller/pyinstaller] 17471c: Issiue #1437: Refactoring lists of module types.

2015-08-28 Thread Martin Zibricky
  Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 17471c5e761e4b5fe10010ca42c632bc97eed081
  
https://github.com/pyinstaller/pyinstaller/commit/17471c5e761e4b5fe10010ca42c632bc97eed081
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/compat.py

  Log Message:
  ---
  Issiue #1437: Refactoring lists of module types.


  Commit: 063c6cb2e7bbc70a3f19e94a2765b2b0b55575bb
  
https://github.com/pyinstaller/pyinstaller/commit/063c6cb2e7bbc70a3f19e94a2765b2b0b55575bb
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/depend/analysis.py

  Log Message:
  ---
  Issiue #1437: Use new lists of module types when making TOC.


  Commit: 97930ec0e9bf321e42343de0e4a703408581c9d9
  
https://github.com/pyinstaller/pyinstaller/commit/97930ec0e9bf321e42343de0e4a703408581c9d9
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/depend/analysis.py

  Log Message:
  ---
  Issiue #1437: Call new methods for making TOC from modulegraph.


  Commit: 10fe3e11235543f0a810e8d99ffa33655628b371
  
https://github.com/pyinstaller/pyinstaller/commit/10fe3e11235543f0a810e8d99ffa33655628b371
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/compat.py

  Log Message:
  ---
  Issiue #1437: Remove RuntimeModule from the list of pure Python module types.


  Commit: c2b47eee1b4823ffc14659f91fd4f4a13cee9b69
  
https://github.com/pyinstaller/pyinstaller/commit/c2b47eee1b4823ffc14659f91fd4f4a13cee9b69
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/building/build_main.py
M PyInstaller/compat.py

  Log Message:
  ---
  Issue #1437: Fix unions of module type sets.


  Commit: 7560f45bc1d96164992078859c52f1a587dd2a17
  
https://github.com/pyinstaller/pyinstaller/commit/7560f45bc1d96164992078859c52f1a587dd2a17
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/building/imphook.py
M PyInstaller/hooks/hook-django.core.management.py

  Log Message:
  ---
  Issue #1437: Simplify hook attribute excludedimports.


  Commit: 599a483f5de6dddaf6d24409314eb46b8fb278da
  
https://github.com/pyinstaller/pyinstaller/commit/599a483f5de6dddaf6d24409314eb46b8fb278da
  Author: Martin Zibricky mzibr.pub...@gmail.com
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
M PyInstaller/compat.py

  Log Message:
  ---
  Issue #1437: Remove Script from pure Python module types.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/d803ec574d04...599a483f5de6

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


Re: [PyInstaller] PyInstaller creating qt.conf file in the .exe folder

2015-08-28 Thread Martin Zibricky
On Saturday 29 of August 2015 00:53:45 Laurence Anthony wrote:
 Thank you for the quick response. I tested the python3 branch of
 PyInstaller with both the WinPython 32-bit (python-2.7.10 + PyQt  4.11.4)
 and WinPython 64-bit versions (python-2.7.10.amd64 + PyQt  4.11.4).
 Unfortunately, no change at all. I'm still getting the qt.conf file
 generated in the .exe folder. Here is the contents of the one-file qt.conf
 file.

Do you have any simple code example to reproduce?

What distribution of Python is 'WinPython'? Is it the standard CPython from 
python.org?

-- 
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 http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: This is a digitally signed message part.


  1   2   3   4   5   6   7   8   9   10   >