Python Socket Issues with VirtualBox

Alan Franzoni alan.franzoni.xyzz at gmail.com
Fri May 22 11:05:42 EDT 2009


TechieInsights was kind enough to say:

[cut]

You're giving very few details on your issue, which is most probably not
related to python itself. Which operating system? Which virtualbox version?
Which kind of connection? Is the port open for listen? Does the code fail
at listening or at connecting (e.g. is either the client or the server
failing) ?

My first guess would be that you didn't specify the interface to bind to,
and the interface order changes once you install virtualbox since it
possibly adds a virtual interface of its own, but I can't tell unless you
tell something more.

-- 
Alan Franzoni <alan.franzoni.xyzz at gmail.com>
-
Remove .xyzz from my email in order to contact me.
-
GPG Key Fingerprint:
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E



More information about the Python-list mailing list