Re: #cherrypy #tornado #sqlalchemy

Sviatoslav Sydorenko <[email protected]> Fri, 4 Jan 2019 22:53:43 +0100
Newsgroups gmane.comp.python.cherrypy
Message-ID <CAFYONRDk2e9VDBsNanuQO_RT0y9Vx3UGuci=1_suq=b8A8Qx3w@mail.gmail.com>
--00000000000066dba9057ea8eab6
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Oh and feel free to show up at our Gitter chat room and explain more
details @ https://gitter.im/cherrypy/cherrypy.

I still cannot understand what your problem is, honestly.

=D0=BF=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 22:47 Sviatoslav Sydorenko =
<[email protected]> =D0=BF=D0=B8=D1=88=D0=B5:

> It looks okay'ish, besides the fact that you probably don't need custom
> initializers on models...
>
> =D0=BF=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 20:38 vahid peivandy <tar=
[email protected]> =D0=BF=D0=B8=D1=88=D0=B5:
>
>> you are ok? ha ha
>> https://paste.ubuntu.com/p/FjpG3yX7XK/
>>
>> On Fri, Jan 4, 2019 at 11:05 PM Sviatoslav Sydorenko <[email protected]=
a>
>> wrote:
>>
>>> This is actually a CherryPy users group, not Tornado. So I'm not sure
>>> how much insight you could get from us.
>>> But OTOH nobody is going to guess what failed for you unless you
>>> actually describe what you have tried already.
>>> Current dialogue is in style of "- It doesn't work! - Yes, it doesn't."
>>> isn't helpful, is it?
>>>
>>> Show us the code.
>>>
>>> =D0=BF=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 20:30 vahid peivandy <t=
[email protected]> =D0=BF=D0=B8=D1=88=D0=B5:
>>>
>>>> I cannot connect mu db on web server tornado or web server cherrypy
>>>> this is my problem and see this page but not help me
>>>> https://tornado-sqlalchemy.readthedocs.io/en/latest/
>>>>
>>>> On Fri, Jan 4, 2019 at 10:54 PM Sviatoslav Sydorenko <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Vahid,
>>>>>
>>>>> I'm not sure where are you stuck at? I have a feeling that you just
>>>>> don't know how to integrate SA with CherryPy. Am I right? If so, here=
's
>>>>> some app example:
>>>>> https://github.com/Lawouach/Twiseless/blob/master/lib/tool/db.py
>>>>>
>>>>> =D0=BF=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 20:16 vahid peivandy =
<[email protected]> =D0=BF=D0=B8=D1=88=D0=B5:
>>>>>
>>>>>> I want on the first-page show a simple list page HTML that shows
>>>>>> Patient order by id, name, family name
>>>>>> and when a user clicked to for example  Patient Alex goes to the
>>>>>> second page that includes lists of Patient Referral order by id,
>>>>>> date and when the user clicked to special date go to the last page t=
hat
>>>>>> shows pictures of for example hand, foot, etc of Alex.
>>>>>>
>>>>>> On Fri, Jan 4, 2019 at 10:27 PM Tim Roberts <[email protected]> wrote:
>>>>>>
>>>>>>> vahid peivandy wrote:
>>>>>>>
>>>>>>>
>>>>>>> I write db but now connect to the web server and this is my problem
>>>>>>> and need help
>>>>>>>
>>>>>>> Well, you take it one step at a time.  You will want to sketch out
>>>>>>> on paper what forms you will need.  What is the user story?  What w=
ill they
>>>>>>> see first?  Is there a menu?  Is there a search?  Which tables do t=
hey need
>>>>>>> to see?  How does the flow go?  Where do the buttons go?
>>>>>>>
>>>>>>> After that, you're going to want to sketch out some simple HTML
>>>>>>> forms, just so you can see how they look with data in them.  How ca=
n you
>>>>>>> present the fields in an attractive and useful way?
>>>>>>>
>>>>>>> After that, I usually do a couple of the pages as CGI scripts behin=
d
>>>>>>> an Apache server somewhere, so I can check out the flow without hav=
ing to
>>>>>>> worry about a web server.
>>>>>>>
>>>>>>> Once you have that basic outline, then you can choose your web
>>>>>>> server and start doing more coding.  You can adapt the CGI pages yo=
u've
>>>>>>> already done, and switch over to whatever template engine is provid=
ed.
>>>>>>>
>>>>>>> --
>>>>>>> Tim Roberts, [email protected]
>>>>>>> Providenza & Boekelheide, Inc.
>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "cherrypy-users" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>>>>> To post to this group, send email to cherrypy-users-/[email protected]=
m
>>>>>>> .
>>>>>>> Visit this group at https://groups.google.com/group/cherrypy-users.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "cherrypy-users" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>>>> To post to this group, send email to cherrypy-users-/[email protected]=
.
>>>>>> Visit this group at https://groups.google.com/group/cherrypy-users.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Cheers,
>>>>> Sviatoslav.
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "cherrypy-users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, sen=
d
>>>>> an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>>> To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>>> Visit this group at https://groups.google.com/group/cherrypy-users.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "cherrypy-users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>> To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>>> Visit this group at https://groups.google.com/group/cherrypy-users.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>> --
>>> Cheers,
>>> Sviatoslav.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "cherrypy-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>> To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>>> Visit this group at https://groups.google.com/group/cherrypy-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Group=
s
>> "cherrypy-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send a=
n
>> email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>> To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>> Visit this group at https://groups.google.com/group/cherrypy-users.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Cheers,
> Sviatoslav.
>


