Skip to content

Basic Setup in Python #71

Description

@adamhrv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions