Found it. There's a double quote in the folder name for Pyramid inside your tgz archive, which is not appreciated by Windows (and I doubt whether Linux or MacOs will like it).
On May 19, 8:55 pm, Angelo Hulshout <[email protected]> wrote: > Have you tested the Pyramid install on Windows? Pip gives an error on > a file name while unpacking (removed project and account name info): > > File "<myproject>\lib\os.py", line 152, in makedirs > mkdir(name, mode) > WindowsError: [Error 123] The filename, directory name, or volume > label syntax is incorrect: '<my user dir>\\AppData\\Local\\Temp\ > \pycharm-packaging694329015352619110.tmp\\pyramid\\"pyramid' > > On May 19, 8:45 pm, Angelo Hulshout <[email protected]> wrote: > > > > > > > > > Thanks for the update. I just started a new project, so I'll switch to > > Pyramid 1.3.1 then to get back on track. > > > On May 19, 3:28 pm, Chris McDonough <[email protected]> wrote: > > > > On 05/18/2012 07:05 PM, Angelo Hulshout wrote: > > > > > Going back to zope.interface 3.8.0 and zope.deprecation 3.5.1 is also > > > > the only way to get Configurator to work on Python 3.2 - what is a > > > > deprecation warning on 2.x is an error on 3.x - or so it seems on my > > > > systems. > > > > > On May 18, 1:59 pm, "Vlad K."<[email protected]> wrote: > > > >> BTW, seems downgrading zope.intarface to 3.8.0 requires also > > > >> zope.deprecation< 4.0.0 , the latest of which is 3.5.1 I think. > > > > >> .oO V Oo. > > > > >> On 05/18/2012 01:12 PM, Vlad K. wrote: > > > > FTR, I just released zope.sqlalchemy 0.7.1 and Pyramid 1.3.1. These > > > include fixes that allow them to work with zope.interface 4.0. > > > > - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
