Re: [Repoze-dev] repoze.bfg not installing on Windows
Thanx a lot. I was able to run the hello world / good bye example on the Windows. Will now be able to try out other things. With regards, - Shailesh On Thu, Feb 18, 2010 at 8:46 PM, Chris McDonough wrote: > I have placed WebOb-0.9.8.tar.gz into the > http://dist.repoze.org/bfg/current/simple index, so it should be picked up > now. > > > On 2/18/10 9:30 AM, Tres Seaver wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Shailesh Kumar wrote: >> >> I am new to repoze. I was trying to install repoze.bfg on a Windows-XP >>> machine. It crashed while trying to install WebOb. >>> >>> Searching for WebOb>=0.9.7 >>> Reading http://dist.repoze.org/bfg/current/simple/WebOb/ >>> Best match: WebOb 0.9.7.1 >>> Downloading http://dist.repoze.org/bfg/current/WebOb-0.9.7.1.tar.gz >>> >>> >>>dir = convert_path(words[1]) >>> File "c:\Python26\Lib\distutils\util.py", line 191, in convert_path >>> raise ValueError, "path '%s' cannot end with '/'" % pathname >>> ValueError: path 'docs/' cannot end with '/' >>> >>> After googling I found that this was a known issue for WebOb 0.9.7.1 and >>> has >>> been fixed since. PythonPaste shows the latest version to be 0.9.8. >>> repoze.org still holds on to 0.9.7.1. >>> >>> >>> What should I do to make my installation work? >>> >> >> Two options: >> >> - - Install the updated version of WebOb from PyPI before installing BFG. >> >> - - Wait for the dist.repoze.org index to get updated (likely sometime in >> the wext week during PyCon). >> >> >> Tres. >> - -- >> === >> Tres Seaver +1 540-429-0999 tsea...@palladion.com >> Palladion Software "Excellence by Design"http://palladion.com >> -BEGIN PGP SIGNATURE- >> Version: GnuPG v1.4.9 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> >> iEYEARECAAYFAkt9TxAACgkQ+gerLs4ltQ5kygCgzlrUy86b9XMSS/XM9kGEBVkB >> KTMAoMAgJHJnxvNi2PsIOtsS1VL+l5bC >> =Vo9D >> -END PGP SIGNATURE- >> ___ >> Repoze-dev mailing list >> Repoze-dev@lists.repoze.org >> http://lists.repoze.org/listinfo/repoze-dev >> >> > > -- > Chris McDonough > Agendaless Consulting, Fredericksburg VA > The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book > ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev
Re: [Repoze-dev] repoze.bfg not installing on Windows
I have placed WebOb-0.9.8.tar.gz into the http://dist.repoze.org/bfg/current/simple index, so it should be picked up now. On 2/18/10 9:30 AM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Shailesh Kumar wrote: > >> I am new to repoze. I was trying to install repoze.bfg on a Windows-XP >> machine. It crashed while trying to install WebOb. >> >> Searching for WebOb>=0.9.7 >> Reading http://dist.repoze.org/bfg/current/simple/WebOb/ >> Best match: WebOb 0.9.7.1 >> Downloading http://dist.repoze.org/bfg/current/WebOb-0.9.7.1.tar.gz >> >> >> dir = convert_path(words[1]) >>File "c:\Python26\Lib\distutils\util.py", line 191, in convert_path >> raise ValueError, "path '%s' cannot end with '/'" % pathname >> ValueError: path 'docs/' cannot end with '/' >> >> After googling I found that this was a known issue for WebOb 0.9.7.1 and has >> been fixed since. PythonPaste shows the latest version to be 0.9.8. >> repoze.org still holds on to 0.9.7.1. >> >> >> What should I do to make my installation work? > > Two options: > > - - Install the updated version of WebOb from PyPI before installing BFG. > > - - Wait for the dist.repoze.org index to get updated (likely sometime in >the wext week during PyCon). > > > Tres. > - -- > === > Tres Seaver +1 540-429-0999 tsea...@palladion.com > Palladion Software "Excellence by Design"http://palladion.com > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkt9TxAACgkQ+gerLs4ltQ5kygCgzlrUy86b9XMSS/XM9kGEBVkB > KTMAoMAgJHJnxvNi2PsIOtsS1VL+l5bC > =Vo9D > -END PGP SIGNATURE- > ___ > Repoze-dev mailing list > Repoze-dev@lists.repoze.org > http://lists.repoze.org/listinfo/repoze-dev > -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev
Re: [Repoze-dev] repoze.bfg not installing on Windows
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shailesh Kumar wrote: > I am new to repoze. I was trying to install repoze.bfg on a Windows-XP > machine. It crashed while trying to install WebOb. > > Searching for WebOb>=0.9.7 > Reading http://dist.repoze.org/bfg/current/simple/WebOb/ > Best match: WebOb 0.9.7.1 > Downloading http://dist.repoze.org/bfg/current/WebOb-0.9.7.1.tar.gz > > >dir = convert_path(words[1]) > File "c:\Python26\Lib\distutils\util.py", line 191, in convert_path > raise ValueError, "path '%s' cannot end with '/'" % pathname > ValueError: path 'docs/' cannot end with '/' > > After googling I found that this was a known issue for WebOb 0.9.7.1 and has > been fixed since. PythonPaste shows the latest version to be 0.9.8. > repoze.org still holds on to 0.9.7.1. > > > What should I do to make my installation work? Two options: - - Install the updated version of WebOb from PyPI before installing BFG. - - Wait for the dist.repoze.org index to get updated (likely sometime in the wext week during PyCon). Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software "Excellence by Design"http://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkt9TxAACgkQ+gerLs4ltQ5kygCgzlrUy86b9XMSS/XM9kGEBVkB KTMAoMAgJHJnxvNi2PsIOtsS1VL+l5bC =Vo9D -END PGP SIGNATURE- ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev
[Repoze-dev] repoze.bfg not installing on Windows
Hello, I am new to repoze. I was trying to install repoze.bfg on a Windows-XP machine. It crashed while trying to install WebOb. Searching for WebOb>=0.9.7 Reading http://dist.repoze.org/bfg/current/simple/WebOb/ Best match: WebOb 0.9.7.1 Downloading http://dist.repoze.org/bfg/current/WebOb-0.9.7.1.tar.gz dir = convert_path(words[1]) File "c:\Python26\Lib\distutils\util.py", line 191, in convert_path raise ValueError, "path '%s' cannot end with '/'" % pathname ValueError: path 'docs/' cannot end with '/' After googling I found that this was a known issue for WebOb 0.9.7.1 and has been fixed since. PythonPaste shows the latest version to be 0.9.8. repoze.org still holds on to 0.9.7.1. What should I do to make my installation work? Thanx a lot for the help. With regards, - Shailesh ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev