On 2010-09-08, Benjamin Kaplan wrote:
> On Wed, Sep 8, 2010 at 12:59 PM, cerr wrote:
>> but that is not working, i'm getting this:
>> import: unable to open X server `' @ error/import.c/ImportImageCommand/
[...]
>> now why would it try to open an x server??? :o
>
> Because it's not executing it
On Sep 8, 10:06 am, Benjamin Kaplan wrote:
> On Wed, Sep 8, 2010 at 12:59 PM, cerr wrote:
> > Hi,
>
> > I'm trying to create a listening socket connection on port 1514.
> > I tried to follow the documentation at:
> >http://docs.python.org/release/2.5.2/lib/socket-example.html
> > and came up with
On Wed, Sep 8, 2010 at 12:59 PM, cerr wrote:
> Hi,
>
> I'm trying to create a listening socket connection on port 1514.
> I tried to follow the documentation at:
> http://docs.python.org/release/2.5.2/lib/socket-example.html
> and came up with following lines:
> import socket
>
> host = ''