Comment 5 for bug 731803

Revision history for this message
jorgen jorgensen (gardsted-gmail) wrote : Re: [Bug 731803] Re: WindowsError when renaming temporary file

It's me again - found it!
https://code.launchpad.net/chameleon.core says:

Attribute language template compiler hosts its code at
http://svn.repoze.org/chameleon/trunk/.

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
Selected and implied templates:
  pyramid#pyramid_starter pyramid starter project

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')
======================
...

D:\Users\Rendon\servage\pd\chtest1>..\Scripts\paster serve development.ini

Welcome to chtest1, an application generated by
the Pyramid web application development framework.