<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.pyinstaller">
    <title>gmane.comp.python.pyinstaller</title>
    <link>http://blog.gmane.org/gmane.comp.python.pyinstaller</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4838"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4837"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4836"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4835"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4834"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4833"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4832"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4831"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4830"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4825"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4824"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4823"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4821"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4820"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4819"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4838">
    <title>[pyinstaller/pyinstaller] 607ee5: Fix a bug that caused all .py files to be recompil...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4838</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 607ee51ca3ccc50af9aa480b201f6a7d22f2e134
      https://github.com/pyinstaller/pyinstaller/commit/607ee51ca3ccc50af9aa480b201f6a7d22f2e134
  Author: Giovanni Bajo &amp;lt;rasky-vWjgImWzx8FBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Fix a bug that caused all .py files to be recompiled.

The code was checking for the initial pyc magic number in the
source .py file instead of the .pyc/.pyo module.


  Commit: 2057cf170c3f54f2dd2dc85307dc0a197905587d
      https://github.com/pyinstaller/pyinstaller/commit/2057cf170c3f54f2dd2dc85307dc0a197905587d
  Author: Giovanni Bajo &amp;lt;rasky-vWjgImWzx8FBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Fix a bug in check_guts of EXE().


  Commit: 8f7eccd99a4f9052bf54371adffc0f6ace3e6a78
      https://github.com/pyinstaller/pyinstaller/commit/8f7eccd99a4f9052bf54371adffc0f6ace3e6a78
  Author: Giovanni Bajo &amp;lt;rasky-vWjgImWzx8FBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Fix a bug that caused system .py to always be recompiled.


Compare: https://github.com/pyinstaller/pyinstaller/compare/9c7a97e...8f7eccd

&lt;/pre&gt;</description>
    <dc:creator>Giovanni Bajo</dc:creator>
    <dc:date>2012-05-25T00:28:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4837">
    <title>[pyinstaller/pyinstaller] 226b25: Simplify building of bootloader on Lion.</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4837</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 226b258b35174921218cb33551b8fd5093dc47ff
      https://github.com/pyinstaller/pyinstaller/commit/226b258b35174921218cb33551b8fd5093dc47ff
  Author: Giovanni Bajo &amp;lt;rasky-vWjgImWzx8FBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M source/common/main.c
    M source/wscript

  Log Message:
  -----------
  Simplify building of bootloader on Lion.

Remove dependency from the FlatCarbon directory which is not
shipped anymore by default with XCode. Also avoid linking
the big Carbon framework when we actually only need the
ApplicationServices framework.


  Commit: 9c7a97e197235aebc62a92e24266b4bee5177a6d
      https://github.com/pyinstaller/pyinstaller/commit/9c7a97e197235aebc62a92e24266b4bee5177a6d
  Author: Giovanni Bajo &amp;lt;rasky-vWjgImWzx8FBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M source/common/main.c

  Log Message:
  -----------
  Ticket #184: reinstate call to Py_Finalize()


Compare: https://github.com/pyinstaller/pyinstaller/compare/84267ba...9c7a97e

&lt;/pre&gt;</description>
    <dc:creator>Giovanni Bajo</dc:creator>
    <dc:date>2012-05-24T23:19:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4836">
    <title>Re: Need to compile a small script</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4836</link>
    <description>&lt;pre&gt;The patch you posted is related to this ticket:

http://www.pyinstaller.org/ticket/495

It's last high priority ticket for the next release. Pyttsx looks like a
good example for testing.

I will use the following pyttsx for testing:

import pyttsx
engine = pyttsx.init()
engine.say('Greetings!')
engine.say('How are you today?')
engine.runAndWait()


Goddamnit píše v St 16. 05. 2012 v 04:18 -0700:

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-24T13:50:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4835">
    <title>Re: Need to compile a small script</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4835</link>
    <description>&lt;pre&gt;Can someone try compiling this please ?
You'll need
pywin32 - http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/pywin32-217.win32-py2.7.exe/download
and
pyttsx -  http://pypi.python.org/packages/any/p/pyttsx/pyttsx-1.0.win32.exe#md5=1bdf526eec286b683d61d97eb2922d4a

On May 21, 7:06 pm, Goddamnit &amp;lt;nik.j...-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Goddamnit</dc:creator>
    <dc:date>2012-05-24T10:13:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4834">
    <title>[pyinstaller/pyinstaller] cf7563: Add search path for Homebrew-installed qt_menu.nib...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4834</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: cf7563da368a3765ed2a500315c940abccfd1d5e
      https://github.com/pyinstaller/pyinstaller/commit/cf7563da368a3765ed2a500315c940abccfd1d5e
  Author: Michael McCracken &amp;lt;michael.mccracken-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M PyInstaller/hooks/hookutils.py

  Log Message:
  -----------
  Add search path for Homebrew-installed qt_menu.nib in /usr/local/Cellar.


  Commit: 84267bad6cef5c2f0efd502f8ab3857290b20d40
      https://github.com/pyinstaller/pyinstaller/commit/84267bad6cef5c2f0efd502f8ab3857290b20d40
  Author: Martin Zibricky &amp;lt;mzibr.public-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M PyInstaller/hooks/hookutils.py

  Log Message:
  -----------
  Merge pull request #12 from mikemccracken/develop

