Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread António Ramos
Thank you You say it can start and stop the server ... how ? 2015-05-06 6:52 GMT+01:00 Gergely Orosz : > Hi Ramos, > > You should add a web2py application folder to a Sublime Text prokeject > 1. Open Sublime go to the Project menu > 2. Choose Add folder to project option > 3. Browse your web2py a

[web2py] Re: Linking directly to an uploaded image

2015-05-06 Thread Annet
In one of my application I store uploaded images in separte folders in table definitionl: Field('imageFilename', length=128, writable=False, readable=False), Field('image', type='upload', requires=[IS_IMAGE(extensions=('gif', 'jpg', 'jpeg', 'png'), maxsize=(240, 100), error_message='maxWidth is

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread Gergely Orosz
Once you installed the plugin restart Sublime Text After that you can use the command palette to check the available commands All prefixed all web2py related command with W2P if you press CTRL+SHIFT+P and start type W2P you will see all the available commands 2015. május 6., szerda 10:44:20 UTC+

Re: [web2py] Re: How to add a trailing slash in URL?

2015-05-06 Thread Francisco Costa
Tx Willoughby, I've accompished that with ​​ rewrite ^([^.]*[^/])$ $1/ permanent; but I don't think is a good solution for a SEO standpoint because the code will then have URLs without the trailling slash and every click will be redirected to the URL with the slash

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread António Ramos
I have seen the light Keep working on it. Its very good... 2015-05-06 10:06 GMT+01:00 Gergely Orosz : > Once you installed the plugin restart Sublime Text > After that you can use the command palette to check the available commands > All prefixed all web2py related command with W2P > if you

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread António Ramos
>From the controller i can open the view >From the view i should open the controller , not the view again... thank u 2015-05-06 11:22 GMT+01:00 António Ramos : > I have seen the light > > Keep working on it. Its very good... > > 2015-05-06 10:06 GMT+01:00 Gergely Orosz : > >> Once you insta

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread António Ramos
On more question. i installed sublime repl but how do i get the web2py interactive console ? thank u 2015-05-06 11:25 GMT+01:00 António Ramos : > From the controller i can open the view > > From the view i should open the controller , not the view again... > > thank u > > 2015-05-06 11:22 GMT+01

[web2py] Keeping track of connected users (websocket_messaging.py)

2015-05-06 Thread Samuel Sowah
Hello, Please if I'd like to keep track of users who are connected to a particular group, for example $(document).ready(function(){ var data; $.web2py.web2py_websocket('ws://official-notebook.com:/realtime/mygroup',function(e){data=eval('('+e.data+')')});

Re: [web2py] Re: Singletons Save Memory and Time

2015-05-06 Thread Michele Comitini
if instantiating the object takes time Joe's approach is absolutely correct IMHO. One must avoid caching per-thread or per-process data in the singleton unless explicitly managed with proper locking/message passing. So to speed up more one can use cache.ram or cache.disk or memcache or redis ...

[web2py] Re: Brainstorming

2015-05-06 Thread Ramos
There is a new kid on the block Reactjs Any experiment with it and web2py ? Seems a lot less complex than angularjs Regards Em quinta-feira, 3 de julho de 2014 09:46:06 UTC+1, Mirek Zvolský escreveu: > > Here is a project which lists and compares a little javascript frameworks: > todomvc.com >

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread Gergely Orosz
You should use command palette again Search for SublimeREPL: Web2py {your application name} It should start interactive console for your web2py application 2015. május 6., szerda 12:34:17 UTC+2 időpontban Ramos a következőt írta: > > On more question. > i installed sublime repl but how do i get th

[web2py] cache.redis server unavailable = traceback. Bug?

2015-05-06 Thread Jose C
Greetings, I have always assumed that if cache is unavailable, then the fallback is to serve the content from original source again (i.e. treat as if key does not exist). I was surprised today when I got a ConnectionError tracebacks when the redis server was not online. Checking the source it

[web2py] MongoDB

2015-05-06 Thread José Ricardo Borba
I'm very busy in these days, but I tried to start a new "installation" from the ground (to test the TIME issue with Mongodb in pydal #170), but even without this correction (i.e, with plain web2py clone from github) I receive the below error message. I'm simply copy the application folder to the n

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread António Ramos
Dont see it on my windows 7 I have sublime 3 2015-05-06 13:09 GMT+01:00 Gergely Orosz : > You should use command palette again > Search for SublimeREPL: Web2py {your application name} > It should start interactive console for your web2py application > > 2015. május 6., szerda 12:34:17 UTC+2 i

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-05-06 Thread Hilton Shumway
The pydal in my web2py download today (2.10.4) has the changes from https://github.com/web2py/pydal/pull/137*, *yet I still have the same issue. Should I open a separate bug? On Tuesday, April 28, 2015 at 1:39:35 PM UTC-6, Jim S wrote: > > My problem turned out to be that I didn't have the lates

[web2py] how to send a string asynchronously from controller to view?

2015-05-06 Thread Chandra Shekhar
Hello everyone! I am a beginner in web2py framework ,working with irc client to monitor wikpedia live changes to reflect on my webapp.I am using twisted for networking part and web2py for UI part.As soon as i am getting message from wiki-irc server of a particular channel,i want to send it to m

[web2py] how do i get a web2py application from git and and install so i can run it

2015-05-06 Thread jayvandal33
i find an application, cpftlhw-master in zip format. i want to put it in my web2py cpftlhw-master so i an run it in web2py. What steps do i do? Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goog

[web2py] trap form

2015-05-06 Thread Alessio Varalta
Hi,I have a form with type button i will when i click on the button call a function that return a render.response view and insert this view in the code without reload a new page -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Issues with PythonAnywhere - /proc/meminfo

2015-05-06 Thread Lovecannon
Hello I'm having some issues with web2py and PythonAnywhere. It seems as though the RAM cache function is giving me issues saying that /proc/meminfo cannot be opened. Anyone know of any fixes or workarounds related to this? It triggers randomly and cleaning the application through the admin int

Re: [web2py] Re: scheduler_run table remains empty

2015-05-06 Thread Christophe Meessen
Thank you very much. My question was not clearly formulated. The task I run for my tests is very quick (appending a time stamp to a file) so I couldn't see the record in the scheduler_run table during this short period because the record is deleted when the task terminates. I was looking for

[web2py] Show tables

2015-05-06 Thread KevC
Hi community! I want to crate a sub consulting and show it a user, Can I use a SQLFORM grid or is there other way? I wanna show two tables and the users must to have permissions like create, edit, delete, etc. His own records. This two tables that I want to show, It is a many to many relation,

[web2py] web2py 2.10.4 and static / fonts

2015-05-06 Thread Александр Остыловский
Hello! In web2py 2.10.4, a new catalog of static / fonts It has Ouverture script.ttf I tried this: @font-face{ font-family: "Ouverture script"; src: url("{{=URL('static','fonts/Ouverture script.ttf')}}"); } .p1 { margin: 200px; font-family: "Ouverture

[web2py] IS_IN_DB() multiple tables

2015-05-06 Thread kecajkecaj123
Hi All, I have very basic dtabasae where in one table i have IPs which are used in second table: db.define_table('ipaddress', Field('ip', unique=True, length=200,requires=IS_NOT_EMPTY()), Field('subnet', length=200, requires=IS_NOT_EMPTY() ), Field('status', length=200, default="Free",

[web2py] Re: Problem using routes_in to convert path elements to vars

2015-05-06 Thread Rich Hogg
Hi, I thought I would post a follow-up/update since I haven't seen any comments on this. The essence is: - I believe I have identified a bug in that, while you can use a pattern-based incoming route in routes.py/routes_in to strip off part of the incoming path and present it as a variable (I v

[web2py] Re: How to display SVG files?

2015-05-06 Thread Ariya Owam-aram
# ## default.py # def test(): import pygal from pygal.style import LightColorizedStyle from pygal import Config config = Config()

[web2py] Re: Caching Logic in web2py

2015-05-06 Thread Massimo Di Pierro
Mind there is a difference in behavior in cache.ram and cache.disk and cache.memcache. Leonel is talking about cache.ram and cache.ram only works if you have one single server and only as long the process in the server is running. Your web server can arbitrarily restart at will and this will in

[web2py] Re: Routes : matching "?_escaped_fragment_=" for AJAX websites

2015-05-06 Thread Massimo Di Pierro
the router cannot match the query string. On Monday, 4 May 2015 10:56:35 UTC-5, Louis Amon wrote: > > According to Google's own spec > , > it takes special routing rules for dynamic websites to be crawled. > > Basically,

[web2py] Re: Did move my web2py projects to GitHub

2015-05-06 Thread Massimo Di Pierro
Thank you! On Monday, 4 May 2015 10:56:36 UTC-5, Pierre Thibault wrote: > > Hello, > > I had a few projects for Web2py and I did move them to GitHub because > GoogleCode is going down soon. > > Here a few links: > > Pierre-Thibault/neo-web2py-utils >

[web2py] Re: list:string on GAE breaks web2py's db admin tool

2015-05-06 Thread Massimo Di Pierro
oops. Thanks for the fix. On Monday, 4 May 2015 10:56:36 UTC-5, michael.c.mccl...@gmail.com wrote: > > I've started using a list:string field on the auth_user model. > > I'm running web2py on GAE with the datastore. > > > I noticed web2py's admin tool started crashing on this page > appadmin/sele

Re: [web2py] Two SQLFORMs side by side?

2015-05-06 Thread Richard Vézina
The id field and what field you want to show as a representation of the id field of the referenced table... Start by putting the widget class in model file even if it not a good thing to see if you can make it works... In the module I have these imports : from gluon.html import * from gluon.sqlh

[web2py] Re: cache.redis server unavailable = traceback. Bug?

2015-05-06 Thread Niphlod
up until now, cache behaviours in web2py are a taddle bit different than the rest of the world. cache(s) in web2py usually mean "I'd like to compute something huge one time only" and so the general idea is that if you need to compute it, you should be damn sure to do so. You may also be relying

[web2py] Re: json-encoded requests in web2py

2015-05-06 Thread Massimo Di Pierro
I think we need an explicit issue to understand the problem. Open an issue so we can track it even if I do not think there is an issue. On Monday, 4 May 2015 10:56:35 UTC-5, Louis Amon wrote: > > I've recently had a pretty annoying issue when using web2py with AngularJS > : > > By default, Angul

Re: [web2py] D3.js DC.js Crossfilter.js - table not showing

2015-05-06 Thread Massimo Di Pierro
we need to see some code. My guess is you are using URL(...) in a static JS file. On Tuesday, 5 May 2015 10:36:32 UTC-5, Ramos wrote: > > > 2014-05-20 10:19 GMT+01:00 thehuman trashcan : > >> URL('views', 'default/dashboard_data.json') > > > the URL('views', 'default/dashboard_data.json') is vali

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-05-06 Thread Massimo Di Pierro
yes please. On Wednesday, 6 May 2015 08:28:45 UTC-5, Hilton Shumway wrote: > > The pydal in my web2py download today (2.10.4) has the changes from > https://github.com/web2py/pydal/pull/137*, *yet I still have the same > issue. Should I open a separate bug? > > On Tuesday, April 28, 2015 at 1:39

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread JorgeH
I installed in win 7. Haven´t been able to get it working. On Wednesday, May 6, 2015 at 7:09:38 AM UTC-5, Gergely Orosz wrote: > > You should use command palette again > Search for SublimeREPL: Web2py {your application name} > It should start interactive console for your web2py application > > 20

[web2py] Re: cache.redis server unavailable = traceback. Bug?

2015-05-06 Thread Jose C
Hmm, I see your point and use case. But... ;) given that there are references in the manual (and probably in reality the majority of use cases) to caching views, or db queries, etc. how about then, as an enhancement, to add an init flag to cache.redis along the lines of `die_if_server_unava

[web2py] After changing db adapter "relation 'auth_user' already exists"

2015-05-06 Thread Ian W. Scott
To work around my earlier unicode problem (I submitted an issue on Github) I switched from the pg8000 adapter to the psycopg2 adapter for my postgre database. Everything works fine as long as I have migrate set to False. But if I set migrate=True I get this error: (relation "auth_user" alre

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Richard Vézina
I think it will be difficult to make everyone happy with a given choice... Michele "agnostic" point is good even if in pratice it may be difficult (let say BS2 for instance we were maried with it until recently) Ractive.js as Massimo imaged is Ractive.js is to Angular.js what web2py is to Django

Re: [web2py] IS_IN_DB() multiple tables

2015-05-06 Thread Richard Vézina
A set which you have, but your validator has wrong syntax : IS_IN_DB(db(db.ipaddress.status=='Free'),db.ipaddress.ip, '%(ip)s') free_ip_set = db(db.ipaddress.status=='Free') IS_IN_DB(free_ip_set, 'ipaddress.ip', '%(ip)s') Try this... You define the set before you server table and after the ipadd

Re: [web2py] Re: Brainstorming

2015-05-06 Thread António Ramos
I didnt say Ractive.js I wrote React.JS https://www.youtube.com/watch?v=rFvZydtmsxM 2015-05-06 15:38 GMT+01:00 Richard Vézina : > I think it will be difficult to make everyone happy with a given choice... > > Michele "agnostic" point is good even if in pratice it may be difficult > (let say BS

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Ron Chatterjee
What is this post is all about regarding web2py? Just went over my head! On Wednesday, May 6, 2015 at 10:38:39 AM UTC-4, Richard wrote: > > I think it will be difficult to make everyone happy with a given choice... > > Michele "agnostic" point is good even if in pratice it may be difficult > (le

Re: [web2py] Re: Brainstorming

2015-05-06 Thread António Ramos
We are talking about integrating web2py with javascript ui frameworks 2015-05-06 16:09 GMT+01:00 Ron Chatterjee : > What is this post is all about regarding web2py? Just went over my head! > > On Wednesday, May 6, 2015 at 10:38:39 AM UTC-4, Richard wrote: >> >> I think it will be difficult to ma

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Ron Chatterjee
That will be a cool concept!:-). I would love to see its done. On Wednesday, May 6, 2015 at 11:16:58 AM UTC-4, Ramos wrote: > > We are talking about integrating web2py with javascript ui frameworks > > > 2015-05-06 16:09 GMT+01:00 Ron Chatterjee >: > >> What is this post is all about regarding we

Re: [web2py] Re: Is it possible to create a webservice funcion for login (instead of basic authentication)?

2015-05-06 Thread Michele Comitini
if you do not want to use basic auth, a common pattern is having a service that generates a temporary token and then having the client pass the token with each call. @service.xmlrpc def get_auth_token(user, password): ... return token @service.xmlrpc def aservicemethod(token, ...): che

Re: [web2py] Re: Is it possible to create a webservice funcion for login (instead of basic authentication)?

2015-05-06 Thread Lisandro
Thanks! I like this solution, I will give it a try. El miércoles, 6 de mayo de 2015, 12:34:13 (UTC-3), mcm escribió: > > if you do not want to use basic auth, a common pattern is having a > service that generates a temporary token and then having the client pass > the token with each call. > >

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Michele Comitini
IMHO ReactJS is no newer than Ractive.js. It's being backed by facebook since a while ago. I like the author's philosophy (read independence ) and design simplicity of Ractive.js, things that I appreciate even more in web2py, but that's a matter of personal taste :-) 2015-05-06 17:23 GMT+02:00 R

Re: [web2py] Two SQLFORMs side by side?

2015-05-06 Thread LoveWeb2py
Thank you, Richard. I think i'm getting closer. Could you show me an example of how you apply this to a specific field in SQLFORM? Going back to my original model: db.define_table('main_table', Field('field1','string'), Field('field2','string'), migrate=False) db.define_

Re: [web2py] Two SQLFORMs side by side?

2015-05-06 Thread Richard Vézina
Let say the FK field is field2 : Field('field2','reference main_table', # Better syntax thand "db.main_table" widget=AutocompleteWidgetSelectOrAddOption( request=request, field=db.main_table.f

Re: [web2py] Re: Brainstorming

2015-05-06 Thread JorgeH
React.js is not that new. They are pretty similar. Here is an article from May 6th 2014. Exactly 365 days ago. http://blog.ractivejs.org/posts/whats-the-difference-between-react-and-ractive/ Massimo is already implementing ractive.js into web2py with impressive accomplishes. http://www.racti

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread Gergely Orosz
Have you run W2P: Add SublimeREPL support after installed the SublimeREPL plugin It will setup the interactive shell for you 2015. május 6., szerda 15:05:31 UTC+2 időpontban Ramos a következőt írta: > > Dont see it on my windows 7 > I have sublime 3 > > > > > > 2015-05-06 13:09 GMT+01:00 Gergely

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Ron Chatterjee
Can we take a sneak peak at that, whats upcoming?:-) On Wednesday, May 6, 2015 at 12:43:03 PM UTC-4, JorgeH wrote: > > React.js is not that new. > > They are pretty similar. > > Here is an article from May 6th 2014. Exactly 365 days ago. > > > http://blog.ractivejs.org/posts/whats-the-difference-b

[web2py] Re: web2py 2.10.4 and static / fonts

2015-05-06 Thread Jose C
Could it be a browser support issue? Check out the link for more info and browser support of different font files. Also consider the bit at the end of the link about using @import to load all the formats from a CDN (like Google). HTH, Jose C -- Resources: - http://web2py.com - http://web2py.

[web2py] deploment on an obsolete Debian 5 server

2015-05-06 Thread Alan Etkin
I was testing the last stable source code installation of the framework on a debian lenny don't know what else 5.0 server, but if you start it using the built-in web server on a terminal it throws a funny error message stating it can't find pydal Has anyone tried to deploy web2py on that kind o

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Richard Vézina
@Ron, we are talking!! :) Richard On Wed, May 6, 2015 at 12:58 PM, Ron Chatterjee wrote: > Can we take a sneak peak at that, whats upcoming?:-) > > > On Wednesday, May 6, 2015 at 12:43:03 PM UTC-4, JorgeH wrote: >> >> React.js is not that new. >> >> They are pretty similar. >> >> Here is an ar

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Ron Chatterjee
I thought there is an example to share. Sorry. On Wednesday, May 6, 2015 at 1:07:52 PM UTC-4, Richard wrote: > > @Ron, we are talking!! > > :) > > Richard > > On Wed, May 6, 2015 at 12:58 PM, Ron Chatterjee > wrote: > >> Can we take a sneak peak at that, whats upcoming?:-) >> >> >> On Wednesday,

Re: [web2py] Keeping track of connected users (websocket_messaging.py)

2015-05-06 Thread Richard Vézina
Last year we develop over websocket contrib a tool like that and it turns that we had to create a thread that was doing that, I mean maintain a list of connected user... We create a basic back and forth websocket message format so we can ping every users connected and wait for a response from them

Re: [web2py] Re: Sublime Text web2py plugin

2015-05-06 Thread Gergely Orosz
Can you see any error on Sublime Console when run any command? 2015. május 6., szerda 16:12:36 UTC+2 időpontban JorgeH a következőt írta: > > I installed in win 7. > > Haven´t been able to get it working. > > On Wednesday, May 6, 2015 at 7:09:38 AM UTC-5, Gergely Orosz wrote: >> >> You should use

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Richard Vézina
https://github.com/mdipierro/w3 This is Massimo's example of Ractive.js integration into web2py workflow Richard On Wed, May 6, 2015 at 1:11 PM, Ron Chatterjee wrote: > I thought there is an example to share. Sorry. > > > On Wednesday, May 6, 2015 at 1:07:52 PM UTC-4, Richard wrote: >> >> @Ron

[web2py] Re: deploment on an obsolete Debian 5 server

2015-05-06 Thread Jose C
Did you download the source file from the web2py site or github? If github there is this issue to take into account due to pydal being a submodule. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http:/

Re: [web2py] Re: Brainstorming

2015-05-06 Thread Ron Chatterjee
Thanks. Looks like lot of Json format data. Reminds me of mongodb. On Wednesday, May 6, 2015 at 1:20:17 PM UTC-4, Richard wrote: > > https://github.com/mdipierro/w3 > > This is Massimo's example of Ractive.js integration into web2py workflow > > Richard > > On Wed, May 6, 2015 at 1:11 PM, Ron Chat

Re: [web2py] deploment on an obsolete Debian 5 server

2015-05-06 Thread Michele Comitini
Alan, if you need to update the interpreter you can look at backports: http://backports.debian.org/ 2015-05-06 19:06 GMT+02:00 Alan Etkin : > I was testing the last stable source code installation of the framework on > a debian lenny don't know what else 5.0 server, but if you start it using > th

Re: [web2py] Re: deploment on an obsolete Debian 5 server

2015-05-06 Thread Alan Etkin
> Did you download the source file from the web2py site or github? If github > there is this issue to take into account due to pydal being a submodule. I tried the zipped package from www.web2py.com, I'm quite sure it ships pydal also -- Resources: - http://web2py.com - http://web2py.com/book (

Re: [web2py] deploment on an obsolete Debian 5 server

2015-05-06 Thread Alan Etkin
> Alan, if you need to update the interpreter you can look at backports: > http://backports.debian.org/ Great! I'll check it asap Thanks all for the help -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goo

[web2py] Re: web2py-mongodb-engine

2015-05-06 Thread Ron Chatterjee
Here is another tutorial from django: *http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/* Pretty cool. Wondering if we can have a web2py version implementing the same with mongodb. Any thoughts any one? On Tuesday, May 5, 2015 at 4:49:08 PM U

Re: [web2py] deploment on an obsolete Debian 5 server

2015-05-06 Thread Niphlod
we don't support python 2.5 from some time.. it's possible that "I can't import" is a result of "tried and failed" rather than "didn't find it". On Wednesday, May 6, 2015 at 7:50:18 PM UTC+2, Alan Etkin wrote: > > > Alan, if you need to update the interpreter you can look at backports:

[web2py] Re: cache.redis server unavailable = traceback. Bug?

2015-05-06 Thread Niphlod
I was thinking about a major overhaul of the connection algorithm. Redis is improving quickly and more and more connection options are made available at each release. Both redis_cache and redis_sessions should be able to work on a "redis-like" connection object. In that rewrite I'd add this "fla

[web2py] Re: After changing db adapter "relation 'auth_user' already exists"

2015-05-06 Thread Niphlod
the whole uri is inspected to determine the prefix of .table files, so when you change the adapter, a migration is triggered. that being said, it's pretty easy to regenerate .table files ... - set fake_migrate_all=True - hit appadmin one time - remove fake_migrate_all=True voilà. Optionally you c

[web2py] Re: Show tables

2015-05-06 Thread 黄祥
for show two tables in 1 page i think you can use components, and please ensure that use set the different formname for each of your grids ref: http://web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-grid-signature http://web2py.com/books/default/chapter/29/12/components-and-plu

[web2py] Re: how do i get a web2py application from git and and install so i can run it

2015-05-06 Thread 黄祥
just extract the the zip and put it on folder 'web2py/applications ' best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received th

[web2py] downloading old web2py version from github

2015-05-06 Thread Richard
Hello, I was wanting to get an old version of web2py for some tests purposes and discover that even the old version of web2py downloaded from github lead to the issue related to new modulized dal (aka pydal)... Is this normal, I mean that the old version get affected ? How some one supposed to

Re: [web2py] downloading old web2py version from github

2015-05-06 Thread Richard Vézina
I mean "can't start" :) Richard On Wed, May 6, 2015 at 7:12 PM, Richard wrote: > Hello, > > I was wanting to get an old version of web2py for some tests purposes and > discover that even the old version of web2py downloaded from github lead to > the issue related to new modulized dal (aka pyda