Problems running CrossOver on a mac

0

i just downloaded CrossOver on my iMac running OSX Snow Leopard. however when i open it, it shows me this error message:enter image description here

whats going on, and how can i fix this?

the console errors look like this (i cant make heads or tail of em though):enter image description here

Jon Valentine

Posted 2012-11-01T20:59:33.887

Reputation: 531

Which errors are displayed on the console? – Hennes – 2012-11-01T21:00:22.810

sorry, forgot to upload em. here you are – Jon Valentine – 2012-11-01T21:03:53.120

Which versions of Python, if any, do you have installed on your Mac? – HairOfTheDog – 2012-11-01T21:04:22.617

To check the Python version, in a terminal type "python". It'll show it in the first line "Python 2.x.x" – nerdwaller – 2012-11-01T21:05:47.830

i have 2.7.3 installed – Jon Valentine – 2012-11-01T21:06:16.490

You're good there, requires >=2.4 Hmm... – nerdwaller – 2012-11-01T21:37:45.133

For some reason the Python script cannot find a value for the HOME environment variable; this is very odd. From the path(s) in the console log it looks like you built CrossOver from source. Is that correct? Also, how are you launching CrossOver? – HairOfTheDog – 2012-11-01T22:04:45.117

No answers