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" <http://ssl.localhost/admin/default/edit/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
afan...@siokia.com
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 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.

Reply via email to