Are all the required libraries released publicly (on pypi or public sections of other repositories) so people do not need authorization for access?
Following the documentation at: http://kotti.readthedocs.org/en/latest/installation.html Creating a virtual environment and running PIP, it stops with a prompt for a user/password at a couple spots: Example: Downloading/unpacking peppercorn>=0.3 (from deform>=0.9.2->Kotti) User for www.repoze.org: Then fails with: HTTP error 401 while getting http://bitbucket.org/izi/polib/downloads/polib-0.7.0.tar.gz (from http://pypi.python.org/simple/polib/) Could not install requirement polib (from lingua>=1.3->Kotti) because of error HTTP Error 401: Unauthorized Could not install requirement polib (from lingua>=1.3->Kotti) because of HTTP error HTTP Error 401: Unauthorized for URL http://bitbucket.org/izi/polib/downloads/polib-0.7.0.tar.gz (from http://pypi.python.org/simple/polib/) Storing complete log in /home/ss/.pip/pip.log Using easy_install it seems to download and install more, but they dies on this: Downloading http://bitbucket.org/izi/polib/downloads/polib-0.7.0.tar.gz error: Can't download http://bitbucket.org/izi/polib/downloads/polib-0.7.0.tar.gz: 401 Unauthorized Maybe some release testing needs to be done on a clean (non-developer) machine? On Mon, Mar 5, 2012 at 6:07 PM, Daniel Nouri <[email protected]> wrote: > I've rewritten much of the Kotti docs based on feedback that I > received at the recent 'PloneKonf' conference in Munich. Kotti > describes itself now more aptly as a high-level web framework that > includes a CMS (a position similar to Plone's). > > For the developer, Kotti wires together a number of components and > makes them ready to use: Pyramid's traversal, ACL security with > groups/roles, templating, SQLAlchemy, and Twitter Boostrap. Thus, > building your application with Kotti may mean that you spend less time > getting started. > > Kotti is actively developed and maintained for about a year now. I > and others consider it stable and mature, and we're basing bigger > client projects on top of it. I'd like to invite you to read the > first few paragraphs of the documentation, to find out if maybe Kotti > is a good foundation for *your* next Pyramid project too: > > - http://kotti.readthedocs.org > > If you speak German, you might also be interested to view the video > and slides of my Pyramid/Kotti talk from PloneKonf: > > - http://www.youtube.com/watch?v=xh3BDqE04yA > - > http://www.slideshare.net/dnouri/kotti-eine-moderne-und-schlanke-plonealternative-auf-basis-von-pyramid-und-sqlalchemy > > Other links of interest: > > - on Github: https://github.com/Pylons/Kotti > - live demo of the CMS: http://kottidemo.danielnouri.org/ > - #Kotti on IRC/Freenode: irc://irc.freenode.net/#kotti > - mailing list: http://groups.google.com/group/kotti > - developer screencast: http://www.youtube.com/watch?v=GC3tw6Tli54 > > > Thanks! > Daniel > > -- > 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. > > -- 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.
