[Zope-dev] buildout and extends on https

2008-04-30 Thread Adam GROSZER
Hi there,

  Trying to move the KGS to our local server.

  Seems like buildout cannot extends= a cfg file that is on an https
  server.
  Seems like it loads extensions (like lovely.buildouthttp for
  authenticated http requests) later than it tries to read the
  extends= files.

  Do I miss something?

=
transcript:
=
[EMAIL PROTECTED]:~/ bin/buildout -vv
While:
  Initializing.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:

HTTPError:
HTTP Error 401: Authorization Required
  
  

-- 
Best regards,
 Adam GROSZER  mailto:[EMAIL PROTECTED]
--
Quote of the day:
Flappity, floppity, flip, The mouse on the mobius strip; The strip
revolved, The mouse dissolved in a chrono-dimensional skip. 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] buildout and extends on https

2008-04-30 Thread Jim Fulton


On Apr 30, 2008, at 11:24 AM, Adam GROSZER wrote:


Hi there,

 Trying to move the KGS to our local server.

 Seems like buildout cannot extends= a cfg file that is on an https
 server.
 Seems like it loads extensions (like lovely.buildouthttp for
 authenticated http requests) later than it tries to read the
 extends= files.

 Do I miss something?


Right, it doesn't process extensions until it has loaded the entire  
database.


Jim

--
Jim Fulton
Zope Corporation


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )