Message from discussion
CherryPy and websockets
Received: by 10.52.27.164 with SMTP id u4mr11636843vdg.8.1351693222412;
Wed, 31 Oct 2012 07:20:22 -0700 (PDT)
X-BeenThere: cherrypy-users@googlegroups.com
Received: by 10.52.16.79 with SMTP id e15ls959790vdd.6.gmail; Wed, 31 Oct 2012
07:20:20 -0700 (PDT)
Received: by 10.58.59.73 with SMTP id x9mr13334094veq.39.1351693220628;
Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
Received: by 10.58.59.73 with SMTP id x9mr13334093veq.39.1351693220615;
Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
Return-Path: <vincent.legoff....@gmail.com>
Received: from mail-vc0-f170.google.com (mail-vc0-f170.google.com [209.85.220.170])
by gmr-mx.google.com with ESMTPS id bn19si502447vdb.0.2012.10.31.07.20.20
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
Received-SPF: pass (google.com: domain of vincent.legoff....@gmail.com designates 209.85.220.170 as permitted sender) client-ip=209.85.220.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of vincent.legoff....@gmail.com designates 209.85.220.170 as permitted sender) smtp.mail=vincent.legoff....@gmail.com; dkim=pass header...@gmail.com
Received: by mail-vc0-f170.google.com with SMTP id fo14so1415387vcb.15
for <cherrypy-users@googlegroups.com>; Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=H+yP6EjBCEAc3Y0cajUvcUBG6ebJKfbowqZXip3Fx68=;
b=JVS+WynumKVY8YLQgosbDk4SwKSCYboqrD1HZe4XftSGXg4fLgH4C9DyjHek6UenR0
905Y24pdGjVZY/T0LXkFrLvFQmSjCek2Koioq5/gt+gd/jy7oLhoL/m+XOtDwW2r0xin
ivTBSp0L84bVIGpBn7OTInAVS5Ic1VT+f8HctB0NtqXRHtIHukIQ3GYEBBnvBAWjVFQF
NJgq+6SXJMy5PGMJgTClS2MroRCfQlzf0FOoRrUXmACTG5Yn6urUn/bwpgXBeDlBZ4zk
lda41+WCvBO3iNGZup67fGGsT/9Bp58NL2/UxoSkgREQ2zzFT1TMxrnq+lS+WO/iFxN2
oO8g==
MIME-Version: 1.0
Received: by 10.220.150.10 with SMTP id w10mr18192778vcv.16.1351693220341;
Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
Received: by 10.58.161.13 with HTTP; Wed, 31 Oct 2012 07:20:20 -0700 (PDT)
In-Reply-To: <CALkdAkjJEnwpxfdL=RK4H+nzyJu=gsm-Fnf960FkVzbk5R7...@mail.gmail.com>
References: <CAFO53fSAuStQSPtPcDYBFwB8RWhn47QednRUY_Pz2dMyvTR...@mail.gmail.com>
<CALkdAki_vSuU7Ddds20gvMAUFz42PjBAm56yd6m2A6SerEA...@mail.gmail.com>
<CAFO53fS+puGoBO1pzDgdR5OM3Fa_5EG-Z8PfMDQN0TKKEnN...@mail.gmail.com>
<CALkdAkgAsQYxXS-xQGdEBHTSx4gTzwx2=dr=KAD8-S8GrzC...@mail.gmail.com>
<CAFO53fRoOtEmDAepbn-kqRS5==7iu47MOADEjZqM3sNqN9K...@mail.gmail.com>
<CALkdAkg_3aGV1-_GdpPbXPXCOV=9=D0aC4pnVL4a8aS+W2Y...@mail.gmail.com>
<CAFO53fQDFDcA1NnfxtFz3=1j1g9TCzw=Wb53jfT9dGho9CE...@mail.gmail.com>
<CALkdAkjJEnwpxfdL=RK4H+nzyJu=gsm-Fnf960FkVzbk5R7...@mail.gmail.com>
Date: Wed, 31 Oct 2012 15:20:20 +0100
Message-ID: <CAFO53fSN_tqr+Owshbrtuzt3mMoBMSrbEGdzu=f7qQPnZqk...@mail.gmail.com>
Subject: Re: [cherrypy-users] CherryPy and websockets
From: Vincent Le Goff <vincent.legoff....@gmail.com>
To: cherrypy-users@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Actually it's the same error. But maybe it's due to my Cherrypy version.
Nevertheless, I'll try to find more informations
Vincent
2012/10/31, Sylvain Hellegouarch <s...@defuze.org>:
> On Wed, Oct 31, 2012 at 2:09 PM, Vincent Le Goff <
> vincent.legoff....@gmail.com> wrote:
>
>> Hi Sylvain,
>>
>> The commit 54ab115d2db4a2d8f39475a14ff0062b386ea6e8 (fix #62) does not
>> solve the problem here, sorry :S .
>>
>> Though, I tried to use sw4py on Python 3.3, installed it. The CherryPy
>> 3.2.2 package doesn't work yet with Python 3.3.0 (at least not on
>> Windows) so I downloaded the last 'dev' version.
>>
>> Your ech_cherrypy_server.py example works just fine under Python 3.3
>> and Cherrypy 3.2.3 (last dev). Maybe I should install the last
>> CherryPy version on python 3.2?
>>
>
> Damn!
>
> That's odd because I tried with Python 3.2 as provided by Ubuntu. Could you
> amend the ticket on github with any error you got with Python 3.2 after
> trying the last commit please?
>
>
> --
> - Sylvain
> http://www.defuze.org
> http://twitter.com/lawouach
>
> --
> You received this message because you are subscribed to the Google Groups
> "cherrypy-users" group.
> To post to this group, send email to cherrypy-users@googlegroups.com.
> To unsubscribe from this group, send email to
> cherrypy-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cherrypy-users?hl=en.
>
>