Re: [web2py] Powered by web2py

2010-10-12 Thread Álvaro Justen [Turicas]
e/ > http://web2py-crm.appspot.com/ > http://www.site51.net/wiki/default/page/DiyWeb2py > http://www.seccion36.org.mx/ > http://web2py.appspot.com/t3/default/wiki/main > http://web2py.appspot.com/survey/survey/index > > No caso da última lista, este sites mostram praticamente a mesma > configuração visual default do web2py, com poucas alterações. > > Ainda estou aguardando que seja completado o número mínimo para poder > participar do seu curso avançado de web2py. > > Por enquanto e "hasta la vista", > > René Guerrero Contreras > > -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Script to generate schema (models) from mysql

2010-10-03 Thread Álvaro Justen [Turicas]
nd mysql, it can > worth the value. Please post news about this. :-) -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Re: language

2010-07-12 Thread Álvaro Justen
what other software do on this cases - Ubuntu, for example, uses PO files to translates almost all software on Launchpad - how they solve these problems (do they solve?)? -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Re: language

2010-07-12 Thread Álvaro Justen
er email some time ago, like: T('canto', context='my room') #translating from pt-BR to English should be 'corner' T('canto', context='music') #translating from pt-BR to English should be 'sing' -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Re: language

2010-07-12 Thread Álvaro Justen
me cases when I need to translate only one word or expression and >> >> I have the same word/expression with other meaning, I use spaces to >> >> get this working. >> >> > Perhaps should we provide a better mechanism for this. >> >> Yes. -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] language

2010-07-12 Thread Álvaro Justen
l cases strings must not be stripped). In some cases when I need to translate only one word or expression and I have the same word/expression with other meaning, I use spaces to get this working. -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-10 Thread Álvaro Justen
I like so much the name cube9! PLEASE don't put it 'cu29' because 'cu' in Portuguese is...well, not a good word. :-) -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

Re: [web2py] Re: markmin

2010-07-07 Thread Álvaro Justen
for >> that web2py install and manage it as well.  All from the admin pages.) >> --Jason >> >> >> >> On Tue, 2010-07-06 at 23:34 -0300, Álvaro Justen wrote: >> > Another thoughts: *why* do we need another markup language? Markdown >> > is not enough?

Re: [web2py] markmin

2010-07-06 Thread Álvaro Justen
Another thoughts: *why* do we need another markup language? Markdown is not enough? It is so boring to learn a lot of languages (rest, markdown, markmin...). On Tue, Jul 6, 2010 at 23:32, Álvaro Justen wrote: > On Mon, Jul 5, 2010 at 19:42, mdipierro wrote: >> http://www.web2py.com

Re: [web2py] markmin

2010-07-06 Thread Álvaro Justen
rate the template system with markmin. For example: create a applications/myapp/views/default/somepage.markmin if somepage.html does not exist, web2py should use markmin to generate HTML instead. We have tests! Great! \o/ :-) -- Álvaro Justen - @turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] do you use web2py for teaching?

2010-06-28 Thread Álvaro Justen
.br/2010/06/curso-de-python-e-web2py-no-rio-de.html (in Portuguese). -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: language files can not edit directly

2010-06-27 Thread Álvaro Justen
x27;some_string ') (with spaces). Probably the space in the second string will not affect you if you put it on HTML - so you have 2 strings and can translate it the way you want. [1] http://docs.python.org/library/gettext.html -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] change the encoding

2010-06-25 Thread Álvaro Justen
ou need to change the app admin to return and get latin1 to/from the user (you need to change META tags on HTML and probably one HTTP header). I don't know if internal web2py code is prepared to support other encoding than utf-8. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] a problem with routes.py