--=20
Cheers,
Sviatoslav.

--=20
You received this message because you are subscribed to the Google Groups "=
cherrypy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
Visit this group at https://groups.google.com/group/cherrypy-users.
For more options, visit https://groups.google.com/d/optout.

--00000000000066dba9057ea8eab6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">Oh and feel free to show=
 up at our Gitter chat room and explain more details=C2=A0@=C2=A0<a href=3D=
"https://gitter.im/cherrypy/cherrypy">https://gitter.im/cherrypy/cherrypy</=
a>.</div><div dir=3D"ltr"><br></div><div>I still cannot understand=C2=A0wha=
t your problem is, honestly.</div><img src=3D"https://t.sidekickopen76.com/=
s1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dpzzVdDPRz2m64_PW3xgp7472TP1=
pf2mbxc201?si=3D5180645064310784&amp;pi=3D5f578034-b5c9-4e21-9f0b-dd4a30d02=
eb4&amp;ti=3Dnull" style=3D"display:none!important" height=3D"1" width=3D"1=
"></div><br><div class=3D"gmail_quote"><div dir=3D"ltr">=D0=BF=D1=82, 4 =D1=
=81=D1=96=D1=87. 2019 =D0=BE 22:47 Sviatoslav Sydorenko &lt;<a href=3D"mail=
to:[email protected]">[email protected]</a>&gt; =D0=BF=D0=B8=D1=88=D0=
=B5:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px=
 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D=
"ltr"><div dir=3D"ltr">It looks okay&#39;ish, besides the fact that you pro=
bably don&#39;t need custom initializers on models...<img src=3D"https://t.=
sidekickopen76.com/s1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dpzzVdDPR=
z2m64_PW3xgp7472TP1pf2mbxc201?si=3D5180645064310784&amp;pi=3D3cc3a441-65c2-=
4976-a134-b960ebd7bc07&amp;ti=3Dnull" style=3D"display: none;" height=3D"1"=
 width=3D"1"></div><br><div class=3D"gmail_quote"><div dir=3D"ltr">=D0=BF=
=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 20:38 vahid peivandy &lt;<a href=
=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
om</a>&gt; =D0=BF=D0=B8=D1=88=D0=B5:<br></div><blockquote class=3D"gmail_qu=
ote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,20=
4);padding-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><div style=3D"font-f=
amily:&quot;comic sans ms&quot;,sans-serif">you are ok? ha ha</div><div sty=
le=3D"font-family:&quot;comic sans ms&quot;,sans-serif"><a href=3D"https://=
paste.ubuntu.com/p/FjpG3yX7XK/" target=3D"_blank">https://paste.ubuntu.com/=
p/FjpG3yX7XK/</a><br></div></div></div><br><div class=3D"gmail_quote"><div =
dir=3D"ltr">On Fri, Jan 4, 2019 at 11:05 PM Sviatoslav Sydorenko &lt;<a hre=
f=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>&=
gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0=
px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div =
dir=3D"ltr"><div dir=3D"ltr">This is actually a CherryPy users group, not T=
ornado. So I&#39;m not sure how much insight you could get from us.<div>But=
 OTOH nobody is going to guess what failed for you unless you actually desc=
