Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Tipfy without google app engine GAE

Received: by 10.216.229.90 with SMTP id g68mr61773weq.8.1315488065133;
        Thu, 08 Sep 2011 06:21:05 -0700 (PDT)
X-BeenThere: tipfy@googlegroups.com
Received: by 10.227.28.223 with SMTP id n31ls11199542wbc.1.gmail; Thu, 08 Sep
 2011 06:21:04 -0700 (PDT)
Received: by 10.216.138.11 with SMTP id z11mr61621wei.10.1315488064098;
        Thu, 08 Sep 2011 06:21:04 -0700 (PDT)
Received: by 10.216.138.11 with SMTP id z11mr61620wei.10.1315488064081;
        Thu, 08 Sep 2011 06:21:04 -0700 (PDT)
Return-Path: <mauroasp...@gmail.com>
Received: from mail-wy0-f180.google.com (mail-wy0-f180.google.com [74.125.82.180])
        by gmr-mx.google.com with ESMTPS id t39si1896264wbm.0.2011.09.08.06.21.04
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 08 Sep 2011 06:21:04 -0700 (PDT)
Received-SPF: pass (google.com: domain of mauroasp...@gmail.com designates 74.125.82.180 as permitted sender) client-ip=74.125.82.180;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mauroasp...@gmail.com designates 74.125.82.180 as permitted sender) smtp.mail=mauroasp...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-wy0-f180.google.com with SMTP id 26so830925wyj.11
        for <tipfy@googlegroups.com>; Thu, 08 Sep 2011 06:21:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=from:mime-version:content-type:subject:date:in-reply-to:to
         :references:message-id:x-mailer;
        bh=iN9bHXZSLX4g520X7x9gQCd3Qcxn7GGMDdOIVmTLua0=;
        b=emMXt7TxcDk5DrdfpBHIhkyrN1Y4vwRY1gFR6N2elWvKohSxGad35u06WoI7Gh4RbW
         cSmuW67DQWg/KTPO05Mp8ufpNvl04HDLOSPz5gU6YZv3JvzIyAcQBfcSx7rus4WjnxSz
         U8VmXN52WI45e0rfcenwu04Ik2lCIMZ+46Fgo=
Received: by 10.227.200.21 with SMTP id eu21mr771309wbb.12.1315488063916;
        Thu, 08 Sep 2011 06:21:03 -0700 (PDT)
Return-Path: <mauroasp...@gmail.com>
Received: from [192.168.1.128] (128.186.23.95.dynamic.jazztel.es [95.23.186.128])
        by mx.google.com with ESMTPS id y28sm4205817wbn.17.2011.09.08.06.21.01
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 08 Sep 2011 06:21:02 -0700 (PDT)
From: Mauro Asprea <mauroasp...@gmail.com>
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: multipart/alternative; boundary=Apple-Mail-13-25927585
Subject: Re: [tipfy] Re: Tipfy without google app engine GAE
Date: Thu, 8 Sep 2011 15:21:00 +0200
In-Reply-To: <c25ed660-636f-4734-9cd2-04fb20529...@b10g2000vbz.googlegroups.com>
To: tipfy@googlegroups.com
References: <c8ec16d8-773d-4af9-972f-119e5ee8d...@g19g2000prf.googlegroups.com> <c25ed660-636f-4734-9cd2-04fb20529...@b10g2000vbz.googlegroups.com>
Message-Id: <AD0AC330-4719-49DE-B2AC-53D7D34EF...@gmail.com>
X-Mailer: Apple Mail (2.1084)


--Apple-Mail-13-25927585
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=iso-8859-1

I have tried my app using code.google.com/p/typhoonae/ (you should get =
the vmware image) and everything seemed to work :D

On Sep 8, 2011, at 12:56 PM, Rodrigo Moraes wrote:

> On Sep 7, 9:03 pm, Benny wrote:
>> Is it possible to run tipfy without google app engine, ie just on a
>> standard webhost with a python install?
>> Thanks,
>> B
>=20
> It is. You deploy it like other WSGI applications. We don't have docs
> for that but it is much like you'd setup web.py or other frameworks to
> work with Apache+modwsgi or whatever WSGI server+adapter combination
> you want to use.
>=20
> Tipfy is thread-safe etc, and App Engine-specific stuff is isolated so
> it won't cause import errors.
>=20
> Hope this helps.
>=20
> -- rodrigo
>=20
> --=20
> You received this message because you are subscribed to the Google =
Groups "tipfy" group.
> To post to this group, send email to tipfy@googlegroups.com.
> To unsubscribe from this group, send email to =
tipfy+unsubscribe@googlegroups.com.
> For more options, visit this group at =
http://groups.google.com/group/tipfy?hl=3Den.
>=20

Mauro Sebasti=E1n Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros =
sue=F1an cosas que nunca fueron y se preguntan por qu=E9 no?.=20
George Bernard Shaw




--Apple-Mail-13-25927585
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=iso-8859-1

<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I =
have tried my app using&nbsp;<a =
href=3D"http://code.google.com/p/typhoonae/">code.google.com/p/typhoonae/<=
/a> (you should get the vmware image) and everything seemed to work =
:D<div><br><div><div>On Sep 8, 2011, at 12:56 PM, Rodrigo Moraes =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div>On Sep 7, 9:03&nbsp;pm, Benny wrote:<br><blockquote =
type=3D"cite">Is it possible to run tipfy without google app engine, ie =
just on a<br></blockquote><blockquote type=3D"cite">standard webhost =
with a python install?<br></blockquote><blockquote =
type=3D"cite">Thanks,<br></blockquote><blockquote =
type=3D"cite">B<br></blockquote><br>It is. You deploy it like other WSGI =
applications. We don't have docs<br>for that but it is much like you'd =
setup web.py or other frameworks to<br>work with Apache+modwsgi or =
whatever WSGI server+adapter combination<br>you want to =
use.<br><br>Tipfy is thread-safe etc, and App Engine-specific stuff is =
isolated so<br>it won't cause import errors.<br><br>Hope this =
helps.<br><br>-- rodrigo<br><br>-- <br>You received this message because =
you are subscribed to the Google Groups "tipfy" group.<br>To post to =
this group, send email to <a =
href=3D"mailto:tipfy@googlegroups.com">tipfy@googlegroups.com</a>.<br>To =
unsubscribe from this group, send email to <a =
href=3D"mailto:tipfy+unsubscribe@googlegroups.com">tipfy+unsubscribe@googl=
egroups.com</a>.<br>For more options, visit this group at <a =
href=3D"http://groups.google.com/group/tipfy?hl=3Den">http://groups.google=
.com/group/tipfy?hl=3Den</a>.<br><br></div></blockquote></div><br><div>
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; =
color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; =
text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><span =
class=3D"Apple-style-span" style=3D"font-family: arial; font-size: =
small; ">Mauro Sebasti=E1n Asprea<br><br>E-Mail:&nbsp;<a =
href=3D"mailto:mauroasp...@gmail.com" =
target=3D"_blank">mauroasp...@gmail.com</a><br>Mobile: +34 =
654297582<br>Skype: mauro.asprea<br><br>Algunos hombres ven las cosas =
como son y se preguntan porque. Otros sue=F1an cosas que nunca fueron y =
se preguntan por qu=E9 no?.&nbsp;<br>George Bernard =
Shaw</span></div><div><br></div></span><br =
class=3D"Apple-interchange-newline">
</div>
<br></div></body></html>=

--Apple-Mail-13-25927585--