2010-06-25 Thread Álvaro Justen
AJAX functions are calling (use print and you'll get it on the shell, for example) to investigate. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Funny ordering situation...

2010-06-22 Thread Álvaro Justen
On Tue, Jun 22, 2010 at 13:06, mdipierro wrote: > Sorry, not ... +... but ...| > > On Jun 22, 3:38 am, "Jason (spot) Brower" wrote: >> unsupported operand types for + "Rows" and "Rows" Maybe a good idea to add support to + and - operators on c

Re: [web2py] Re: Fresh install on vps.net, forbidden on admin/default/index

2010-06-22 Thread Álvaro Justen
ing, but in pause state (using the command "bg" will put the paused process in background and resume, using the command "fg" will get the process on foreground again). To kill, use Ctrl+c. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Fresh install on vps.net, forbidden on admin/default/index

2010-06-22 Thread Álvaro Justen
gt; this will work. But a solution to this would be much appreciated. We need more information on this. Is there some file created on applications/admin/errors when you try to upload the new app? -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: calling secured function from cron

2010-06-21 Thread Álvaro Justen
On Mon, Jun 21, 2010 at 13:30, mdipierro wrote: > try > > @auth.requires(request.client==None or > auth.has_membership('managers')) I think the best way to do it is to fake an authentication in the cron script, isn't it? -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Fresh install on vps.net, forbidden on admin/default/index

2010-06-21 Thread Álvaro Justen
bout the script you've used, but maybe you are running web2py with a user (let's say, www-data?) that doesn't have write access to the applications' path. You can change this executing: chown -R user_that_run_web2py /path/to/web2py and then restarting Apache. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Native Web2Py/CherryPy Server. It is so bad?

2010-06-21 Thread Álvaro Justen
. I don't know about Rocket, but if you want to run web2py with CherryPy, maybe you can ask in CherryPy's mail list or search in its site[2] about use on production. [1] http://varnish-cache.org/ [2] http://www.cherrypy.org/ -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] bzr cleanup

2010-06-09 Thread Álvaro Justen
On Wed, Jun 9, 2010 at 17:36, mdipierro wrote: > Fran proposed cleaning up the bzr branch since it is getting slow. the > easiest way to do it is bu deleting all previous revisions and their > history. Any strong objection? I think we should maintain only mercurial. -- Álvaro Justen

Re: [web2py] Minimal Install on Embedded Arm System

2010-06-09 Thread Álvaro Justen
e to be? > > Is their a list of Python Modules that need to be installed? I've used web2py in my Nokia N800 (ARM-based tablet witch runs Maemo - a Debian-based distro) and it worked out of the box. If you want to save space, delete the applications admin, welcome and examples. -- Álv

Re: [web2py] Re: "Last Saved On" field displays "communication error" using HTTPS on Apache2, OpenSSL 0.98k, mod_wsgi, python 2.6.5

2010-06-07 Thread Álvaro Justen
On Mon, Jun 7, 2010 at 15:10, Salvor Hardin wrote: >  * I ran using: >   sudo -u www-data python web2py -p You are running web2py with user www-data. Please check if this user have *all permissions* in the whole web2py directory. To be fast: chown -R www-data /path/to/web2py/ --

Re: [web2py] html5 test

2010-06-07 Thread Álvaro Justen
On Mon, Jun 7, 2010 at 04:10, Iceberg wrote: > Just for your information: > http://html5test.com/ > > I tried these on Windows XP: > Chrome5: 142 out of 160 > IE8: 19 out of 160 > Firefox3: 31 out of 160 Firefox 3.6.3 on Ubuntu 10.04: 101 / 160 -- Álvaro J

Re: [web2py] Re: parsehtml

2010-06-06 Thread Álvaro Justen
This project: http://github.com/gabrielfalcao/dominic#readme was created by a Brazilian. Maybe it can helps with web2py HTMLParser. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Cherokee-fastcgi server (error log)

2010-06-04 Thread Álvaro Justen
On Fri, Jun 4, 2010 at 20:16, mdipierro wrote: > This happens when users drop connections (like close the broser or tab > duing a slow download). > > There is not much that we can do. The web server logs it. Probably > web2py logs it too. Maybe adding an "except socket.error&

Re: [web2py] LIKE is slow on RDBS; true for GAE also?

2010-06-03 Thread Álvaro Justen
On Fri, Jun 4, 2010 at 02:36, Vasile Ermicioi wrote: > I think GAE doesn't support like Ouch, I forgot this. Excuse me for that. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] LIKE is slow on RDBS; true for GAE also?

2010-06-03 Thread Álvaro Justen
u try: rows = db(db.buyer.name.like('C%')).select() ? -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Upload Issue --- Very Wierd --- Maybe a bug!