ribe what you have tried already.</div><div>Current dialogue is in style of=
 &quot;- It doesn&#39;t work! - Yes, it doesn&#39;t.&quot; isn&#39;t helpfu=
l, is it?<div><br></div><div>Show us the code.</div></div><img src=3D"https=
://t.sidekickopen76.com/s1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dpzz=
VdDPRz2m64_PW3xgp7472TP1pf2mbxc201?si=3D5180645064310784&amp;pi=3Dced3c841-=
c766-440b-f2f1-d75693a61b41&amp;ti=3Dnull" style=3D"display: none;" width=
=3D"1" height=3D"1"></div><br><div class=3D"gmail_quote"><div dir=3D"ltr">=
=D0=BF=D1=82, 4 =D1=81=D1=96=D1=87. 2019 =D0=BE 20:30 vahid peivandy &lt;<a=
 href=3D"mailto:[email protected]" target=3D"_blank">tarfand.vahid@gm=
ail.com</a>&gt; =D0=BF=D0=B8=D1=88=D0=B5:<br></div><blockquote class=3D"gma=
il_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,2=
04,204);padding-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><div style=3D"f=
ont-family:&quot;comic sans ms&quot;,sans-serif">I cannot connect mu db on =
web server tornado or web server cherrypy this is my problem and see this p=
age but not help me <br></div><div style=3D"font-family:&quot;comic sans ms=
&quot;,sans-serif"><a href=3D"https://tornado-sqlalchemy.readthedocs.io/en/=
latest/" target=3D"_blank">https://tornado-sqlalchemy.readthedocs.io/en/lat=
est/</a><br></div></div></div><br><div class=3D"gmail_quote"><div dir=3D"lt=
r">On Fri, Jan 4, 2019 at 10:54 PM Sviatoslav Sydorenko &lt;<a href=3D"mail=
to:[email protected]" target=3D"_blank">[email protected]</a>&gt; wrote=
:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.=
8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"lt=
r"><div dir=3D"ltr"><div dir=3D"ltr">Hi Vahid,<div><br></div><div>I&#39;m n=
ot sure where are you stuck at? I have a feeling that you just don&#39;t kn=
ow how to integrate SA with CherryPy. Am I right? If so, here&#39;s some ap=
p example: <a href=3D"https://github.com/Lawouach/Twiseless/blob/master/lib=
/tool/db.py" target=3D"_blank">https://github.com/Lawouach/Twiseless/blob/m=
aster/lib/tool/db.py</a></div></div><img src=3D"https://t.sidekickopen76.co=
m/s1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dpzzVdDPRz2m64_PW3xgp7472T=
P1pf2mbxc201?si=3D5180645064310784&amp;pi=3Da221339a-f23e-4c6d-cf1e-59b050a=
ac5f5&amp;ti=3Dnull" style=3D"display: none;" width=3D"1" height=3D"1"></di=
v><br><div class=3D"gmail_quote"><div dir=3D"ltr">=D0=BF=D1=82, 4 =D1=81=D1=
=96=D1=87. 2019 =D0=BE 20:16 vahid peivandy &lt;<a href=3D"mailto:tarfand.v=
[email protected]" target=3D"_blank">[email protected]</a>&gt; =D0=BF=D0=
=B8=D1=88=D0=B5:<br></div><blockquote class=3D"gmail_quote" style=3D"margin=
:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"=
><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div style=3D"font-fami=
ly:&quot;comic sans ms&quot;,sans-serif">I want on the first-page show a si=
mple list page HTML that shows Patient order by id, name, family name <br><=
/div><div style=3D"font-family:&quot;comic sans ms&quot;,sans-serif">and wh=
en a user clicked to for example=C2=A0 Patient Alex goes to the second page=
 that includes lists of <span class=3D"gmail-m_-5442775813439719595gmail-m_=
-592099756018786620gmail-m_-5214852516684884640gmail-m_4207992493663676910g=
mail-m_-8185316781262791gmail-m_8371773478030908163gmail-tlid-translation g=
mail-m_-5442775813439719595gmail-m_-592099756018786620gmail-m_-521485251668=
4884640gmail-m_4207992493663676910gmail-m_-8185316781262791gmail-m_83717734=
78030908163gmail-translation"><span title=3D"" class=3D"gmail-m_-5442775813=
439719595gmail-m_-592099756018786620gmail-m_-5214852516684884640gmail-m_420=
7992493663676910gmail-m_-8185316781262791gmail-m_8371773478030908163gmail-"=
>Patient Referral order by id, date and when the user clicked to special da=
te go to the last page that shows pictures of for example hand, foot, etc o=
f Alex.</span></span> </div></div></div></div><br><div class=3D"gmail_quote=
"><div dir=3D"ltr">On Fri, Jan 4, 2019 at 10:27 PM Tim Roberts &lt;<a href=
=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>&gt; wrote:<=
br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8e=
x;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 =20
   =20
 =20
  <div bgcolor=3D"#FFFFFF">
    <div class=3D"gmail-m_-5442775813439719595gmail-m_-592099756018786620gm=
