[EMAIL PROTECTED] schrieb:
> On Fri, 16 Feb 2007 at 06:49, gasolin wrote:
>> For install cblog applications you should read the project's INSTALL
>> info.
>>
>> http://chrisarndt.de/projects/cblog/
> 
> Me, I did that.  But when I did the 'tg-admin sql create' step I got
> this:
> Exception exceptions.AttributeError: "'pysqlite2.dbapi2.Connection'
> object has no attribute 'autocommit'" in <bound method
> Transaction.__del__ of <sqlobject.dbconnection.Transaction object at
> 0x88a074c>> ignored
> 
> Any clues? I haven't yet tried going beyond that step to see if things
> worked anyway (just haven't had time yet).

I just tried it with a clean new TurboGears installation and got the same error
too :-( I have no idea what's happening there, but the database seems to be
created correctly nevertheless, so you can ignore the error.


But there are a few more installation hurdles (after all, it's alpha software
for a reason ;-)

1) After step 2 and before step 3 you should do this:

    [sudo] easy_install docutils python-dateutil textile pysqlite

2) The filename of the SQL bootstrap data in the distribution is wrong. It is
'data/boostrap.sql' instead of 'data/bootstrap.sql' as the instructions say.

3) There seems to be an imcompatibilty issue with my code and kid >= 0.9.5
(which is the version that currently gets installed with TurboGears 1.0.1) that
screws up widget display and JS/CSS inclusion. Installing kid 0.9.4 fixes that.
I have to investigate what's wrong there.

    [sudo] easy_install -f http://www.kid-templating.org/dist/0.9.4/ kid==0.9.4

I should really enhance the egg distribution to include a default configuration
file and a start script that automatically creates a database file, if there
isn't one already. I've had little time to work on this project lately,
unfortunately.


HTH, Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to