2010-06-03 Thread Álvaro Justen
nImageUrl: "", >                helper: $("#tooltip"), >                ... >            }" > is affecting the form key variables that is send to the server ??? I'm > really surprise by this since it shouldn't related... What HandlerFile() does? Did you check with Firebug (or other tool) what is done (if it changes the form name, input names/classes/ids etc.) when you execute this function? A little tip: remote this code from your code and then execute only this line on Firebug's console when the page is loaded, so you can "see" what happens. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: small modification in the welcome application

2010-06-02 Thread Álvaro Justen
t Messages > messages = Messages(T) > > and developers can set/check message from there I think it is something special to you. Even with many developers on one project we use T('string') in all messages and it work... -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Planet web2py

2010-05-27 Thread Álvaro Justen
m/r/alvarojusten-planet-web2py But I really don't know how to 'pull request' on google code. I really really like more BitBucket/GitHub for these things - please, let's be more social! -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Planet web2py

2010-05-26 Thread Álvaro Justen
ating a public repository on BitBucket.org or GitHub.org? So we can collaborate with you sending patches, tracking issues etc. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: in trunk - scraping utils

2010-05-25 Thread Álvaro Justen
On Tue, May 25, 2010 at 12:11, mdipierro wrote: > Here is a one liner to remove all tags from a some html text: > >>>> html = 'helloworld' >>>> print TAG(html).flatten() > helloworld Very good! -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] help with auth.requires_login()

2010-05-24 Thread Álvaro Justen
e feature to requires_membership and > requires_permissions. What about using the Google Code issue system? Really, I like BitBucket's more. :-) -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Production releases

2010-05-23 Thread Álvaro Justen
I also use web2py for production but don't update the version with high frequency. I think we need tests but AUTOMATED tests, not monkey-tests. So we don't need people testing nightly builds - we need people to create automated tests. -- Álvaro Justen - Turicas http://blog.justen.e

Re: [web2py] monetize web2py anybody?

2010-05-23 Thread Álvaro Justen
an offer (a single image, consistency, > reliability). > > Not sure if there should be an admission criteria. I could use your > feedback about this. > > Comments? Thought? You do not have to commit to anything now but who > is interested? I'm very interested on this. What

Re: [web2py] Who use a VCS - Give examples

2010-05-17 Thread Álvaro Justen
tter on Portuguese on the web2py-users-brazil list. :) > -- > Atenciosamente > > -- > ===== > Alexandre Andrade > Hipercenter.com -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] large sites/application.

2010-05-13 Thread Álvaro Justen
confused when to make apps. I'll be making a pretty decent size >>> website and it has over 30 tables. The site will have different >>> functionalities and for the most part i have only seen code for apps >>> that do two or one thing. >>> >>> So do i make multiple apps. If so how do i know when to make a new >>> one. If not is there a proper way to build large applications. >>> >>> Thank you. >> >> >> >> >> > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] web2pyslices source code

2010-05-13 Thread Álvaro Justen
On Thu, May 13, 2010 at 12:50, mr.freeze wrote: > This has been updated for anyone interested: > http://www.web2pyslices.com/main/static/share/web2py.app.web2pyslices.w2p Very good, thanks! -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] hello

2010-05-12 Thread Álvaro Justen
you want and configure Apache to direct this to web2py or PHP. > any help would be very helpful for me! -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] web2py - shared host issue

2010-05-12 Thread Álvaro Justen
;, nothing else. Not > even if I change "PythonDebug On" on .htaccess. > > Can anybody help me out? > > Thank you in advance. > > My host is http://mochahost.com/webhosting.php > Linux / Apache 2 > Python 2.5 > mod_python Hi Mauricio, I've answered yout question in web2py-users-brazil mail list. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] please check the latest builds

2010-05-11 Thread Álvaro Justen
On Tue, May 11, 2010 at 22:29, mdipierro wrote: > http://web2py.com/examples/static/nightly/web2py_src.zip > http://web2py.com/examples/static/nightly/web2py_win.zip > http://web2py.com/examples/static/nightly/web2py_osx.zip Check for... ? -- Álvaro Justen - Turicas http://blog.just

Re: [web2py] Re: ORM-like DAL

