[web2py] Re: Error on install script?

2010-06-09 Thread cadrentes
I don't know the answer but I may have found a clue. When I try to manually install the pwauth line of the script, it's not found in the repository. I copied Massimo's vimeo instructions exactly and got the same error. Oddly, it started working when I screwed with the link (but probably not as in

[web2py] plugin_wiki with 1.82.1 "meta" page error

2010-08-05 Thread cadrentes
I'm running 1.82.1 and installed plugin_wiki. When attempting to create "meta" pages I get the following error: File "/home/www-data/web2py/applications/welcome/controllers/ plugin_wiki.py", line 70, in page_editbody=request.vars.template and w(slug=request.vars.template).body or '')Attribu

[web2py] Re: plugin_wiki with 1.82.1 "meta" page error

2010-08-05 Thread cadrentes
p://code.google.com/p/cube2py/ > > > will repost it on web2py.com tomorrow. > > > On Aug 5, 3:46 pm, cadrentes wrote: > > > > I'm running 1.82.1 and installed plugin_wiki.  When attempting to > > > create "meta" pages I get the following err

[web2py] bar_chart widget in cube2py table data?

2010-08-07 Thread cadrentes
Can I use data from a table to build the charts and tables instead of a comma delimited list? If yes, how?

[web2py:29609] Re: web2py book, 2nd Ed

2009-08-28 Thread cadrentes
It is well worth buying a second time. Thanks Massimo! I'm using web2py at work and it is really wowing the boss! On Aug 26, 3:34 am, mdipierro wrote: > The new web2py book is available on lulu.com > >      http://www.lulu.com/content/e-book/web2py/4968879 > > Lots of new stuff with100 more pa

[web2py:36213] TypeError: slice indices must be integers or None or have an __index__ method

2009-11-30 Thread cadrentes
I'm not sure this is the right forum for this discussion, any guidance in appreciated. After upgrading to 1.72.3 I get the following error in one of my applications: "TypeError: slice indices must be integers or None or have an __index__ method" What should I be looking at to fix this. The bug r

[web2py:36226] Re: TypeError: slice indices must be integers or None or have an __index__ method

2009-11-30 Thread cadrentes
ccepts(request.vars,session): redirect(URL(r=request, f='sdas')) return dict(form=form) @auth.requires_login() def count(): results=db(db.sda.id>1).count() if results < 1: redirect(URL(r=request,f='sdas')) #sdas=db(db.sda.id==id).select() #if n

[web2py:16692] Ubuntu Apache server setup problem

2009-02-22 Thread cadrentes
Linux user: 2 yrs Web2py user: 2 days I don't know how to phrase this problem. I'm trying to set up a server. I get this http://65.49.60.137/ when following the instructions in the guide instead of the html. Any ideas? --~--~-~--~~~---~--~~ You received this m

[web2py:16743] Re: Ubuntu Apache server setup problem

2009-02-22 Thread cadrentes
gt; > http://mdp.cti.depaul.edu/examples/static/web2py_manual_cut.pdf > > for deployment instructions. Let us know if you have problems and we > will help. > > Massimo > > On Feb 22, 10:09 am, cadrentes wrote: > > > Linux user: 2 yrs > > Web2py user: 2 days > > &g

[web2py:17145] Re: Ubuntu Apache server setup problem

2009-02-28 Thread cadrentes
self.server.start() File "/home/rentes/webapps/apachewsgi/web2py/gluon/wsgiserver.py", line 1383, in start raise socket.error, msg socket.error: (13, 'Permission denied') http://forum.webfaction.com/viewtopic.php?pid=8473 On Feb 22, 9:24 pm, Yarko Tymciur

[web2py:19011] Re: Writing a Book

2009-04-03 Thread cadrentes
I'm 38. I've been running Linux for a few years but I have no programming experience ecxept; copy and past some VBA in Excel, a few shell scripts, and a brief attempt at figuring out CakePHP. I've had a copy of Massimo's book for about a month and it is great! I've already put together a produc

[web2py:19090] Re: Writing a Book

2009-04-04 Thread cadrentes
ed books are a great way to delve deeper and look forward to seeing what you come up with. The manual is great. No troubles there. On Apr 3, 8:26 am, TheDude wrote: > In response to cadrentes and to elaborate on the project more... > > The book will be made for people who don't

[web2py] Any web2py/python web developers in Salt Lake City?

2010-11-29 Thread cadrentes
I've been learning but too slowly to put together the application I envision, not my main job...looking for someone who can help.

[web2py] Re: Any web2py/python web developers in Salt Lake City?

2010-11-30 Thread cadrentes
Thanks for your response! I'll check out experts4solutions.com. On Nov 30, 7:16 am, DenesL wrote: > You can find people from all over the world in experts4solutions.com, > or post an offer here and choose from the replies. > > On Nov 30, 12:39 am,cadrentes wrote: > > &

[web2py] wiki-meta-header, meta-footer, etc.... edit "layout.html"

2010-12-23 Thread cadrentes
Can you provide some more details on the plugin_wiki layout feature. I'm afraid the "appropriate places" are not obvious to me. "meta-header, meta-footer, meta-sidebar are not used by the default layout in "welcome/views/layout.html". If you want to use them edit "layout.html" using admin (or the

[web2py] Re: wiki-meta-header, meta-footer, etc.... edit "layout.html"

2010-12-25 Thread cadrentes
x27;sidebar'}} >               {{end}} >             >           > [...] >         >           {{block footer}} >              {{=plugin_wiki.embed_page('meta-footer') or 'footer'}} >           {{end}} >         > [...] > > On Dec 23,