[web2py] Re: question about loading a component during a callback [closed]

2011-09-12 Thread weheh
Never mind. I think I figured out what I'm doing wrong. The path from controller to view to controller to view gets me dizzy when I haven't done it in awhile. On Sep 12, 12:08 am, weheh wrote: > I have a component. The controller is standard: > > # controller > def index(): >     blah >     blah

Re: [web2py] Re: physics examples in web2py + processing.js

2011-09-12 Thread Michele Comitini
I love switching the gravity on and off! :D 2011/9/12 Ivica Kralj : > Cool > > The power of web2py and MDP  :) > > On 12 September 2011 06:12, Noel Villamor wrote: >> >> Massimo, I feel like a toddler in a playpen right now. Too many toys I >> can't decide which one to play! >> >> Nice and f

Re: [web2py] Re: Issues with TAG() encoding and XML().flatten()

2011-09-12 Thread jot.be
Hi Massimo, thanks for your answer! On Mon, Sep 12, 2011 at 2:19 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Are you sure your input is UTF8? The web2py markmin_serializer is in > gluon/html.py and it is relatively straightforward. Nothing can really > go bad there. I suspect yo

Re: [web2py] How to flash a message after a callback

2011-09-12 Thread jot.be
Hi, On Mon, Sep 12, 2011 at 4:57 AM, Noel Villamor wrote: > I have a button which does the following callback: > > ajax('{{=URL('callback')}}',['btn1'],':eval');" > > Then I have the following callback function in my controller: > > def callback(): >db(db.tbl.id==100).update(data='sampledata

[web2py] Re: How to flash a message after a callback

2011-09-12 Thread Noel Villamor
Thanks Jan. On Sep 12, 8:47 pm, "jot.be" wrote: > Hi, > > > > > > > > > > On Mon, Sep 12, 2011 at 4:57 AM, Noel Villamor wrote: > > I have a button which does the following callback: > > > ajax('{{=URL('callback')}}',['btn1'],':eval');" > > > Then I have the following callback function in my co

Re: [web2py] Re: billing app

2011-09-12 Thread Kenneth Lundström
Now you can have a look at it at http://web2py.nudata.fi/em Login with kenneth and kenneth This is an application for a very small firm, three part-time IT-supporters. FRONTPAGE: summary of all kind of data. a) how many unpaid receipts b) how much money every person has earned

[web2py] Re: instruct web2py only to alter table.

2011-09-12 Thread vortex
I don't understand. I was working with sqlite and it worked OK. Now I am using mysql and it doesn't alter the columns in the table. On Sep 9, 2:34 pm, Massimo Di Pierro wrote: > If web2py tries to create it then it does not know it exist. If you do > know and web2py does not know it means someth

[web2py] Re: instruct web2py only to alter table.

2011-09-12 Thread vortex
Can it be a problem with permissions? Does web2py need to create a database for migration or something? Because it can create the table just never alters it. On Sep 12, 11:12 am, vortex wrote: > I don't understand. I was working with sqlite and it worked OK. Now I > am using mysql and it doesn'

[web2py] Re: billing app

2011-09-12 Thread Gour-Gadadhara Dasa
On Mon, 12 Sep 2011 13:03:03 +0300 Kenneth Lundström wrote: > Now you can have a look at it at http://web2py.nudata.fi/em It's very nice, and based on brief overlook, it looks as capable as PHP's MyClientBase. :-) Sincerely, Gour -- “In the material world, conceptions of good and bad are al

Re: [web2py] support-ticket plugin

2011-09-12 Thread Martin Weissenboeck
Hi Kenneth, I have found your webpage (in an other thread): http://web2py.nudata.fi/em The ticket looks nice - is it possible to get the source? Martin 2011/9/9 Martin Weissenboeck > Hi Kenneth, thank you! > > > 2011/9/9 Kenneth Lundström > >> Hi Martin, >> >> in my billing/customer/product a

Re: [web2py] support-ticket plugin

2011-09-12 Thread Kenneth Lundström
Sorry, forgot to send an email in this threads. Do you need source for the ticket part or the whole application? Just so I know what to send to you. Kenneth Hi Kenneth, I have found your webpage (in an other thread): http://web2py.nudata.fi/em The ticket looks nice - is it possible to get

