Martin Zibricky | 23 May 10:35
Picon

[pyinstaller/pyinstaller] cf7563: Add search path for Homebrew-installed qt_menu.nib...

  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: cf7563da368a3765ed2a500315c940abccfd1d5e
      https://github.com/pyinstaller/pyinstaller/commit/cf7563da368a3765ed2a500315c940abccfd1d5e
  Author: Michael McCracken <michael.mccracken@...>
  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 <mzibr.public@...>
  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

(Continue reading)

Jean Manu | 21 May 20:27
Picon

pyinstaller subprocess do not find the file

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

(Continue reading)

Martin Zibricky | 22 May 14:17
Picon

[pyinstaller/pyinstaller] 67b940: Fix: Hide import exceptions of skipped testcases.

  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 67b940cc3d6e4f7e29ad67c3bda01e626647cddd
      https://github.com/pyinstaller/pyinstaller/commit/67b940cc3d6e4f7e29ad67c3bda01e626647cddd
  Author: Martin Zibricky <mzibr.public@...>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M buildtests/runtests.py

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

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Martin Zibricky | 22 May 12:02
Picon

[pyinstaller/pyinstaller] 1a4fa5: Issue #547: Improve performance of PE info parsing...

  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 1a4fa5ab4f5d14385fed799c01c01674c6fc103f
      https://github.com/pyinstaller/pyinstaller/commit/1a4fa5ab4f5d14385fed799c01c01674c6fc103f
  Author: Martin Zibricky <mzibr.public@...>
  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.

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Hartmut Goebel | 22 May 10:16
Picon
Favicon

Some tests give import errors

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 "<string>", line 1, in <module>
ImportError: No module named simplejson

Affected modules are:
simplejson (twice)
sqlalchemy
usb

Is this intended?

--

-- 
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult 
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de

(Continue reading)

Hartmut Goebel | 22 May 10:07
Picon
Favicon

[pyinstaller/pyinstaller] eb2a42: issue #547: Count tocs/targets per class, not glob...

  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: eb2a42e0056526aeef383bc4647a6cf647b74a2e
      https://github.com/pyinstaller/pyinstaller/commit/eb2a42e0056526aeef383bc4647a6cf647b74a2e
  Author: Hartmut Goebel <h.goebel@...>
  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.

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Laurence Anthony | 19 May 18:54
Picon
Gravatar

How to add data files when using the command pyinstaller.py

Hi all,

I have been enjoying using pyinstaller.py (the new alternative interface for using PyInstaller).

I've had no problem setting things like --onefile, --noconsole etc., but I'm now trying to add things like additional files to the long command line string (bypassing spec files). Is this possible?

What I'm trying to do is add everything I need to a single external tools configuration in Eclipse. Then, I'll be able to create what I want with a single click. Here's what I have so far:
"c:\pyinstaller.py"
--out=${parent-path}
--onefile
--noconsole
--icon=${parent-path}/icon.ico
${resource_loc}

Any ideas?

Laurence.

--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to pyinstaller+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
stefan ix | 18 May 18:51

app bundle won't start

When I make my app (a python terminal app, I want to be able to start from the finder) I get the following error when I try to run it:

mbxa:other noema$ open /Users/noema/Development/git/LasaurApp/other/dist_osx/lasaurapp.app
LSOpenURLsWithRole() failed with error -10810 for the file /Users/noema/Development/git/LasaurApp/other/dist_osx/lasaurapp.app.

Any ideas where the problem is?

My spec file looks like this:

### build TOC
a = Analysis(['../backend/app.py'],
             pathex=[os.path.abspath(__file__)],
             hiddenimports=[],
             hookspath=None)
 

pyz = PYZ(a.pure)
exe = EXE(pyz,
          a.scripts,
          a.binaries,
          a.zipfiles,
          a.datas + resource_files,
          name=target_location,
          debug=False,
          strip=None,
          upx=True,
          console=True )

app = BUNDLE(exe,
             name=target_location + '.app')

Thanks for any hints,

--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/sNc3ZCZUNxAJ.
To post to this group, send email to pyinstaller-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to pyinstaller+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
Martin Zibricky | 18 May 15:49
Picon

[pyinstaller/pyinstaller] 4bbc7f: Issue #540: Add better way to get paths to Tcl and...

  Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 4bbc7fbd352674e37faa6cd583b305eb8de522bd
      https://github.com/pyinstaller/pyinstaller/commit/4bbc7fbd352674e37faa6cd583b305eb8de522bd
  Author: Martin Zibricky <mzibr.public@...>
  Date:   2012-05-18 (Fri, 18 May 2012)

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

  Log Message:
  -----------
  Issue #540: Add better way to get paths to Tcl and Tk library.

  Commit: bf760faa47ea432133f7712d9b7a85912865e480
      https://github.com/pyinstaller/pyinstaller/commit/bf760faa47ea432133f7712d9b7a85912865e480
  Author: Martin Zibricky <mzibr.public@...>
  Date:   2012-05-18 (Fri, 18 May 2012)

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

  Log Message:
  -----------
  Issue #540: Use better way to get paths to Tcl and Tk.

  Commit: 6f128e2ee3db69f7b1d874c772146775113b7d09
      https://github.com/pyinstaller/pyinstaller/commit/6f128e2ee3db69f7b1d874c772146775113b7d09
  Author: Martin Zibricky <mzibr.public@...>
  Date:   2012-05-18 (Fri, 18 May 2012)

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

  Log Message:
  -----------
  Issue #540: Remove old platform specific ways to obtain Tcl/Tk paths.

Compare: https://github.com/pyinstaller/pyinstaller/compare/4f78f3d...6f128e2

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Giovanni Bajo | 17 May 14:39
Favicon
Gravatar

devs: please rebase when pulling

Martin, Hartmut,

if you have unpushed changes in the develop branch, please remember to always rebase while pulling:

   $ git pull --rebase

this avoids doing useless merge commits that makes the history un-needless-ly non-linear.

If you prefer, you can configure your local git repo to always rebase automatically when pulling the
develop branch:

   $ git config branch.develop.rebase true

Thanks!
-- 
Giovanni Bajo   ::  rasky@...
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Goddamnit | 16 May 13:18
Picon

Need to compile a small script

wrote a small script on xp that I want to distribute. So I tried
compiling it using py2exe. It compiles, but the resulting exe throws
errors when run.

 Link to my script: http://pastebin.com/LWUSU3cc

I also tried pyinstaller , which also compiles, but again with errors.
I found this patch here( http://mrmekon.tumblr.com/post/5272210442/pyinstaller-and-pyttsx)
to make it work. But have no clue as to how to apply that patch to
pyinstaller.

 Any help please

import statements from the script are as follows:

import pyttsx
import threading
import threading
from threading import *
from threading import *
import datetime
import datetime
import os
import os
import sys
import sys
import ctypes
import ctypes
from ctypes import wintypes
from ctypes import wintypes
import win32clipboard
import win32clipboard
import win32con

 Thanks

--

-- 
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to pyinstaller@...
To unsubscribe from this group, send email to pyinstaller+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.


Gmane