Reputation: 1
I have a problem with my programming environment, after many tries to use turbogears library in my project (I need the DataGrid method) I left it and try another project.
I think I make some kind of mistake because I cannot create a project with
gearbox quickstart name_proj
I have got
ERROR [gearbox] Unknown command 'quickstart'
In the past it works, probably I destroy sth with many tries to install many versions of turbogears
Upvotes: 0
Views: 64
Reputation: 1791
You probably need to install the tg.devtools
package. The quickstart
command is not part of TurboGears itself, but part of the Development Tools.
Upvotes: 1