Enter project name: chtest1
...
D:\Users\Rendon\servage\pd\chtest1>..\Scripts\python.exe setup.py develop
...
Searching for chameleon==2.0-rc5
Best match: chameleon 2.0-rc5
Processing chameleon-2.0_rc5-py2.7.egg
chameleon 2.0-rc5 is already the active version in easy-install.pth
Using d:\users\rendon\servage\pd\lib\site-packages\chameleon-2.0_rc5-py2.7.egg
======================
loader has this, so it is the right package:
fd, fn = tempfile.mkstemp(prefix=base, suffix='.tmp', dir=self.path)
temp = os.fdopen(fd, 'w')
======================
...
It's me again - found it! /code.launchpad .net/chameleon. core says:
https:/
Attribute language template compiler hosts its code at svn.repoze. org/chameleon/ trunk/.
http://
and going there it says it has moved to: https:/ /github. com/malthe/ chameleon
so now i installed git
and cloned it from the https:/ /github. com/malthe/ chameleon
puhhh - no pyramid install - nose 1.0.0 couldn't install (venusian requirement)
so i had to install the new chameleon on top of my old virtualenv
here goes
D:\Users\ Rendon\ servage\ pd>Scripts\ paster create -t pyramid_starter pyramid_ starter pyramid starter project
Selected and implied templates:
pyramid#
Enter project name: chtest1 Rendon\ servage\ pd\chtest1> ..\Scripts\ python. exe setup.py develop 2.0_rc5- py2.7.egg
...
D:\Users\
...
Searching for chameleon==2.0-rc5
Best match: chameleon 2.0-rc5
Processing chameleon-
chameleon 2.0-rc5 is already the active version in easy-install.pth
Using d:\users\ rendon\ servage\ pd\lib\ site-packages\ chameleon- 2.0_rc5- py2.7.egg ======= ======= = mkstemp( prefix= base, suffix='.tmp', dir=self.path) ======= ======= =
=======
loader has this, so it is the right package:
fd, fn = tempfile.
temp = os.fdopen(fd, 'w')
=======
...
D:\Users\ Rendon\ servage\ pd\chtest1> ..\Scripts\ paster serve development.ini
Welcome to chtest1, an application generated by
the Pyramid web application development framework.