Sprachen

Bevorzugte Sprache
Deutsch Englisch

Wer ist angemeldet

35 registrierte Benutzer und 44 Gäste online.

Noch nicht registriert oder angemeldet. Hier registrieren.

0.4.0 crash open OSX  Unten

  • Hi the application crush at opening on OSX 10.6.5.

    Process: Series60-Remote [74254]
    Path: /Users/Ema/Desktop/Series60-Remote-0.4.0 copia.app/Contents/MacOS/Series60-Remote
    Identifier: org.pythonmac.unspecified.Series60-Remote
    Version: 0.4.0 (0.4.0)
    Code Type: X86 (Native)
    Parent Process: launchd [194]

    Date/Time: 2010-11-20 13:20:56.298 +0100
    OS Version: Mac OS X 10.6.5 (10H574)
    Report Version: 6

    Interval Since Last Report: 275132 sec
    Crashes Since Last Report: 34
    Per-App Interval Since Last Report: 367 sec
    Per-App Crashes Since Last Report: 21
    Anonymous UUID: 6415C1F9-3707-4C20-A9DD-572101C669A2

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a2221c34
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread


    Let me know if you need more details.

    Thanks.
  • Hello,

    did this also happen with Series60-Remote 0.3.93?

    It would be interesting to see if it also crashes when you run it from source.
    Do you know how to install PyQt4 (either via macports or compile it with your system python) and run the script afterwards?

    ------------------------------------------------
    Developer of Series60-Remote
    Nokia N73 | OS: Fedora 13, Linux
  • Hi, i've installed pyqt4.
    I tryed:
    $python Downloads/Series60-Remote.app/Contents/MacOS/Series60-Remote
    With this result
    File "Downloads/Series60-Remote.app/Contents/MacOS/Series60-Remote", line 1
    SyntaxError: Non-ASCII character '\xca' in file Downloads/Series60-Remote.app/Contents/MacOS/Series60-Remote on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

    and
    $ python2.6 Downloads/Series60-Remote.app/Contents/Resources/series60_remote.py
    with this result
    Traceback (most recent call last):
    File "Downloads/Series60-Remote.app/Contents/Resources/series60_remote.py", line 14, in <module>
    import lib.device
    ImportError: No module named lib.device

    do i have to try others?
  • Hello,

    you need to download the source tarball (series60-remote-0.4.0.tar.bz2) and run the series60_remote.py script in the pc directory.

    ------------------------------------------------
    Developer of Series60-Remote
    Nokia N73 | OS: Fedora 13, Linux
  • $ python series60_remote.py
    Traceback (most recent call last):
    File "series60_remote.py", line 12, in <module>
    from PyQt4.QtCore import *
    ImportError: No module named PyQt4.QtCore

    But i have pyqt4....
  • Hello,

    I don't know the specifics of OS X, but you could try to start python and enter the following commands:

    import sys
    print sys.path

    Check if a PyQt4 folder exists in one of the listed directories

    ------------------------------------------------
    Developer of Series60-Remote
    Nokia N73 | OS: Fedora 13, Linux
  • Hello:

    Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
    [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    i>>> import sys
    >>> print sys.path
    ['', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', '/Library/Python/2.6/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode']


    but pyqt 4 is on /opt/local/Library/Frameworks/Python.framework

    Do you know how to say python to check there?
  • Hi.

    Just wanted to mention that I have the same problem. I then installed 0.4.8, which does not hang on startup on my computer, but has problems connecting to my mobile (see other post).

    Best regards
    Mcpork