Re: [Zope-dev] Imports broken on 2.9.0-b1?

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 07:57:43AM +0100, Tino Wildenhain wrote:
 I suspect its the feature which got introduced in 2.8? or so which
 has a browser for packets to import so you dont have to
 guess and type the name correctly. And to not have to
 copy the exaples to every instance home, it
 looks in Software-home too. 

Yes, apparently so.
 
 2 questions araise, though:
 
 1) why is Softwarehome/import not there?

I suspect that it's supposed to be created by make install
by copying the one in skel; I don't yet know why it's not,
will investigate.
make install under 2.7.x and 2.8.x used to do this.

Incidentally, this raises the point that some included docs are out of
date.  I'll file a separate collector issue about that, since I can't
figure out what they're supposed to say now so I can't fix them ;-)

 2) why is the test not skipping the non existant
directory.

#2 is trivial, I will check in a fix as soon as I figure out 
a test to demonstrate the issue.
 
-- 

Paul Winkler
http://www.slinkp.com
___
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] Imports broken on 2.9.0-b1?

2005-12-11 Thread Tino Wildenhain
Am Sonntag, den 11.12.2005, 23:19 -0500 schrieb Paul Winkler:
 Another quickie problem report - no time to investigate further right
 now, but can anybody else reproduce?  If so, I'll try to fix tomorrow...
 
 In a fresh 2.9.0-b1 instance, made via bin/mkzopeinstance, I get this
 when I click the Import/Export button in the ZMI:
 
 Site Error
 
 An error was encountered while publishing this resource.
 
 Error Type: OSError
 Error Value: [Errno 2] No such file or directory:
 '/home/pw/Zope-2.9.0b1-SoftwareHome/import'
 
 And the traceback is:
...
 OSError: [Errno 2] No such file or directory:
 '/home/pw/Zope-2.9.0b1-SoftwareHome/import'
 
 
 Well, err, why are you looking there? That's not my instance home :-\

I suspect its the feature which got introduced in 2.8? or so which
has a browser for packets to import so you dont have to
guess and type the name correctly. And to not have to
copy the exaples to every instance home, it
looks in Software-home too. 

2 questions araise, though:

1) why is Softwarehome/import not there?
2) why is the test not skipping the non existant
   directory.

Either case a bug report :)

++Tino


___
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 )