<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>PyInstaller Google Group</title>
  <link>http://groups.google.com/group/pyinstaller</link>
  <description>This list is aim to serve as a communication channel among those interested in the further development of PyInstaller. PyInstaller is a program that packages Python programs into stand-alone executables.</description>
  <language>en</language>
  <item>
  <title>Re: [PyInstaller] error in installation</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a38fdba5b90acb06/01adef412c35dbe6?show_docid=01adef412c35dbe6</link>
  <description>
  &amp;lt;snip&amp;gt; &lt;br&gt; Actually it&#39;s like zlib development package was *not* installed in your system. &lt;br&gt; Use your package manager to search for and install &amp;quot;zlib1g-dev&amp;quot; &lt;br&gt; Cheers
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a38fdba5b90acb06/01adef412c35dbe6?show_docid=01adef412c35dbe6</guid>
  <author>
  mpi...@gmail.com
  (Massimiliano Pippi)
  </author>
  <pubDate>Sat, 07 Nov 2009 11:05:20 UT
</pubDate>
  </item>
  <item>
  <title>error in installation</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a38fdba5b90acb06/f5489127d60dbf55?show_docid=f5489127d60dbf55</link>
  <description>
  Hello i get this error under lubunto 9.10: &lt;br&gt; lucak9111@lucak9111-desktop:~/ Scrivania/eric/pyinstaller/sou rce/linux$ &lt;br&gt; make &lt;br&gt; gcc -pthread -I/usr/include -I/usr/include/python2.6 -I../common - &lt;br&gt; DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing - &lt;br&gt; DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -DHAVE_WARNINGS -c
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a38fdba5b90acb06/f5489127d60dbf55?show_docid=f5489127d60dbf55</guid>
  <author>
  lucabe...@libero.it
  (luca72)
  </author>
  <pubDate>Fri, 06 Nov 2009 23:23:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: [PyInstaller] Re: Error on &quot;hello world&quot; program</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/b6007d0a0b7a8ec5?show_docid=b6007d0a0b7a8ec5</link>
  <description>
  Ah! So that&#39;s the problem. &lt;br&gt; &lt;p&gt;No, I compiled it with --disable-shared (for freezing with freeze.py &lt;br&gt; which requires static compilation of as many modules as possible). &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; mk
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/b6007d0a0b7a8ec5?show_docid=b6007d0a0b7a8ec5</guid>
  <author>
  mrk...@gmail.com
  (Marcin Krol)
  </author>
  <pubDate>Thu, 05 Nov 2009 11:06:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [PyInstaller] Error on &quot;hello world&quot; program</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/ab3ee65d1c4d8053?show_docid=ab3ee65d1c4d8053</link>
  <description>
  Ok, pyinstaller fails to find libpython. Is that file present on your &lt;br&gt; system? Did you compile Python with the --enable-shared option? &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; &lt;p&gt;Florian &lt;br&gt; &lt;p&gt;Marcin Krol schrieb:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/ab3ee65d1c4d8053?show_docid=ab3ee65d1c4d8053</guid>
  <author>
  florian.ho...@gmx.de
  (Florian Höch)
  </author>
  <pubDate>Wed, 04 Nov 2009 16:18:13 UT
</pubDate>
  </item>
  <item>
  <title>Error on &quot;hello world&quot; program</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/9393f1ef4cba0ced?show_docid=9393f1ef4cba0ced</link>
  <description>
  Hello everyone, &lt;br&gt; P.S. platform is RH 5.3.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/9393f1ef4cba0ced?show_docid=9393f1ef4cba0ced</guid>
  <author>
  mrk...@gmail.com
  (Marcin Krol)
  </author>
  <pubDate>Wed, 04 Nov 2009 13:08:04 UT
</pubDate>
  </item>
  <item>
  <title>Error on &quot;hello world&quot; program</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/3f9467a2b61323b0?show_docid=3f9467a2b61323b0</link>
  <description>
  Hello everyone, &lt;br&gt; I have checked (on latest pyinstaller from svn) that &amp;quot;hello world&amp;quot; &lt;br&gt; program consisting just of print &amp;quot;Hello, world&amp;quot; can&#39;t be frozen using &lt;br&gt; pyinstaller: &lt;br&gt; [root@NC044105 pyinstaller]# ./hello.py &lt;br&gt; Hello world! &lt;br&gt; [root@NC044105 pyinstaller]# python Makespec.py hello.py &lt;br&gt; wrote /root/pyinstaller/hello/hello. spec
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a5c14332923f2fcf/3f9467a2b61323b0?show_docid=3f9467a2b61323b0</guid>
  <author>
  mrk...@gmail.com
  (Marcin Krol)
  </author>
  <pubDate>Wed, 04 Nov 2009 13:07:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [PyInstaller] Re: Using the -F and the -w options together</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/53c40bf61dff1480/ac027bcac2f1ab0c?show_docid=ac027bcac2f1ab0c</link>
  <description>
  Have you tried the latest pre-release snapshot of Pyinstaller? 1.3 is &lt;br&gt; outdated. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; &lt;p&gt;Florian &lt;br&gt; &lt;p&gt;Hoytj schrieb:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/53c40bf61dff1480/ac027bcac2f1ab0c?show_docid=ac027bcac2f1ab0c</guid>
  <author>
  florian.ho...@gmx.de
  (Florian Höch)
  </author>
  <pubDate>Tue, 03 Nov 2009 16:08:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [PyInstaller] #138: Build exe successfully, but it only works on my PC</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/4724c40882b5c96b?show_docid=4724c40882b5c96b</link>
  <description>
  1.3 is outdated, use the latest pre-release snapshot of Pyinstaller. &lt;br&gt; Also note Python 2.6 is not officially supported under Windows. There&#39;s &lt;br&gt; a patch you can try if you need Python 2.6 support: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pyinstaller.org/ticket/39&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Regards, &lt;br&gt; Florian &lt;br&gt; PyInstaller Ticket schrieb:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/4724c40882b5c96b?show_docid=4724c40882b5c96b</guid>
  <author>
  florian.ho...@gmx.de
  (Florian Höch)
  </author>
  <pubDate>Tue, 03 Nov 2009 16:06:00 UT