2010-05-11 Thread Álvaro Justen
y help would be appreciated. vihang, why do you want an ORM? :) >> Thanks >> Vihang -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: Calculation error

2010-05-10 Thread Álvaro Justen
yee,orders=orders,form=form) >> >> thanks >> >> On May 8, 10:54 pm, mdipierro wrote: >> >> > Can you show us the model and the action that triggers this? >> >> > On May 8, 9:49 pm, greenpoise wrote: >> >> > > Can someone help me. I am trying to do a simple calculation of fields. >> > > Fields are defined as decimal in db.py and here is the calculation: >> >> > >     db.order.tipgranted.compute=lambda r: r['totalsale']*r['tipvalue'] >> >> > > error: TypeError: can't multiply sequence by non-int of type 'float' >> >> > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

[web2py] Top 3 web2py features

2010-05-06 Thread Álvaro Justen [Turicas]
tures, the features you really like or use so much in web2py. So, please, each of you, prioritize your list and show me the top 3 features you like. Thanks, -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] help with pam

2010-04-30 Thread Álvaro Justen
n do execute "sudo passwd" and change (create) the root password, but the default is to root don't have a password. So I think the default could be admin password = password of the user that is running web2py (if the user is root and the developer used sudo python web2py.py in Ubuntu, so we have a problem). -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Unique Fields

2010-04-28 Thread Álvaro Justen [Turicas]
ortuguês, então entre na lista web2py-users-brazil e participe da comunidade brasileira e faça suas perguntas lá. :-) http://groups.google.com/group/web2py-users-brazil > Atenciosamente, > > Elcimar Leandro - > http://twitter.com/simakwm > http://elcimar.blogspot.com > Portal Net Fácil  - http://www.nfacil.com.br > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: job

2010-04-26 Thread Álvaro Justen [Turicas]
point them out that the web2py GPL license does >> > not extend to apps. So what is developed can be released open source >> > but does not have to. >> >> > Massimo >> >> > -- >> > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Re: http://www.web2py.com doesnt load

2010-04-21 Thread Álvaro Justen [Turicas]
gt;> On Apr 20, 10:27 am, Thadeus Burgess wrote: >> >> > You mean, I will finally have a way to run stable versions of web2py >> > but easily update them !? w00t! >> >> > -- >> > Thadeus >> >> > On Tue, Apr 20, 2010 at 12:26 AM

Re: [web2py] Re: http://www.web2py.com doesnt load

2010-04-20 Thread Álvaro Justen [Turicas]
ings:http://groups.google.com/group/web2py/subscribe?hl=en > Why using the "R-" if we'll use RELEASE? I think that just "a.bc.d" (+ RELEASE) is fine. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] IE6 problems

2010-04-19 Thread Álvaro Justen [Turicas]
On Mon, Apr 19, 2010 at 20:15, mdipierro wrote: > User yanni has reported this problem with IE6 > http://i.imgur.com/ivWKA.jpg > I do not have a windows machine but if anybody can suggest a css fix I > will be happy to include it. http://www.dieie6.com/ -- Álvaro Justen - T

Re: [web2py] googling web2py

2010-03-27 Thread Álvaro Justen [Turicas]
m this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscribed t

Re: [web2py] web2py production deployment on vps.net (VIDEO)

2010-03-24 Thread Álvaro Justen [Turicas]
eb2py >   WSGIScriptAlias / /home/www-data/web2py/wsgihandler.py > >    () > > > I want to try it with cherokee too, my "native" webserver :) > > > > > On Wed, Mar 24, 2010 at 8:20 PM, Albert Abril > wrote: >> >> Purchas

Re: [web2py] web2py production deployment on vps.net (VIDEO)

2010-03-23 Thread Álvaro Justen [Turicas]
t; For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this grou

Re: [web2py] Fwd: Coding Sprint Description

2010-03-16 Thread Álvaro Justen [Turicas]
nsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscri

Re: [web2py] Re: no more cherrypy wsgiserver

2010-03-11 Thread Álvaro Justen [Turicas]
; and goals that I planned to reach.  Upon finishing all of those >>>>> features >>>>> and goal, there would be a 1.0 release.  Since starting at least three >>>>> of these goals have fallen by the wayside due to their improbability or >>>>> l

[web2py] Wiki was down