[web2py] Re: web2py received 2011 BOSSIE Award by InfoWorld.com

2011-09-12 Thread encompass
Yup... he just might be. That or he works on the train. SMARTS! I tried programming on my bike, but it's not very functional. :) Congrats to Massimo, he has made a framework that works like a dream. On Sep 11, 9:30 am, GoldenTiger wrote: > In this community there's a rumor that he is a cyborg.

[web2py] error in trunk

2011-09-12 Thread Marin Pranjić
Traceback (most recent call last): File "web2py.py", line 16, in import gluon.widget File "/srv/test/web2py/gluon/__init__.py", line 15, in from globals import current ImportError: No module named globals run with python web2py.py, current trunk

Re: [web2py] error in trunk

2011-09-12 Thread Marin Pranjic
few more errors: ImportError: cannot import name redirect ImportError: No module named validators This is weird. Is it just me? On Mon, Sep 12, 2011 at 1:15 PM, Marin Pranjić wrote: > Traceback (most recent call last): > File "web2py.py", line 16, in >import gluon.widget > File "/srv/te

Re: [web2py] error in trunk

2011-09-12 Thread Martín Mulone
You are right, current trunk is broken 2011/9/12 Marin Pranjic > few more errors: > ImportError: cannot import name redirect > ImportError: No module named validators > > This is weird. Is it just me? > > > > On Mon, Sep 12, 2011 at 1:15 PM, Marin Pranjić wrote: > >> Traceback (most recent call

[web2py] From Drupal to web2py: taxonomy/tagging and comments?

2011-09-12 Thread User
I have some sites that I implemented using Drupal. However as cool as Drupal is I've never been satisfied with coding in it mostly because it's in PHP and I've wanted to work with python. I've flirted with Django but I just recently discovered web2py and it's definitely caught my eye. Seems like it

Re: [web2py] Trunk - rev 894137606632 breaks web2py!

2011-09-12 Thread Martín Mulone
Yes I confirm this *__builtins__**.**__import__ = __builtin__.__import__** ### WHY?* I think you also think this is gonna break some things :D 2011/9/12 Brian M > Massimo, > > The change made to gluon/compileapp.py in rev > 894137606632

Re: [web2py] support-ticket plugin

2011-09-12 Thread Martin Weissenboeck
I am very interested in the ticket part. 2011/9/12 Kenneth Lundström > Sorry, forgot to send an email in this threads. > > Do you need source for the ticket part or the whole application? Just so I > know what to send to you. > > > Kenneth > > > Hi Kenneth, > > I have found your webpage (in an

[web2py] Re: error in trunk

2011-09-12 Thread Massimo Di Pierro
can you try again please? What os? On Sep 12, 6:15 am, Marin Pranjić wrote: > Traceback (most recent call last): >   File "web2py.py", line 16, in >     import gluon.widget >   File "/srv/test/web2py/gluon/__init__.py", line 15, in >     from globals import current > ImportError: No module name

[web2py] Re: Trunk - rev 894137606632 breaks web2py!

2011-09-12 Thread Massimo Di Pierro
That was an experiment. I reverted it. Thanks for checking. On Sep 12, 6:43 am, Martín Mulone wrote: > Yes I confirm this > > *__builtins__**.**__import__ = __builtin__.__import__** ### WHY?* > > I think you also think this is gonna break some things :D > > 2011/9/12 Brian M > > > > > > > > > >

Re: [web2py] Re: error in trunk

2011-09-12 Thread Marin Pranjic
Hi Massimo, you can ignore this. I unintentionally ran python3 instead python2. My mistake, sorry about that. Marin On Mon, Sep 12, 2011 at 2:28 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > can you try again please? What os? > > On Sep 12, 6:15 am, Marin Pranjić wrote: > > Trac

[web2py] simjsonrpc Client and Keyword Arguments

2011-09-12 Thread Ross Peoples
I know that the XMLRPC spec doesn't support keyword arguments, but JSONRPC does. I have been playing with the new simplejsonrpc client and it doesn't seem to support keyword arguments. Here is an example controller: @service.jsonrpc def concat(str1, str2, str3=''): """ Concatenates two

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-12 Thread Alexei Vinidiktov
I'm afraid it really does have a minimum of 600 KB. It's compiled with build. Too bad the server the app is hosted on is so unreliable. On Sun, Sep 11, 2011 at 11:16 PM, Phyo Arkar wrote: > that never runs , giving me error in json response , too bad. > > And the javascript alone really have 60

[web2py] Re: How to disable account creation?

2011-09-12 Thread Massimo Di Pierro
auth.settings.actions_disabled.append('register') On Sep 12, 2011, at 6:29 AM, Henri Heinonen wrote: > Hi! > > How to disable account creation? > https://fsi.it.jyu.fi/aarrearkku/default/user/register > > Thanks! > > Henri.

Re: [web2py] From Drupal to web2py: taxonomy/tagging and comments?

2011-09-12 Thread Jim Steil
Yes, I would be looking at plugin-wiki for this. -Jim On 9/11/2011 11:07 PM, User wrote: I have some sites that I implemented using Drupal. However as cool as Drupal is I've never been satisfied with coding in it mostly because it's in PHP and I've wanted to work with python. I've flirted w

[web2py] Re: billing app

2011-09-12 Thread niknok
Thanks for sharing Kenneth. This looks good. Are you going to open source it? Would like to learn from the code, especially the invoicing part. On Sep 12, 6:03 pm, Kenneth Lundström wrote: > Now you can have a look at it athttp://web2py.nudata.fi/em > > Login with kenneth and kenneth > > This is

[web2py] Custom auth_user with different fileds name

2011-09-12 Thread white fox
hi, I have a website which is written by PHP, so i decided to move to python and use web2py for new version of my site. anyway, in my Mysql Database i have lots of tables, one of them is "Users" table. the table is like this db.define_table ("qbp_user", Field ("userid", "integer"), Fiel

[web2py] Re: Crud.update Multiple

2011-09-12 Thread Serbitar
Works like a charm. On 12 Sep., 04:51, Massimo Di Pierro wrote: > rows = db(yourquery).select(mytable.id, mytable.myfield) > form = SQLFORM.factory(*[Field('name_%s'%r.id, default=r.myfield) for > r in rows]) > if form.process().accepted: >     for key,value in form.vars.items(): >         db(myt

[web2py] Re: How to flash a message after a callback

2011-09-12 Thread Anthony
On Monday, September 12, 2011 1:00:41 AM UTC-4, Noel Villamor wrote: > > If the db update failed in the regular controller I would assume that > a ticket page would appear. But what if the db update is in a callback > function? > In that case, an error ticket will still be logged, and web2py wil

[web2py] Re: web2ruby possible?

2011-09-12 Thread dspiteself
I would enjoy some web2go as well.

[web2py] Re: deploying web2py on IIS

2011-09-12 Thread sherdim
Onmi, it is not clear - whether you have separate domain for the site under IIS. if no - then you can use default pathes. To be honest, I cannot really understand routes even I read the book. > routes.py is not related to deployment on IIS. You can skip routes configuration upto you need/want i

Re: [web2py] Re: web2ruby possible?

2011-09-12 Thread Vasile Ermicioi
skulpt with node.js makes it possible a web2py nodejs

[web2py] MySQL lost connection to server

2011-09-12 Thread G
Hi, After leaving my app running for a while, when I come back to access it, I get an error in Framework that is from pymysql reporting that the connection to the server has been lost (because it timed out from inactivity presumably). If I refresh the page a couple of times, the error goes away. I

[web2py] XML-RPC Service Introspection / Discovery

2011-09-12 Thread Ross Peoples
One of the nice things about SOAP is the WDSL that gives you information about the methods the service supports. I recently discovered that you can do the same thing with XML-RPC. The trick is to document your methods properly, like you should be doing anyways. Lets say I have the following con

[web2py] Re: How to flash a message after a callback

2011-09-12 Thread Cliff
>> If the db update failed in the regular controller I would assume that >> a ticket page would appear. But what if the db update is in a callback >> function? >In that case, an error ticket will still be logged, and web2py will return >the usual 500 error with the link to the ticket. Anthony, I

Re: [web2py] Re: web2py received 2011 BOSSIE Award by InfoWorld.com

2011-09-12 Thread Bruno de Oliva Bemfica
Bravíssimo, Massimo! Congratulazioni per te e per tutti i programmatori che hanno colaborato con il web2py. 2011/9/12 encompass > Yup... he just might be. That or he works on the train. SMARTS! I > tried programming on my bike, but it's not very functional. :) > Congrats to Massimo, he has ma

[web2py] Re: How to flash a message after a callback

2011-09-12 Thread Anthony
On Monday, September 12, 2011 1:23:47 PM UTC-4, Cliff wrote: > > >> If the db update failed in the regular controller I would assume that > >> a ticket page would appear. But what if the db update is in a callback > >> function? > > > >In that case, an error ticket will still be logged, and web2

[web2py] Re: Custom auth_user with different fileds name

2011-09-12 Thread pbreit
Customizing auth might work: http://web2py.com/book/default/chapter/08#Customizing-Auth I'm not sure exactly what the implications might be of changing the field names. My experience is that the core code is genericised pretty well to handle name changes. The one issue I see, though, is that web

[web2py] New UI package

2011-09-12 Thread mikech
Telerik - a Windows UI vendor has made a move into the Javascript/web market with it's Kendo UI http://www.kendoui.com/. The package works with jQuery. Maybe we'll see other vendors embracing this strategy.

[web2py] Re: Custom auth_user with different fileds name

2011-09-12 Thread Anthony
On Monday, September 12, 2011 2:10:02 PM UTC-4, pbreit wrote: > > The one issue I see, though, is that web2py does seem to expect table > primary keys to be "id". I'm not sure what to suggest there. > It is possible to name your id field something other than 'id' (recommended only for accessing

[web2py] Re: New UI package

2011-09-12 Thread Ross Peoples
This looks like a good alternative to jQuery UI

Re: [web2py] Re: How to disable account creation?

2011-09-12 Thread Ovidio Marinho
this is important, but I was commenting on the command line Ovidio Marinho Falcao Neto ovidio...@gmail.com 83 8826 9088 - Oi 83 9334 0266 - Claro Paraiba-Brasil 2011/9/12 Massimo Di Pierro > auth.settings.actions_disable

Re: [web2py] encoding

2011-09-12 Thread Richard Vézina
Are you talking about the URL? If yes read this : http://groups.google.com/group/fameisfame/browse_thread/thread/081461db3d72c14b Richard On Sat, Sep 10, 2011 at 2:14 PM, Emy wrote: > hey all > my website is dealing with arabic characters and I have a problem with > encoding I can read from DB

[web2py] Selecting a linked field

2011-09-12 Thread Chris Rowson
I have two tables: - db.define_table('providers', Field('name'), Field('email'), Field('tel') db.define_table('data', Field('dataowner', db.auth_user, default=auth.user_id, writable=False, readable=

Re: [web2py] Selecting a linked field

2011-09-12 Thread Richard Vézina
It seems to me correct except for the view, if you want a table not use : Controller : table = crud.select(db.data) return dict(table=table) View : {{=table}} You can also make your select constraint in the controller : query = (db.data.FIELD == SOMETHING) table = crud.select(db.data, query

Re: [web2py] Selecting a linked field

2011-09-12 Thread Richard Vézina
Mistake in my first paragraph table why not use On Mon, Sep 12, 2011 at 4:35 PM, Richard Vézina wrote: > It seems to me correct except for the view, if you want a table not use : > > Controller : > table = crud.select(db.data) > return dict(table=table) > > > > View : > {{=table}} > > > You can

[web2py] Re: Selecting a linked field

2011-09-12 Thread Anthony
On Monday, September 12, 2011 4:27:08 PM UTC-4, leftcase wrote: > > {{for i,row in enumerate(rows):}}{{if not i==0:}},{{pass}} > { lat: {{=row.lat}}, lng: {{=row.lon}}, name: "{{=row.provider.name}}" > } > {{pass}} > > > As you can see,

[web2py] Re: Selecting a linked field

2011-09-12 Thread Anthony
Also, if you need JSON, check out http://web2py.com/book/default/chapter/09#Rendering-Rows. Anthony

Re: [web2py] Re: Selecting a linked field

2011-09-12 Thread Chris Rowson
Thank you both. I shall revisit, replace with a join and put the logic into the controller rather than the view :-) Chris

Re: [web2py] Re: billing app

2011-09-12 Thread Kenneth Lundström
Hi Nikolai, if you want a copy of the code I can send it, or if somebody else wants a copy let me know. The code is a mess in places and for the moment I don't have time to clean it up. I could opensource it when it's cleaned. There no point in waiting for it to be ready, it's a work in progre

Re: [web2py] Re: web2ruby possible?

2011-09-12 Thread Michele Comitini
Already posted but still effective: http://bellard.org/jslinux/ mic 2011/9/12 Vasile Ermicioi : > skulpt with node.js makes it possible a web2py nodejs

[web2py] auth.key in private?

2011-09-12 Thread pbreit
I'm seeing a new file in private "auth.key". Is that some new way to store the hmac_key?

Re: [web2py] Re: billing app

2011-09-12 Thread pbreit
I'd like to take a look. thx! pbreitenbach at gmail

[web2py] Re: auth.key in private?

2011-09-12 Thread Anthony
On Monday, September 12, 2011 5:38:04 PM UTC-4, pbreit wrote: > > I'm seeing a new file in private "auth.key". Is that some new way to store > the hmac_key? Yes, instead of the admin app automatically inserting a new hmac_key when an app is created, now an auth.key file is created in /private b

Re: [web2py] Re: billing app

2011-09-12 Thread Christopher Steel
I would love to take a look as well. Thanks for offering. chris DOT steel @ gmail.com

[web2py] Re: MySQL lost connection to server

2011-09-12 Thread Massimo Di Pierro
this issue should be solved in trunk (and nightly build) On Sep 12, 10:30 am, G wrote: > Hi, > After leaving my app running for a while, when I come back to access > it, I get an error in Framework that is from pymysql reporting that > the connection to the server has been lost (because it timed

[web2py] Re: XML-RPC Service Introspection / Discovery

2011-09-12 Thread Massimo Di Pierro
Cool! This should go in the manual. On Sep 12, 10:47 am, Ross Peoples wrote: > One of the nice things about SOAP is the WDSL that gives you information > about the methods the service supports. I recently discovered that you can > do the same thing with XML-RPC. The trick is to document your meth

[web2py] Re: web2ruby possible?

2011-09-12 Thread Massimo Di Pierro
The main problem is the last of database drivers and operator overloading. the dal would be very limited On Sep 12, 10:21 am, Vasile Ermicioi wrote: > skulpt with node.js makes it possible a web2py nodejs

[web2py] Re: Custom auth_user with different fileds name

2011-09-12 Thread white fox
Thanks for your helping me, but it doesn't solve my problem. because when the auth tables trying to define i receive this error: Can't create table 'myDB.auth_membership' (errno: 150) and i think this errors raised because of the `auth_membership.user_id` is depend on the ID column of my users t

[web2py] Returning a dict from a controller

2011-09-12 Thread HughBarker
Hi all, So I've got a controller that builds a dict of strings and returns them - although I'm building the dict dynamically, essentially what I'm doing is this: def getsensors(): d = {'airTemp' : 'Air Temperature', 'PAR' : 'PAR', 'IMOSPortRadiometer' : 'IMOS Port Radiometer'} return d When I

Re: [web2py] Returning a dict from a controller

2011-09-12 Thread Bruno Rocha
do you have response.generic_patterns = ['*'] in your models? On Mon, Sep 12, 2011 at 9:50 PM, HughBarker wrote: > Hi all, > So I've got a controller that builds a dict of strings and returns > them - although I'm building the dict dynamically, essentially what > I'm doing is this: > > def getse

Re: [web2py] Returning a dict from a controller

2011-09-12 Thread Jonathan Lundell
On Sep 12, 2011, at 6:10 PM, Bruno Rocha wrote: > do you have response.generic_patterns = ['*'] in your models? The stock line (for security) is response.generic_patterns = ['*'] if request.is_local else [] > > On Mon, Sep 12, 2011 at 9:50 PM, HughBarker wrote: > Hi all, > So I've got a co

[web2py] Re: Returning a dict from a controller

2011-09-12 Thread Hugh Barker
This is my db.py: from gluon.tools import Service db = DAL('postgres://postgres:@server/geospatial') response.generic_patterns = ['*'] service = Service() On Sep 13, 11:13 am, Jonathan Lundell wrote: > On Sep 12, 2011, at 6:10 PM, Bruno Rocha wrote: > > > do you have response.generic_patterns

[web2py] Re: Custom auth_user with different fileds name

2011-09-12 Thread Massimo Di Pierro
The web2py Auth requires the auth_user table to have an id column. I suggest you move the data from your table to a new table wich has the correct field name. It is the easiest solution. On Sep 12, 8:30 am, white fox wrote: > hi, I have a website which is written by PHP, so i decided to move to >

Re: [web2py] Re: Returning a dict from a controller

2011-09-12 Thread Jonathan Lundell
On Sep 12, 2011, at 6:45 PM, Hugh Barker wrote: > This is my db.py: > > from gluon.tools import Service > > db = DAL('postgres://postgres:@server/geospatial') > response.generic_patterns = ['*'] > service = Service() Nothing jumps out at me. As a sanity check, you might try copying views/gener

[web2py] mywiki RSS feed failure

2011-09-12 Thread Mark Abajian
It seems that the "mywiki" tutorial in Chapter 3 of the book is no longer accurate. I had a problem with it. If this can be corroborated by someone else, perhaps this should be updated in the book. Environment.. * web2py 1.98.2 downloaded as "source", not as .app * Mac OS X 10.6.8 * Python 2

[web2py] mywiki XML-RPC failure

2011-09-12 Thread Mark Abajian
I encountered a problem in the mywiki example of the tutorial in Chapter 3 of the book. Mac OS X 10.6.8 web2py 1.98.2 downloaded as source Python 7.2.2 (EPD 7.1-1) When I tried to run the example in the book for item in server.find_by('wiki'): print item.created_on, item.

[web2py] Re: mywiki XML-RPC failure

2011-09-12 Thread mabajian86
Sorry, that was Python 2.7.2. On Sep 12, 2011, at 7:04 PM, Mark Abajian wrote: > I encountered a problem in the mywiki example of the tutorial in > Chapter 3 of the book. > > Mac OS X 10.6.8 > web2py 1.98.2 downloaded as source > Python 7.2.2 (EPD 7.1-1) > > When I tried to run the example in t

[web2py] Re: Returning a dict from a controller

2011-09-12 Thread Hugh Barker
Yeah, copying the default generic.html to getsensors.html (and ditto for *.json) worked. I'll try the debugging steps you suggested, see what I come up with. On Sep 13, 12:08 pm, Jonathan Lundell wrote: > On Sep 12, 2011, at 6:45 PM, Hugh Barker wrote: > > > This is my db.py: > > > from gluon.to

[web2py] SQLFORM.grid representation

2011-09-12 Thread Simon Ashley
Have a Model as follows: from gluon.tools import Auth auth=Auth(db) auth.define_tables() db.define_table('person',Field('name'),format='%(name)s') db.define_table('dog',Field('name'),Field('owner',db.person)) db.dog.owner.requires = IS_IN_DB(db, 'person.id', db.person._format) and a controller:

Re: [web2py] Re: New UI package

2011-09-12 Thread Vasile Ermicioi
very nice, but as telerik is doing business selling components, isn't it commercial?

[web2py] preparing for 1.99.1

2011-09-12 Thread Massimo Di Pierro
There is huge list of new features already in trunk that will be included in 1.99.1 Here is a partial list: - experimental gluon/scheduler.py - scripts/make_min_web2py.py - crud.search has more options, thanks Denes - gluon/contrib/simplejsonrpc.py - gluon/contrib/redis_cache.py - new SQLFORM.grid

Re: [web2py] Re: New UI package

2011-09-12 Thread Anthony
On Monday, September 12, 2011 11:16:06 PM UTC-4, elffikk wrote: > > very nice, but as telerik is doing business selling components, isn't it > commercial? Dual license -- commercial and GPLv2 (http://www.kendoui.com/faq.aspx).

[web2py] Re: Making slides with web2py and markmin

2011-09-12 Thread guruyaya
Well, oddly it works the other way for me. I'll look into it later today. On Sep 12, 3:20 am, Massimo Di Pierro wrote: > markmin requires [[...]] not [...] > > On Sep 11, 2:29 pm, guruyaya wrote: > > > > > > > > > Ummm, why are you using [[ for links and images instead of just one > > [ ? It doe

[web2py] Re: billing app

2011-09-12 Thread Gour-Gadadhara Dasa
On Tue, 13 Sep 2011 00:07:30 +0300 Kenneth Lundström wrote: > if you want a copy of the code I can send it, or if somebody else > wants a copy let me know. +1 gour at atmarama dot net Sincerely, Gour -- “In the material world, conceptions of good and bad are all mental speculations…” (Sr

[web2py] Re: Making slides with web2py and markmin

2011-09-12 Thread Andrew
Whilst on the subject of [[ image tags in markmin, how do I reference a local image ? Can I use the URL function ? On Sep 13, 4:11 pm, guruyaya wrote: > Well, oddly it works the other way for me. I'll look into it later > today. > > On Sep 12, 3:20 am, Massimo Di Pierro > wrote: > > > > > mark

Re: [web2py] Re: billing app

2011-09-12 Thread David
Kenneth; Well done. Can you post the code somewhere public for download? I think many people would be interested in it. Thanks. On 9/13/11 1:25 AM, Gour-Gadadhara Dasa wrote: On Tue, 13 Sep 2011 00:07:30 +0300 Kenneth Lundström wrote: if you want a copy of the code I can send it, or i

[web2py] Re: preparing for 1.99.1

2011-09-12 Thread Gour-Gadadhara Dasa
On Mon, 12 Sep 2011 20:21:39 -0700 (PDT) Massimo Di Pierro wrote: > There is huge list of new features already in trunk that will be > included in 1.99.1 [...] > I am forgetting something important? Am I forgetting to acknowledge > your contribution? What about the docs/book? Will everything

[web2py] PostGresql

2011-09-12 Thread Web2Py Freak
Dear All , i want to use PostGresql , now after i download it , what to do so it can work with web2py ??

[web2py] Re: preparing for 1.99.1

2011-09-12 Thread niknok
Yes. Eventually. :) On Sep 13, 1:30 pm, Gour-Gadadhara Dasa wrote: > On Mon, 12 Sep 2011 20:21:39 -0700 (PDT) > Massimo Di Pierro > > wrote: > > There is huge list of new features already in trunk that will be > > included in 1.99.1 > > [...] > > > I am forgetting something important? Am I forge

Re: [web2py] PostGresql

2011-09-12 Thread David
On 9/13/11 1:43 AM, Web2Py Freak wrote: Dear All , i want to use PostGresql , now after i download it , what to do so it can work with web2py ?? How about install the postgres driver? pip install psycopg Then next time you run web2py you should see the driver is loaded then change your db

[web2py] If you have not followed recent changes .....

2011-09-12 Thread Massimo Di Pierro
Here is a complete implementation of a multi-tenant todo list with search, assignments, emails, janrain, etc Try understand it. Requires trunk! """ Complete web2py program to create, search assign and manage tasks Has multi-tenancy supports (same app can manage different hostnames) Uses janrai

[web2py] Re: If you have not followed recent changes .....

2011-09-12 Thread Massimo Di Pierro
When you try... would you submit some screenshots in this thread? On Sep 13, 1:13 am, Massimo Di Pierro wrote: > Here is a complete implementation of a multi-tenant todo list with > search, assignments, emails, janrain, etc > Try understand it. Requires trunk! > > """ > Complete web2py progra