installing WINE to use system Python

Questions about Wine on macOS.
Locked
johnsankey
Level 1
Level 1
Posts: 8
Joined: Thu Aug 18, 2011 8:20 am

installing WINE to use system Python

Post by johnsankey »

I'm using QGIS, which installs Apple's Python27 and sets the whole system up for that. I previously installed WINE with MacPorts, which puts its required python27 in /opt/local. The two are getting mixed up to the point I can't use any packages such as opencv installed with MacPorts.

Is there a way of letting MacPorts-installed WINE use Apple's Python so I can get rid of the MacPorts' Python?

Or, is there a system method of installing WINE so I can get rid of MacPorts altogether?

(Note: I know little about Unix beyond the fundamentals. I wish MacPorts just worked, but it's clear it doesn't with QGIS anywhere around (http://trac.macports.org/ticket/36906), and I need it.)
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: installing WINE to use system Python

Post by doh123 »

if your having issues with Macports installing something that is screwing up your system, you should get help from Macports.

Using normal Self compiled Wine is easiest using Macports, but you can also do it by hand... maybe try this script to make it easier.
http://code.google.com/p/osxwinebuilder/
Locked