Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Setup in Python #71

Open
adamhrv opened this issue Jun 21, 2013 · 0 comments
Open

Basic Setup in Python #71

adamhrv opened this issue Jun 21, 2013 · 0 comments

Comments

@adamhrv
Copy link

adamhrv commented Jun 21, 2013

Great project! I'd like to run tests with demos, but am having an issue with Python desktop app. Installation of all necessary libraries from README.md was successful.

  • pip install PIL
  • pip install pyv8
  • port install py27-pil
  • brew install v8
  • brew install pyexiv2
  • port install py27-macholib
  • port install py27-tornado
  • port install py27-py2app
  • port install py27-pyobjc
  • port install py27-pyobjc-cocoa

and $ python -V gives me Python 2.7.5

When I successfully compile the app
$ make mac
the result is:
*** creating application bundle: Cryptogram ***
cp -r static dist/Cryptogram.app/Contents/Resources/
cp -r templates dist/Cryptogram.app/Contents/Resources/

But when I launch the dist/Cryptogram.app
it always crashes.
Wondering if I'm missing something, if others have had any luck building on their machine and if so which OS.
From console the error is:
"6/21/13 7:31:04.783 PM com.apple.launchd.peruser.504[374]: ([0x0-0xaf1af1].org.pythonmac.unspecified.Cryptogram[23014]) Job appears to have crashed: Abort trap: 6"

Here is the full crash report:
http://pastebin.com/Lu7bMhsZ

Looks like thread 0 crashes at "start"
47 org.pythonmac.unspecified.Cryptogram 0x00000001000043f6 py2app_main + 3174
48 org.pythonmac.unspecified.Cryptogram 0x0000000100004b6e main + 1438
49 org.pythonmac.unspecified.Cryptogram 0x0000000100000e24 start + 52

any help much appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant