subhra1234 0 Newbie Poster

hello,everyone,i am a beginner in python and at the time of creating a project in pyramid framework i am facing some sort of problem,i have a windows system,and i have pyramid installed in my system....

my current location of python is d:\python27

i am following this tutorial from pyramid documentation to create a project

"Your next step is to create a project. Pyramid supplies a variety of scaffolds to generate sample projects.
For this tutorial, we will use the ZODB -oriented scaffold named pyramid_zodb.
The below instructions assume your current working directory is the “virtualenv” named “env”.
"

but when i am executing under command prompt i am getting following error:

D:\Python27\env>Scripts\paster create -t pyramid_zodb tutorial
'Scripts\paster' is not recognized as an internal or external command,
operable program or batch file.

plz,help