[visionegg] Re: VisionEgg on Tiger
- From: Eamon Caddigan <ecaddiga@xxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Tue, 25 Oct 2005 16:44:54 -0500
Hey Gabe,
I was able to get VisionEgg running on Tiger, but it didn't come
together until after a bit of hacking around. I plan to formalize the
process soon (and will possibly put together a .pkg file) when we
upgrade the lab to Tiger.
I used MacEnthon to install VisionEgg's dependencies, but quickly
noticed that the installation was bailing. Fortunately, all of the
packages required by VisionEgg do work, and you can install them
individually (using the .mpkg and .pkg files distributed with
MacEnthon). I ran the following script, but I'm not sure if that had
anything to do with getting things working: http://undefined.org/
python/#TigerPython23Compat
-Eamon
On Oct 25, 2005, at 3:55 PM, Gabriel Nevarez wrote:
Hello all,
Have upgraded to Tiger on both a Powermac G5 and a Powerbook G4...
Only the
G5 install is working, even after following the recommended upgrade
steps
from the VE install web site, including downloading the
TigerPython23Compat
patch.
Getting the following stack trace error when trying to run a test
script on
the powerbook:
m278:/users/shared/projects/visionegg/visionegg-0.9.9-demo/demo sapgn$
pythonw ./texture.py
2005-10-25 21:41:33,242 (1631) INFO: Script ./texture.py started
Vision Egg
1.0-cvs with process id 1631.
2005-10-25 21:41:50,647 (1631) INFO: No Vision Egg logo :( because
of error
while trying to display image in GUI.GraphicsConfigurationWindow:
exceptions.ImportError: No module named _imagingtk
Pygame Parachute Traceback:
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site
-packages/PyObjC/AppKit/__init__.py", line 15, in ?
Fatal Python error: (pygame parachute) Bus Error
Abort trap
Have tried a manual reinstall (python setup.py install) from the
cvs source,
no go.
Have even tried changing the darwin_maxpriority header file setting as
suggested in
http://www.freelists.org/archives/visionegg/06-2005/msg00003.html,
no go.
I'm sure I'm making a simple mistake, but have spent too much time
on it
already... Any ideas? I've included the check-config.py text dump
at the
end of this email, cheers!
-=Gabriel Nevarez
Research Programmer
Psychology Department
Cardiff University
http://www.cf.ac.uk/psych
Running check-config.py gives the following results:
m278:~/Desktop/visionegg-1.0-cvs sapgn$ python ./check-config.py
check-config.py for Vision Egg 1.0
[2003/09/22 05:37:03 CVS revision 1.20]
Beginning configuration check.
Mac OS X - It appears you are running this script
from the commandline -- turning off GUIs.
VisionEgg version 1.0-cvs
VisionEgg modules in
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-
packages/VisionEgg
VisionEgg system directory
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg
VisionEgg user directory /Users/sapgn/VisionEgg
Config file found at
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg/
VisionEgg
cfg
SYNCLYNC_PRESENT = 0
VISIONEGG_ALWAYS_START_LOGGING = 0
VISIONEGG_CONFIG_FILE =
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg/
VisionEgg
cfg
VISIONEGG_DARWIN_CONVENTIONAL_PRIORITY = -20
VISIONEGG_DARWIN_MAXPRIORITY_CONVENTIONAL_NOT_REALTIME = 1
VISIONEGG_DARWIN_PTHREAD_PRIORITY = max
VISIONEGG_DARWIN_REALTIME_COMPUTATION_DENOM = 2400
VISIONEGG_DARWIN_REALTIME_CONSTRAINT_DENOM = 1200
VISIONEGG_DARWIN_REALTIME_PERIOD_DENOM = 120
VISIONEGG_DARWIN_REALTIME_PREEMPTIBLE = 0
VISIONEGG_FRAMELESS_WINDOW = 0
VISIONEGG_FULLSCREEN = 0
VISIONEGG_GAMMA_FILE =
VISIONEGG_GAMMA_INVERT_BLUE = 2.1
VISIONEGG_GAMMA_INVERT_GREEN = 2.1
VISIONEGG_GAMMA_INVERT_RED = 2.1
VISIONEGG_GAMMA_SOURCE = none
VISIONEGG_GUI_INIT = 1
VISIONEGG_GUI_ON_ERROR = 1
VISIONEGG_HIDE_MOUSE = 1
VISIONEGG_LOG_FILE = VisionEgg.log
VISIONEGG_LOG_TO_STDERR = 1
VISIONEGG_MAXPRIORITY = 0
VISIONEGG_MONITOR_REFRESH_HZ = 60.0
VISIONEGG_PREFERRED_BPP = 32
VISIONEGG_REQUEST_ALPHA_BITS = 0
VISIONEGG_REQUEST_BLUE_BITS = 8
VISIONEGG_REQUEST_GREEN_BITS = 8
VISIONEGG_REQUEST_RED_BITS = 8
VISIONEGG_REQUEST_STEREO = 0
VISIONEGG_SCREEN_H = 600
VISIONEGG_SCREEN_W = 800
VISIONEGG_SYNC_SWAP = 1
VISIONEGG_SYSTEM_DIR =
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg
VISIONEGG_TKINTER_OK = 1
VISIONEGG_USER_DIR = /Users/sapgn/VisionEgg
Version checklist:
Python version 2.3.5 (OK)
extra Python info: (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304
(Apple
Computer, Inc. build 1809)]
Numeric version 23.1 (OK)
PyOpenGL (package "OpenGL") version 2.0.1.07 (OK)
pygame failed: exceptions.ImportError Can not access the window
manager, use
bundlebuilder or execute with the pythonw script
Python Imaging Library (package "Image") version 1.1.4 (OK)
Optional module(s):
Pyro failed
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] VisionEgg on Tiger
- From: Gabriel Nevarez
Other related posts:
- » [visionegg] VisionEgg on Tiger
- » [visionegg] Re: VisionEgg on Tiger
- » [visionegg] Re: VisionEgg on Tiger
- » [visionegg] Re: VisionEgg on Tiger
On Oct 25, 2005, at 3:55 PM, Gabriel Nevarez wrote:
Hello all,
Have upgraded to Tiger on both a Powermac G5 and a Powerbook G4... Only the
G5 install is working, even after following the recommended upgrade steps
from the VE install web site, including downloading the TigerPython23Compat
patch.
Getting the following stack trace error when trying to run a test script on
the powerbook:
m278:/users/shared/projects/visionegg/visionegg-0.9.9-demo/demo sapgn$
pythonw ./texture.py
2005-10-25 21:41:33,242 (1631) INFO: Script ./texture.py started Vision Egg
1.0-cvs with process id 1631.
2005-10-25 21:41:50,647 (1631) INFO: No Vision Egg logo :( because of error
while trying to display image in GUI.GraphicsConfigurationWindow:
exceptions.ImportError: No module named _imagingtk
Pygame Parachute Traceback:
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site
-packages/PyObjC/AppKit/__init__.py", line 15, in ?
Fatal Python error: (pygame parachute) Bus Error
Abort trap
Have tried a manual reinstall (python setup.py install) from the cvs source,
no go.
Have even tried changing the darwin_maxpriority header file setting as
suggested in
http://www.freelists.org/archives/visionegg/06-2005/msg00003.html, no go.
I'm sure I'm making a simple mistake, but have spent too much time on it
already... Any ideas? I've included the check-config.py text dump at the
end of this email, cheers!
-=Gabriel Nevarez Research Programmer Psychology Department Cardiff University http://www.cf.ac.uk/psych
Running check-config.py gives the following results:
m278:~/Desktop/visionegg-1.0-cvs sapgn$ python ./check-config.py
check-config.py for Vision Egg 1.0
[2003/09/22 05:37:03 CVS revision 1.20]
Beginning configuration check.
Mac OS X - It appears you are running this script
from the commandline -- turning off GUIs.VisionEgg version 1.0-cvs
VisionEgg modules in
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-
packages/VisionEgg
VisionEgg system directory
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg
VisionEgg user directory /Users/sapgn/VisionEgg
Config file found at
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg/ VisionEgg
cfg
SYNCLYNC_PRESENT = 0
VISIONEGG_ALWAYS_START_LOGGING = 0
VISIONEGG_CONFIG_FILE =
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg/ VisionEgg
cfg
VISIONEGG_DARWIN_CONVENTIONAL_PRIORITY = -20
VISIONEGG_DARWIN_MAXPRIORITY_CONVENTIONAL_NOT_REALTIME = 1
VISIONEGG_DARWIN_PTHREAD_PRIORITY = max
VISIONEGG_DARWIN_REALTIME_COMPUTATION_DENOM = 2400
VISIONEGG_DARWIN_REALTIME_CONSTRAINT_DENOM = 1200
VISIONEGG_DARWIN_REALTIME_PERIOD_DENOM = 120
VISIONEGG_DARWIN_REALTIME_PREEMPTIBLE = 0
VISIONEGG_FRAMELESS_WINDOW = 0
VISIONEGG_FULLSCREEN = 0
VISIONEGG_GAMMA_FILE =
VISIONEGG_GAMMA_INVERT_BLUE = 2.1
VISIONEGG_GAMMA_INVERT_GREEN = 2.1
VISIONEGG_GAMMA_INVERT_RED = 2.1
VISIONEGG_GAMMA_SOURCE = none
VISIONEGG_GUI_INIT = 1
VISIONEGG_GUI_ON_ERROR = 1
VISIONEGG_HIDE_MOUSE = 1
VISIONEGG_LOG_FILE = VisionEgg.log
VISIONEGG_LOG_TO_STDERR = 1
VISIONEGG_MAXPRIORITY = 0
VISIONEGG_MONITOR_REFRESH_HZ = 60.0
VISIONEGG_PREFERRED_BPP = 32
VISIONEGG_REQUEST_ALPHA_BITS = 0
VISIONEGG_REQUEST_BLUE_BITS = 8
VISIONEGG_REQUEST_GREEN_BITS = 8
VISIONEGG_REQUEST_RED_BITS = 8
VISIONEGG_REQUEST_STEREO = 0
VISIONEGG_SCREEN_H = 600
VISIONEGG_SCREEN_W = 800
VISIONEGG_SYNC_SWAP = 1
VISIONEGG_SYSTEM_DIR =
/System/Library/Frameworks/Python.framework/Versions/2.3/VisionEgg
VISIONEGG_TKINTER_OK = 1
VISIONEGG_USER_DIR = /Users/sapgn/VisionEgg
Version checklist:
Python version 2.3.5 (OK)
extra Python info: (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple
Computer, Inc. build 1809)]
Numeric version 23.1 (OK)
PyOpenGL (package "OpenGL") version 2.0.1.07 (OK)
pygame failed: exceptions.ImportError Can not access the window manager, use
bundlebuilder or execute with the pythonw script
Python Imaging Library (package "Image") version 1.1.4 (OK)
Optional module(s):
Pyro failed
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
- [visionegg] VisionEgg on Tiger
- From: Gabriel Nevarez