MAC 10.5.6 and Python 2.5.1 crashes on Load

Asked by ikerib

I checked everything and I´m not still able to load the program. When I launched the application, after 2 second´s it crashes and closes. I checked the log file and I only have this:

APP_BUNDLER=Platypus-4.0
Apple_PubSub_Socket_Render=/tmp/launch-gvjqOC/Render
BASE=/Applications/SubDownloader.app/
BASH=/bin/sh
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/Applications/SubDownloader.app/Contents/Resources/script")
BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0")
BASH_VERSION='3.2.17(1)-release'
COMMAND_MODE=legacy
CWD=/Applications/SubDownloader.app/Contents/Resources
DIRSTACK=()
DISPLAY=/tmp/launch-gE7y5W/:0
DYLD_FRAMEWORK_PATH=/Applications/SubDownloader.app/Contents/Resources/Library/Frameworks
EUID=501
GROUPS=()
HOME=/Users/ikerib
HOSTNAME=iMac.local
HOSTTYPE=i386
IFS='
'
LMILAUNCHAGENTFIXER_GOODGUISESSION=1
LOGNAME=ikerib
MACHTYPE=i386-apple-darwin9.0
OLDPWD=/
OPTERR=1
OPTIND=1
OSTYPE=darwin9.0
PATH=/Applications/SubDownloader.app/Contents/Resources:/usr/bin:/bin:/usr/sbin:/sbin
PIPESTATUS=([0]="0")
POSIXLY_CORRECT=y
PPID=879
PS4='+ '
PWD=/Applications/SubDownloader.app/Contents/Resources
PYTHONPATH=/Applications/SubDownloader.app/Contents/Resources/Library/Python/2.5/site-packages
SECURITYSESSIONID=92cfd0
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments:posix
SHLVL=1
SSH_AUTH_SOCK=/tmp/launch-GcYT1v/Listeners
TERM=dumb
TMPDIR=/var/folders/Z+/Z+LxIis5GhW1XwDQ3c2LDU+++TI/-Tmp-/
UID=501
USER=ikerib
_=PATH
__CF_USER_TEXT_ENCODING='0x1F5:0:86
'
Python 2.5.1
Traceback (most recent call last):
  File "./run.py", line 56, in <module>
    import gui.main
  File "/Users/ivanfernandezcalvo/Desktop/SubDownloader.app/Contents/Resources/gui/main.py", line 33, in <module>
ImportError: dlopen(/Applications/SubDownloader.app/Contents/Resources/Library/Python/2.5/site-packages/PyQt4/QtCore.so, 2): Library not loaded: QtCore.framework/Versions/4/QtCore
  Referenced from: /Applications/SubDownloader.app/Contents/Resources/Library/Python/2.5/site-packages/PyQt4/QtCore.so
  Reason: image not found

maybe I need to upgrade my Python to 2.6 ??

Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
SubDownloader Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marco Rodrigues (gothicx) said :
#1

Hi!

No.. you don't need to upgrade to 2.6, the current version 2.5 is enough. Do you have python-qt4 installed ?

Revision history for this message
Kapis (capiscuas) said :
#2

Also you can try the .app from here

http://launchpadlibrarian.net/20326248/Subdownloader.dmg.zip

it works with MacOSX (10.5.X or 10.4.X with Python 2.5.X)

Revision history for this message
ikerib (ikerib-reg) said :
#3

@Marco Rodrigues : how can I check if I have python-qt4 installed? and how can I install it if I don´t have already installed? thanks!!

@Ivan Garcia : I also tryed with this but it still doesn´t work

Revision history for this message
Marco Rodrigues (gothicx) said :
#4

I don't have a MAC, so I don't know which package manager you have, after that you can see if you have it installed, but I think you don't have, because of that error.

I google'd and I found something.. check this out - http://www.finkproject.org

Can you help with this problem?

Provide an answer of your own, or ask ikerib for more information if necessary.

To post a message you must log in.