Piotr
Piotr

Reputation: 1

TurboGear framework python 3.7 doesnt work quickstart

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

Answers (1)

amol
amol

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

Related Questions