OK guys,
Having spent a lot of time on google on this topic,since I can't go without my Sims 3, I found a solution that works perfectly. If you use the directions on the PlayOnLinux you'll end up with dependancy errors like I said before.
So to install PlayOnLinux, go to the playOnLinux site and download the debian file
Then follow these steps
1
You need a new repo:
CODE: SELECT ALL
deb [
apt.wxwidgets.org] lenny-wx main
2
Get the key, update and install.
CODE: SELECT ALL
curl [
apt.wxwidgets.org] | sudo apt-key add -
apt-get update
apt-get install python-wxgtk2.8
3
Double click to install the debian file you downloaded from the PlayOnLinux site
alternatively you can simply do this
Get the playonlinux.deb
CODE: SELECT ALL
wget [
www.playonlinux.com]
dpkg -i PlayOnLinux_2.0.5.deb
Fear not if you have unresolved dependencies:
CODE: SELECT ALL
apt-get -f install
So there you have it. One small hurdle left. The default language is French and if like me the only French you know is a type of kissing you may wish to change it to English.
CODE: SELECT ALL
playonlinux
[source: [
forums.debian.net]]