ail-m_-5214852516684884640gmail-m_4207992493663676910gmail-m_-8185316781262=
791gmail-m_8371773478030908163gmail-m_316193385299837982moz-cite-prefix">va=
hid peivandy wrote:<br>
    </div>
    <blockquote type=3D"cite">
     =20
      <div dir=3D"ltr">
        <div style=3D"font-family:&quot;comic sans ms&quot;,sans-serif"><br=
>
          I write db but now connect to the web server and this is my
          problem and need help <br>
        </div>
      </div>
    </blockquote>
    <p>Well, you take it one step at a time.=C2=A0 You will want to sketch
      out on paper what forms you will need.=C2=A0 What is the user story?=
=C2=A0
      What will they see first?=C2=A0 Is there a menu?=C2=A0 Is there a sea=
rch?=C2=A0
      Which tables do they need to see?=C2=A0 How does the flow go?=C2=A0 W=
here do
      the buttons go?<br>
    </p>
    <p>After that, you&#39;re going to want to sketch out some simple HTML
      forms, just so you can see how they look with data in them.=C2=A0 How
      can you present the fields in an attractive and useful way?</p>
    <p>After that, I usually do a couple of the pages as CGI scripts
      behind an Apache server somewhere, so I can check out the flow
      without having to worry about a web server.<br>
    </p>
    <p>Once you have that basic outline, then you can choose your web
      server and start doing more coding.=C2=A0 You can adapt the CGI pages
      you&#39;ve already done, and switch over to whatever template engine
      is provided.<br>
    </p>
    <pre class=3D"gmail-m_-5442775813439719595gmail-m_-592099756018786620gm=
ail-m_-5214852516684884640gmail-m_4207992493663676910gmail-m_-8185316781262=
791gmail-m_8371773478030908163gmail-m_316193385299837982moz-signature" cols=
=3D"72">--=20
Tim Roberts, <a class=3D"gmail-m_-5442775813439719595gmail-m_-5920997560187=
86620gmail-m_-5214852516684884640gmail-m_4207992493663676910gmail-m_-818531=
6781262791gmail-m_8371773478030908163gmail-m_316193385299837982moz-txt-link=
-abbreviated" href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
om</a>
Providenza &amp; Boekelheide, Inc.
</pre>
  </div>


<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail-m_-5442775813439719595gmail-m_-592099756018786620gmail-m_-5=
214852516684884640gmail-m_4207992493663676910gmail-m_-8185316781262791gmail=
_signature"><div dir=3D"ltr">Cheers,<div>Sviatoslav.</div></div></div></div=
>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail-m_-5442775813439719595gmail-m_-592099756018786620gmail-m_-5=
214852516684884640gmail_signature"><div dir=3D"ltr">Cheers,<div>Sviatoslav.=
</div></div></div></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]" targ=
et=3D"_blank">cherrypy-users+unsubscribe-/[email protected]</a>.<br>
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com" target=3D"_blank">cherrypy-users-/[email protected]</a>.<br>
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs" target=3D"_blank">https://groups.google.com/group/cherrypy-users</a>.<b=
r>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail-m_-5442775813439719595gmail_signature"><div dir=3D"ltr">Che=
ers,<div>Sviatoslav.</div></div></div></div>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail_signature"><div dir=3D"ltr">Cheers,<div>Sviatoslav.</div></=
div></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;cherrypy-users&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:cherrypy-users+unsubscribe-/[email protected]">cher=
rypy-users+unsubscribe-/[email protected]</a>.<br />
To post to this group, send email to <a href=3D"mailto:cherrypy-users@googl=
egroups.com">cherrypy-users-/[email protected]</a>.<br />
Visit this group at <a href=3D"https://groups.google.com/group/cherrypy-use=
rs">https://groups.google.com/group/cherrypy-users</a>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

--00000000000066dba9057ea8eab6--