</pubDate>
  </item>
  <item>
  <title>Problem with using PyInstaller</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/95ea4d7fdbdb1e24/cf16ff3ec0ddfd0c?show_docid=cf16ff3ec0ddfd0c</link>
  <description>
  Hello everyone, &lt;br&gt; I&#39;m new to pyinstaller and have stumbled on the following problem: &lt;br&gt; [root@localhost pyinstaller]# python Build.py cssh/cssh.spec &lt;br&gt; checking Analysis &lt;br&gt; building Analysis because outAnalysis0.toc non existent &lt;br&gt; running Analysis outAnalysis0.toc &lt;br&gt; Analyzing: support/_mountzlib.py &lt;br&gt; Analyzing: support/useUnicode.py
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/95ea4d7fdbdb1e24/cf16ff3ec0ddfd0c?show_docid=cf16ff3ec0ddfd0c</guid>
  <author>
  mrk...@gmail.com
  (Marcin Krol)
  </author>
  <pubDate>Tue, 03 Nov 2009 13:32:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Pyinstaller] #138: Build exe successfully, but it only works on my PC</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/bfed3f963e5e2241?show_docid=bfed3f963e5e2241</link>
  <description>
  ------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: kyleinhustgs@… | Owner: williamcaban &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: Documentation | Version: PyInstaller 1.3
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/bfed3f963e5e2241?show_docid=bfed3f963e5e2241</guid>
  <author>
  t...@pyinstaller.org
  (PyInstaller Ticket)
  </author>
  <pubDate>Tue, 03 Nov 2009 14:39:37 UT
</pubDate>
  </item>
  <item>
  <title>[Pyinstaller] #138: Build exe successfully, but it only works on my PC</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/870de2e9f6e89672?show_docid=870de2e9f6e89672</link>
  <description>
  ------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: kyleinhustgs@… | Owner: williamcaban &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: Documentation | Version: PyInstaller 1.3
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/b2dac5ba489e683e/870de2e9f6e89672?show_docid=870de2e9f6e89672</guid>
  <author>
  t...@pyinstaller.org
  (PyInstaller Ticket)
  </author>
  <pubDate>Tue, 03 Nov 2009 14:36:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using the -F and the -w options together</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/53c40bf61dff1480/d2c92d047d9023e8?show_docid=d2c92d047d9023e8</link>
  <description>
  Anyone else have any suggestions for this one? &lt;br&gt; &lt;p&gt;Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/53c40bf61dff1480/d2c92d047d9023e8?show_docid=d2c92d047d9023e8</guid>
  <author>
  john.h.h...@gmail.com
  (Hoytj)
  </author>
  <pubDate>Tue, 03 Nov 2009 14:06:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Pyinstaller] #14: PyGTK themes do not work for frozen executables</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a1ee2b0d2640d547/c0e8c26c7fe20314?show_docid=c0e8c26c7fe20314</link>
  <description>
  -------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: openticket | Owner: giovannibajo &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: PyInstaller | Version: &lt;br&gt; Severity: normal | Keywords:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a1ee2b0d2640d547/c0e8c26c7fe20314?show_docid=c0e8c26c7fe20314</guid>
  <author>
  t...@pyinstaller.org
  (PyInstaller Ticket)
  </author>
  <pubDate>Mon, 02 Nov 2009 18:24:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Pyinstaller] #14: PyGTK themes do not work for frozen executables</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/a1ee2b0d2640d547/4b8f5a02bce470c7?show_docid=4b8f5a02bce470c7</link>
  <description>
  -------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: openticket | Owner: giovannibajo &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: PyInstaller | Version: &lt;br&gt; Severity: normal | Keywords:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/a1ee2b0d2640d547/4b8f5a02bce470c7?show_docid=4b8f5a02bce470c7</guid>
  <author>
  t...@pyinstaller.org
  (PyInstaller Ticket)
  </author>
  <pubDate>Mon, 02 Nov 2009 18:16:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Pyinstaller] #132: 9786preakizroughkomppar69 415</title>
  <link>http://groups.google.com/group/pyinstaller/browse_thread/thread/6d1f4a3e857fd820/097417b29e7d14a9?show_docid=097417b29e7d14a9</link>
  <description>
  ------------------------+----- ------------------------------ ---------------- &lt;br&gt; Reporter: Undoneror | Type: defect &lt;br&gt; Status: closed | Priority: normal &lt;br&gt; Milestone: | Component: component1 &lt;br&gt; Version: | Severity: blocker &lt;br&gt; Resolution: invalid | Keywords:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/pyinstaller/browse_thread/thread/6d1f4a3e857fd820/097417b29e7d14a9?show_docid=097417b29e7d14a9</guid>
  <author>
  t...@pyinstaller.org
  (PyInstaller Ticket)
  </author>
  <pubDate>Fri, 30 Oct 2009 18:41:12 UT
</pubDate>
  </item>
  </channel>
</rss>