2010-03-11 Thread Álvaro Justen [Turicas]
re is some error, please let me know. Thanks, -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubs

Re: [web2py] Re: meeting tonight

2010-03-10 Thread Álvaro Justen [Turicas]
;    # you can use any local variable you want here private of _ >> >>    ... >> >>    # define plugin tables >> >>    plugin.db.define_table() >> >>    return >> >> # instantiate the plugin by passing the config parameteres >> &g

Re: [web2py] Re: meeting tonight

2010-03-10 Thread Álvaro Justen [Turicas]
oup. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Álvaro Justen - Turicas h

Re: [web2py] Re: "Web of trust" authentication

2010-03-07 Thread Álvaro Justen [Turicas]
nsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141 -- You received this message because you are subscribed to the Google Groups "web2py-us

Re: [web2py] did you know?

2010-03-04 Thread Álvaro Justen [Turicas]
eb...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Álvaro Justen - Turicas http://blog.justen.eng.br/ 21 9898-0141

Re: [web2py] Routes.py - Remove Application prefix

2010-03-01 Thread Álvaro Justen [Turicas]
27;/init/$c/$f'), ) routes_out = ( ('/init/$c/$f', '/$c/$f'), ) [1] http://web2py.com/AlterEgo/default/show/67 > Neither worked.  This is straight from the book: > http://web2py.com/book/default/section/4/15 > > -- > You received this message

Re: [web2py] Re: cron warning...

2010-03-01 Thread Álvaro Justen [Turicas]
think this problem can be fixed by using file locks instead of the >> > current cron.py locking mechanisms. I am close to a solution and will >> > post it tomorrow. >> >> > Massimo > > -- > You received this message because you are subscribed to

Re: [web2py] Re: Is the web2py site down?

2010-02-28 Thread Álvaro Justen [Turicas]
t; > Nakul > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroup

Re: [web2py] Re: web2py on EC2

2010-02-28 Thread Álvaro Justen [Turicas]
m this group, send email to >> web2py+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/web2py?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "

Re: [web2py] Re: what distinguishes update form from create form

2010-02-23 Thread Álvaro Justen [Turicas]
up. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Álvaro Justen - Turicas http://blog.just

Re: [web2py] Re: web2py site problem ?!

2010-02-12 Thread Álvaro Justen [Turicas]
equests that usual. >> > >>>>> I am trying move the server to amazon. >> >> > >>>>> Can you reach web2py.com? >> >> > >>>>> Massimo >> >> > > -- > You received this message because you are subscr

Re: [web2py] Re: wsgi and sys.stdout

2010-02-11 Thread Álvaro Justen [Turicas]
On Thu, Feb 11, 2010 at 16:29, mdipierro wrote: > Please, go back to the beginning of the thread. ;-) I didn't understand. What if you can't change Apache configuration to enable stdout? > On Feb 11, 12:25 pm, Álvaro Justen [Turicas] > wrote: >> On Thu, Feb 11, 2010 a

Re: [web2py] Re: How to deploy my first app

2010-02-11 Thread Álvaro Justen [Turicas]
d to the Google Groups > "web2py-users" group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/

Re: [web2py] Re: wsgi and sys.stdout

2010-02-11 Thread Álvaro Justen [Turicas]
standard-output... >> >> > > > What about this solution that would also address the issue on GAE? >> >> > > > class Logger: >> > > >     def write(self,data): >> > > >          logging.info(data) >> > > > sys.stdout

Re: [web2py] change of behavior in crud and auth

2010-01-13 Thread Álvaro Justen [Turicas]
post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. -- Álvaro Justen Peta5 - Nós fazemos TV digital htt

Re: [web2py:37875] How to locale web2py date calendar widget

2009-12-26 Thread Álvaro Justen [Turicas]
handle these requests in a "dynamic" webserver. > -Thadeus > > > > > > On Sat, Dec 26, 2009 at 5:26 PM, Alexandre Andrade > wrote: >> I will have to look to jquery code of widget to judge the best strategy, but >> I think  is a good alternative, specially beca

Re: [web2py:37860] How to locale web2py date calendar widget

2009-12-26 Thread Álvaro Justen [Turicas]
cribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > -- Álvaro Justen Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 -- You

