Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Andreas Jung



--On 20. Oktober 2006 13:07:29 -0700 Ferhat Ayaz [EMAIL PROTECTED] 
wrote:




Hi,

after upgrading from Zope 2.9.4-final to Zope-2.10.0 I
have following problem while importing a Folder to
Zope-2.10.0 which I have exported from Zope
2.9.4-final.
Do you know where I'm doing something wrong?

Error Type: ImportError
Error Value: cannot import name SUPPORTS_WEBDAV_LOCKS



Provide the full traceback please.

-aj

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


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Andreas Jung



--On 20. Oktober 2006 13:07:29 -0700 Ferhat Ayaz [EMAIL PROTECTED] 
wrote:




Hi,

after upgrading from Zope 2.9.4-final to Zope-2.10.0 I
have following problem while importing a Folder to
Zope-2.10.0 which I have exported from Zope
2.9.4-final.


And it is a known fact that export/import is only support between
*identical* Zope and Product versions...so basically your usecase
is unsupported.

-aj




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


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Ferhat Ayaz

 And it is a known fact that export/import is only
 support between
 *identical* Zope and Product versions...so basically
 your usecase
 is unsupported.

oh. Ok I didn't know this fact. thanks

Here is the traceback
--
2006-10-20T23:36:35 ERROR Zope.SiteErrorLog
http://localhost:8080/manage_importObject
Traceback (innermost last):
  Module ZPublisher.Publish, line 115, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 41, in call_object
  Module OFS.ObjectManager, line 609, in
manage_importObject
  Module OFS.ObjectManager, line 626, in
_importObjectFromFile
  Module ZODB.ExportImport, line 75, in importFile
  Module transaction._transaction, line 312, in
savepoint
  Module transaction._transaction, line 309, in
savepoint
  Module transaction._transaction, line 737, in
__init__
  Module ZODB.Connection, line 1034, in savepoint
  Module ZODB.Connection, line 507, in _commit
  Module ZODB.ExportImport, line 143, in
_importDuringCommit
  Module None, line 9, in ?
  Module None, line 12, in ?
ImportError: cannot import name SUPPORTS_WEBDAV_LOCKS

--- Andreas Jung [EMAIL PROTECTED] wrote:

 
 
 --On 20. Oktober 2006 13:07:29 -0700 Ferhat Ayaz
 [EMAIL PROTECTED] 
 wrote:
 
 
  Hi,
 
  after upgrading from Zope 2.9.4-final to
 Zope-2.10.0 I
  have following problem while importing a Folder to
  Zope-2.10.0 which I have exported from Zope
  2.9.4-final.

 
 -aj
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Andreas Jung



--On 21. Oktober 2006 00:50:20 -0700 Ferhat Ayaz [EMAIL PROTECTED] 
wrote:





And it is a known fact that export/import is only
support between
*identical* Zope and Product versions...so basically
your usecase
is unsupported.


oh. Ok I didn't know this fact. thanks



SUPPORT_WEBDAV_LOCKS was removed in 2.10. That's why it fails.
But as said the problem is how you are using export/import.

-aj

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


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Ferhat Ayaz

Ok. As I understand: It's not possible to import from
2.9.x to 2.10, is it?

--- Andreas Jung [EMAIL PROTECTED] wrote:

 
 
 --On 21. Oktober 2006 00:50:20 -0700 Ferhat Ayaz
 [EMAIL PROTECTED] 
 wrote:
 
 
  And it is a known fact that export/import is only
  support between
  *identical* Zope and Product versions...so
 basically
  your usecase
  is unsupported.
 
  oh. Ok I didn't know this fact. thanks
 
 
 SUPPORT_WEBDAV_LOCKS was removed in 2.10. That's why
 it fails.
 But as said the problem is how you are using
 export/import.
 
 -aj


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Andreas Jung



--On 21. Oktober 2006 01:03:52 -0700 Ferhat Ayaz [EMAIL PROTECTED] 
wrote:




Ok. As I understand: It's not possible to import from
2.9.x to 2.10, is it?



My answer was clear :-)

-aj

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


Re: [Zope] cannot import name SUPPORTS_WEBDAV_LOCKS

2006-10-21 Thread Andreas Jung



--On 21. Oktober 2006 01:13:32 -0700 Ferhat Ayaz [EMAIL PROTECTED] 
wrote:




What if we copy the Folder with FTP or WebDAV? Will
there be lost informations? Sorry if I ask to much.
But I think this can be interesting for people with
the same problem :)



Perhaps you're right. There might be a potential problem
with BBB :-/...have to check that.

-aj

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