On Sat, 2011-11-05 at 05:50 -0700, pacopyc wrote: > Hi, I have a XML-RPC server python running on VM Windows (on Linux) > and a XML-RPC client python on Linux. Server and client have different > IP address. I'd like migrate server on wine. How can communicate > server and client? IP address is different or is the same? > Can you help me?
Not really, this doesn't have much of anything to do with Python. If you run a network application on wine [assuming that even works] the application will have the same IP/interface as any other application or service running on the host. Wine is not a 'virtualization' solution. -- http://mail.python.org/mailman/listinfo/python-list