Re: [web2py:37858] Re: Happy Holidays

2009-12-26 Thread Álvaro Justen [Turicas]
or more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Álvaro Justen Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 -- You received this message because you are subscribed to the Google Groups &quo

Re: [web2py:37421] Re: Switch from http to https within app

2009-12-16 Thread Álvaro Justen [Turicas]
up, send email to web...@googlegroups.com. >> >> To unsubscribe from this group, send email to >> >> web2py+unsubscr...@googlegroups.com. >> >> For more options, visit this group >> >> athttp://groups.google.com/group/web2py?hl=en. >> >> > > -- &g

Re: [web2py:36898] what is the web2py perspective on decoupling code from the framework?

2009-12-09 Thread Álvaro Justen
t; group. > To post to this group, send email to web...@googlegroups.com. > To unsubscribe from this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Álvaro Justen Peta5

Re: [web2py:36564] google code svn > mercurial (done!?)

2009-12-05 Thread Álvaro Justen [Turicas]
+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Álvaro Justen Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 -- You received this message because you are su

Re: [web2py:36426] about distribution

2009-12-03 Thread Álvaro Justen [Turicas]
rom this group, send email to > web2py+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- Álvaro Justen Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 -- You re

[web2py:35349] Re: new in trunk, for fun

2009-11-14 Thread Álvaro Justen [Turicas]
net/~mdipierro/web2py/devel/annotate/head%3A/gluon/contrib/populate.py Great work, Massimo! It'll be very useful. -- Álvaro Justen Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 --~--~-~--~~~---~--~~ You received this me

[web2py:35180] Re: web2py CRM (version 0.1)

2009-11-12 Thread Álvaro Justen [Turicas]
lans to web2py-crm? And about a new/more atractive name? ;-) > Massimo > > > -- Álvaro Justen Diretor de Desenvolvimento Peta5 - Nós fazemos TV digital http://www.peta5.com.br/ 21. 3021-6001 / 9898-0141 --~--~-~--~~~---~--~~ You received this mes

[web2py:34828] Re: web2py 1.71.1 is OUT

2009-11-07 Thread Álvaro Justen [Turicas]
ort render >    print render(content="{{=x}}", context=dict(x='hello world')) The last two features are very good! In some way, it turns web2py more modular and we can get more people using web2py or parts of it. Congratulations! > Please report any bug. > &

[web2py:34478] Re: web2py uglyness

2009-11-03 Thread Álvaro Justen [Turicas]
_plt = __import__('matplotlib.pyplot', fromlist='pyplot') In [4]: my_new_plt Out[4]: >   d = local_import('a.b.c', force=True) > > This opens the door to better plugins implemented (partially) as > modules. > >

[web2py:34012] Re: plugin system again

2009-10-28 Thread Álvaro Justen [Turicas]
tems?). We make a software that mantain backward compability so we need to think more about decisions because it can be very ugly in future. -- Álvaro Justen Peta5 - Nós fazemos TV Digital! 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~-~--~~~---~--

[web2py:33728] Re: new site using web2py

2009-10-26 Thread Álvaro Justen [Turicas]
ter obviously is CMS - > but from what I hear the web2py CMS story might be improving soon. We > also tried Django but we prefer web2py :) Great work! Are you using free apps? The blog, for example - did you code it? If yes, will you release it as free software? > > > -- Álvar

[web2py:33727] Re: backward compatibility

2009-10-26 Thread Álvaro Justen [Turicas]
L and SQLField=Field. We encourage >> you to use the new syntax DAL and Field, instead of the old syntax." >> >> I think would be interesting display warnings in some log file about >> the deprecated methods used in some app. What do you th

[web2py:33292] Re: web2py 1.68.1 is OUT

2009-10-21 Thread Álvaro Justen [Turicas]
loads allow for progress bars (thanks AndCycle) >> > > ingres support (thanks Chris) >> > > legacy database support for db2, mssql with non-int primary keys >> > > (thanks Denes) >> > > default setting of content-type (this may cause strange behavior in >

[web2py:33291] Re: Multilingual version of the Web2py wiki v 01.

2009-10-21 Thread Álvaro Justen [Turicas]
oject at the moment). I am more than >> willing to give it a go if anyone has any suggestions. >> >> New to Web2py and Python, but so far I am really enjoying it. >> >> Great app! >> >> Cheers, >> >> Christopher Steel > > > -- > Chris

