[Zope-dev] RE: [Zope] Zope 2.2 beta 1 released

2000-06-13 Thread Christian Wittern

Trying to run the b1 on Windows, I get the following:

C:\Program Files\Z220b1"C:\Program Files\Z220b1\bin\python.exe" "C:\Program
Fil
es\Z220b1\z2.py" -D
Traceback (innermost last):
  File "C:\Program Files\Z220b1\z2.py", line 524, in ?
import ZServer
  File "C:\Program Files\Z220b1\ZServer\__init__.py", line 87, in ?
from medusa import max_sockets, asyncore
ImportError: No module named medusa


Throwing an empty __init__.py file into $Zope/ZServer/medusa solved the
problem for me.

Zope 220b1 looks great!


Christian

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian
 Lloyd
 Sent: Tuesday, June 13, 2000 5:37 AM
 To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
 Subject: [Zope] Zope 2.2 beta 1 released


 Zope 2.2.0 beta 1 has been released - you can download it from
 Zope.org:
 http://www.zope.org/Products/Zope/2.2.0b1/


 This release contains refinements to the new ownership model as
 well as better undo management and many bug fixes. For more
 information, see:

 http://www.zope.org/Products/Zope/2.2.0b1/CHANGES.txt

 If you are still using a 2.1.x version of Zope, be sure to
 see the document
 http://www.zope.org/Products/Zope/2.2.0b1/upgrading_to_220

 for information on the recent changes to the Zope security model
 and other upgrade information.


 Brian Lloyd[EMAIL PROTECTED]
 Software Engineer  540.371.6909
 Digital Creations  http://www.digicool.com



 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )




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




[Zope-dev] RE: [Zope] Zope 2.2 beta 1 released

2000-06-13 Thread Brian Lloyd

 Trying to run the b1 on Windows, I get the following:
 
 C:\Program Files\Z220b1"C:\Program 
 Files\Z220b1\bin\python.exe" "C:\Program
 Fil
 es\Z220b1\z2.py" -D
 Traceback (innermost last):
   File "C:\Program Files\Z220b1\z2.py", line 524, in ?
 import ZServer
   File "C:\Program Files\Z220b1\ZServer\__init__.py", line 87, in ?
 from medusa import max_sockets, asyncore
 ImportError: No module named medusa
 
 
 Throwing an empty __init__.py file into $Zope/ZServer/medusa 
 solved the
 problem for me.

Ack - apparently something in the win installer thinks that empty
files are not worth preserving :( Note that I've tweaked this and
re-uploaded the win32 beta. If you've already downloaded it, the 
above solution is fine (just create an empty file named __init__.py 
in your ZServer/medusa directory).

Brian Lloyd[EMAIL PROTECTED]
Software Engineer  540.371.6909  
Digital Creations  http://www.digicool.com 




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