1. You don't have to do anything as long as you don't go to the ccache
function in admin. Otherwise, you can replace the ccache function in
controllers/admin.py with the ccache function in
controllers/appadmin.py (also found in web2py welcome trunk). It is
the same code, but the appadmin version performs the check for
guppy-heapy.

2. It is a bug, looks like Configure class uses a reserved keyword in
MySQL. Probably the `name` column, would you mind changing this and
testing? I must have missed this since I only tested on PostgreSQL

3. Me and my linked files! Just rename views/efflorescenceorange.html
to views/layout.html. A real layout changing mechanism is something I
really want to work on next.

-Thadeus





On Wed, Mar 17, 2010 at 1:43 PM, Alex Fanjul <[email protected]> wrote:
> Hi thadeus,
>
> I'm trying to understand the blogitizor code, but I'm wasn't be able to
> install it yet at all.
> I'm using last version of web2py 1.76.1, and windows 7 with python 2.5.
>
> 1) I could install pygments with "easy_install" but couldn't install guppy
> beacuse it requires python 2.6 and I have 2.5. As you say it's optional, Do
> I have to do anything to avoid using it in the meanwhile?
> 2) When I try to use MySQL connection (through apache), it complains with:
>
> File "E:/web2py/applications/blogitizor/models/B_settings.py", line 45, in
> <module>
>     configure = utils.Configure(db)ProgrammingError: (1064, "You have an
> error in your SQL syntax; check the manual that corresponds to your MySQL
> server version for the right syntax to use near 'VARCHAR(512),\n    name
> VARCHAR(512),\n    value LONGTEXT,\n    description LONGTEX' at line 3")
>
> I'm using MySQL 5.1.36, is it wrong for this?
>
> 3) Finally I got running with sqlite and cherrpy, but when I go to index it
> show this line:
> /home/thadeusb/Workspace/Web/Blogitizor/src/views/efflorescenceorange.html
>
> After looking for the error I noticed that views/default.html actually only
> has this line inside.
>
> Alex
>
> --
> Alejandro Fanjul
> [email protected]
> www.siokia.com

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to