[web2py:33147] Re: please check trunk, dynamic routes

2009-10-19 Thread Álvaro Justen [Turicas]
features are not > broken. If you do, report any error/success. This was a major code > rewrite so I may have broken something. Very good! I liked your approach more than mine. I'll check it later. -- Álvaro Justen Peta5 - Telecomunicações e

[web2py:33085] Re: Rails vs Web2py at Athens Digital Week

2009-10-17 Thread Álvaro Justen [Turicas]
congratulations! Will the "source" of this presentation be available for download? Thanks, -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~-~--~~~---~--~~ You received this message be

[web2py:32779] Re: please check trunks

2009-10-12 Thread Álvaro Justen [Turicas]
On Mon, Oct 12, 2009 at 21:00, mdipierro wrote: > I am planning to leave the code in there with a docstring that says > "experimental". > The current plugin API is not definitive and we will not guarantee > backward compatibility for that. It's ok for me. :-)

[web2py:32778] Re: hg and google

2009-10-12 Thread Álvaro Justen [Turicas]
or free software projects. I don't see it so good in Google Code. -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[web2py:32774] Re: please check trunks

2009-10-12 Thread Álvaro Justen [Turicas]
new "plugin system" too, but I think it should not be release next week since we are studying more about. > Massimo > > > > > -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~-~--~~

[web2py:32771] Re: hg and google

2009-10-12 Thread Álvaro Justen [Turicas]
BitBucket instead of Google Code. -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users"

[web2py:32591] Re: suggestions for wiki site

2009-10-09 Thread Álvaro Justen [Turicas]
On Fri, Oct 9, 2009 at 16:20, Wes James wrote: > Use new web2py logo for the wiki instead of the balloon with the check mark. > > Change "a collaboration tool for web2py community" to "a collaboration > tool for the web2py community" on the front. Th

[web2py:32590] Re: web2py wiki

2009-10-09 Thread Álvaro Justen [Turicas]
On Fri, Oct 9, 2009 at 20:01, Richard wrote: > uploaded to GAE here: http://web2py-wiki.appspot.com/wiki > The first page I accessed threw an error but worked on a refresh. Hi Richard, thinks for that. > How do I create a developer user, apart from using appadmin? This app doesn&

[web2py:32520] Re: web2py wiki

2009-10-08 Thread Álvaro Justen [Turicas]
request for > this address in a way that will never complete." It should be a bug of permission system - I'll see this later. Thanks. > > Richard > > > > On Oct 8, 12:57 pm, Álvaro Justen [Turicas] > wrote: >> On Wed, Oct 7, 2009 at 22:15, John Heen

[web2py:32516] Re: submenus and IE

2009-10-08 Thread Álvaro Justen [Turicas]
On Thu, Oct 8, 2009 at 15:22, drayco wrote: > > With two machines with Windos Vista and IE6 It didn't work. http://iedeathmarch.org/ -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.p

[web2py:32496] Re: controller "images"

2009-10-08 Thread Álvaro Justen [Turicas]
e redirected in all requests. 3- Change JS code to point to "/yourapp/static/images/" instead of "images/" I prefer 3rd option. :-) [1] http://www.nicedit.com/ -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~---

[web2py:32445] Re: web2py wiki

2009-10-07 Thread Álvaro Justen [Turicas]
On Wed, Oct 7, 2009 at 22:15, John Heenan wrote: > > On Oct 8, 1:15 am, Álvaro Justen [Turicas] > wrote: >> Please use:http://wiki.web2py.com/ >> (instead ofhttp://www.web2py.com/wiki- it actually will redirect to >> former URL) >> >  Great work. > >

[web2py:32443] Re: [New] web2py wiki

2009-10-07 Thread Álvaro Justen [Turicas]
Sphinx sandbox on his box we could even > use web2py to edit the Sphinx doc and the docstrings online. > like the numpy community. Do you have interest on implementing this feature? It is free software! :-) We could work together on this. [1] http://www.dokuwiki.org/dokuwiki -- Álvaro Justen Pe

  1   2   3   4   >