Add search path for Homebrew-installed qt_menu.nib in /usr/local/Cellar.


Compare: https://github.com/pyinstaller/pyinstaller/compare/67b940c...84267ba

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-23T08:35:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4833">
    <title>Re: pyinstaller subprocess do not find the file</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4833</link>
    <description>&lt;pre&gt;Am 21.05.2012 20:27, schrieb Jean Manu:

Please use the current development version. It makes accessing files
easier, using *sys._meipass*. See
&amp;lt;http://groups.google.com/group/pyinstaller/browse_thread/thread/8964aeb8a16adb64/bd206d7f0bf80b66?lnk=gst&amp;amp;q=sys._meipass#bd206d7f0bf80b66&amp;gt;
for more.


This is uggly code. You should train to use os.path.join.


There are two separate topics: a) Binging data-files to the
dist-directory and b) bringing python-scripts to the dist-directory.

You need to put something like this into your .spec file:

a = Analysis(['test1.py'])
b= Analysis(['tes21.py'])

pyzA = PYZ(a.pure)
exeA = EXE(pyzA,
          a.scripts,
          a.binaries,
          a.zipfiles,
          a.datas,
          a.dependencies,
          name=os.path.join('dist', 'test2.exe'),
          debug=False,
          strip=False,
          upx=True,
          console=1 )

pyzB = PYZ(b.pure)
exeB = EXE(pyzB,
          b.scripts,
          b.binaries,
          b.zipfiles,
          b.datas,
          b.dependencies,
          name=os.path.join('dist', 'test2.exe'),
    ....)

coll = COLLECT(exeA, exeB,
               a.binaries,
               a.zipfiles,
               a.datas,
               b.binaries,
               b.zipfiles,
               b.datas,
    ...)

This makes test2 a separete, forzen executable. In test1 you are running
it with:

subprocess.Popen([ os.path.join(sys._meipass, "test2..exe"])



&lt;/pre&gt;</description>
    <dc:creator>Hartmut Goebel</dc:creator>
    <dc:date>2012-05-22T14:21:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4832">
    <title>pyinstaller subprocess do not find the file</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4832</link>
    <description>&lt;pre&gt;Hi there,

I have a little issue when I try to compile my work.
I have tried with pyinstaller1.5 and 1.6.
I use python 2.7

I make a very simple test with subprocess to try it!

test.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import subprocess, sys

print sys.path[0]+"\\test2.py"

f = open(sys.path[0]+"\\test2.py", 'r')
print f.read()
f.close()

subprocess.Popen([ "python", sys.path[0]+"\\test2.py"])

###

test2.py
#!/usr/bin/env python
# -*- coding: utf-8 -*
message = "\n\rYour message sent at %s to %s has been received by the
recipient.\n\r" % ('123456', '123456')
print message

So after pyinstaller has create an executable file on windows, I run
it and I got this:
Traceback (most recent call last):
  File "&amp;lt;string&amp;gt;", line 14, in &amp;lt;module&amp;gt;
  File "E:\pyinstaller\test\build\pyi.win32\test\out01-PYZ.pyz
\subprocess", line 679, in __init__
  File "E:\pyinstaller\test\build\pyi.win32\test\out01-PYZ.pyz
\subprocess", line 896, in _execute_child
WindowsError: [Error 2] Fichier introuvable
RC: -1 from test
OK.
Deactivating activation context
Releasing activation context
Done

I have also tried to include the specified file (test2.py) on the spec
file, or to copy the test2.py on my dist directory.
Has you can see on my first script I print the test2.py, because it
say that the file is not found ! but it print my file ? so I don't
understand where is the issue, the subprocess doesn't work with
pyinstaller ??
Could you please help me?

Thank you for your help.

&lt;/pre&gt;</description>
    <dc:creator>Jean Manu</dc:creator>
    <dc:date>2012-05-21T18:27:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4831">
    <title>Re: Some tests give import errors</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4831</link>
    <description>&lt;pre&gt;Hartmut Goebel píše v Út 22. 05. 2012 v 12:55 +0200:

It should be fixed now. Thanks for reporting.

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-22T12:17:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4830">
    <title>[pyinstaller/pyinstaller] 67b940: Fix: Hide import exceptions of skipped testcases.</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4830</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 67b940cc3d6e4f7e29ad67c3bda01e626647cddd
      https://github.com/pyinstaller/pyinstaller/commit/67b940cc3d6e4f7e29ad67c3bda01e626647cddd
  Author: Martin Zibricky &amp;lt;mzibr.public-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M buildtests/runtests.py

  Log Message:
  -----------
  Fix: Hide import exceptions of skipped testcases.



&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-22T12:17:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4829">
    <title>Re: Some tests give import errors</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4829</link>
    <description>&lt;pre&gt;Am 22.05.2012 10:52, schrieb Martin Zibricky:

IC. Yes, these message are show,

IMHO it's a bit irritating to see parts of the trace-back.

&lt;/pre&gt;</description>
    <dc:creator>Hartmut Goebel</dc:creator>
    <dc:date>2012-05-22T10:55:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4828">
    <title>[pyinstaller/pyinstaller] 1a4fa5: Issue #547: Improve performance of PE info parsing...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4828</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 1a4fa5ab4f5d14385fed799c01c01674c6fc103f
      https://github.com/pyinstaller/pyinstaller/commit/1a4fa5ab4f5d14385fed799c01c01674c6fc103f
  Author: Martin Zibricky &amp;lt;mzibr.public-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M PyInstaller/bindepend.py

  Log Message:
  -----------
  Issue #547: Improve performance of PE info parsing with lib pefile.



&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-22T10:02:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4827">
    <title>Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4827</link>
    <description>&lt;pre&gt;Hartmut Goebel píše v Út 22. 05. 2012 v 10:08 +0200:

What else do we need to do to fix this ticket?

http://www.pyinstaller.org/ticket/547

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-22T09:02:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4826">
    <title>Re: Some tests give import errors</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4826</link>
    <description>&lt;pre&gt;Hartmut Goebel píše v Út 22. 05. 2012 v 10:16 +0200:

Yes, it is intended. And it just means that the script 'runtests.py' is
checking if the test should be skipped or not.

After that import error you should see message like 'skipped' or in the
tests summary you should see how many tests were run and how many were
skipped.

In your case it seems like 3 tests should be skipped.

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-22T08:52:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4825">
    <title>Some tests give import errors</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4825</link>
    <description>&lt;pre&gt;Hi Martin,

when running the testsuite, I get some import errors which get displayed
like this:

test_onefile_c_extension (__main__.ImportTestCase) ... Traceback (most
recent call last):
  File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ImportError: No module named simplejson

Affected modules are:
simplejson (twice)
sqlalchemy
usb

Is this intended?

&lt;/pre&gt;</description>
    <dc:creator>Hartmut Goebel</dc:creator>
    <dc:date>2012-05-22T08:16:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4824">
    <title>Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4824</link>
    <description>&lt;pre&gt;Am 21.05.2012 20:15, schrieb Martin Zibricky:

I just pushed this change.

&lt;/pre&gt;</description>
    <dc:creator>Hartmut Goebel</dc:creator>
    <dc:date>2012-05-22T08:08:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4823">
    <title>[pyinstaller/pyinstaller] eb2a42: issue #547: Count tocs/targets per class, not glob...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4823</link>
    <description>&lt;pre&gt;  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: eb2a42e0056526aeef383bc4647a6cf647b74a2e
      https://github.com/pyinstaller/pyinstaller/commit/eb2a42e0056526aeef383bc4647a6cf647b74a2e
  Author: Hartmut Goebel &amp;lt;h.goebel-UCdxAWjUmuyYW16jBriTx7NAH6kLmebB&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  issue #547: Count tocs/targets per class, not globally.



&lt;/pre&gt;</description>
    <dc:creator>Hartmut Goebel</dc:creator>
    <dc:date>2012-05-22T08:07:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4822">
    <title>Re: Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4822</link>
    <description>&lt;pre&gt;Don Dwiggins píše v Po 21. 05. 2012 v 13:02 -0700:

logging changes are useful. They could be kept for debug level. I could
probably benefit from them also understand what is going on.

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-21T20:27:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4821">
    <title>Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4821</link>
    <description>&lt;pre&gt;
I made no substantial changes on my own -- I just copied the others' 
changes into my working copy.  (I did make some minor logging changes to 
understand what was going on -- probably not worth committing.)


&lt;/pre&gt;</description>
    <dc:creator>Don Dwiggins</dc:creator>
    <dc:date>2012-05-21T20:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4820">
    <title>Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4820</link>
    <description>&lt;pre&gt;Giovanni Bajo píše v Po 21. 05. 2012 v 20:02 +0200:

Missing are Hartmut's changes and those changes from Don Dwiggins he
posted in his ticket.

&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-21T18:15:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4819">
    <title>Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4819</link>
    <description>&lt;pre&gt;Il giorno 21/mag/2012, alle ore 18:50, Martin Zibricky ha scritto:



My changes were already committed, and also Florian's (pull request #11).

What's missing?
&lt;/pre&gt;</description>
    <dc:creator>Giovanni Bajo</dc:creator>
    <dc:date>2012-05-21T18:02:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.pyinstaller/4818">
    <title>Re: Re: PyInstaller removes the executable, then checks to see if it's missing</title>
    <link>http://permalink.gmane.org/gmane.comp.python.pyinstaller/4818</link>
    <description>&lt;pre&gt;Don Dwiggins píše v Po 21. 05. 2012 v 09:41 -0700:

You need to:
- create an account on github
- create fork of pyinstaller repository
- create pull request

Probably the following doc could be helpful:

http://help.github.com/fork-a-repo/
http://help.github.com/send-pull-requests/


&lt;/pre&gt;</description>
    <dc:creator>Martin Zibricky</dc:creator>
    <dc:date>2012-05-21T16:50:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.pyinstaller">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.pyinstaller</link>
  </textinput>
</rdf:RDF>

