[Zope] Import Problem with the zexp-File

2005-09-06 Thread Birgit Dippelreiter








Hi!



I want to import a file to my Zope Server (version
2.7.4). The *.zexp is from a Zope Server with version 2.8.0. Should it be
possible to import the zexp  File from a newer Zope version to an older
one?



Because, when I try to import the File, I always get
the following error: 

Errortype: ImportError

Error value: No module named FileDocument



With best regards,

Birgit










___
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] Import Problem with the zexp-File

2005-09-06 Thread Dieter Maurer
Birgit Dippelreiter wrote at 2005-9-6 13:33 +0200:
I want to import a file to my Zope Server (version 2.7.4). The *.zexp is
from a Zope Server with version 2.8.0. Should it be possible to import the
zexp - File from a newer Zope version to an older one?

 

Because, when I try to import the File, I always get the following error: 

Errortype: ImportError

Error value: No module named FileDocument

Your zexp reference an object defined in a module FileDocument.

The installation, you try to import the zexp does not have such
a module. It will not import until you make such a module
available (with acceptable content).

-- 
Dieter
___
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] Import problem

2005-07-01 Thread Dieter Maurer
George Tesseris wrote at 2005-6-30 23:37 +0300:
When I try to import a specific .zexp the following error is raised:

*Error Type: AttributeError*
*Error Value: ('__new__', function __newobj__ at 0x00B8B0F0, 
(extension class Shared.DC.ZRDB.DA.SQL at 01AE2728,))

*Help please... It's crucial...

Unfortunately, it is as crucial that you include the traceback
in your problem reports...


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


[Zope] Import problem

2005-06-30 Thread George Tesseris




When I try to import a specific .zexp the following error is raised:

Error Type: AttributeError
Error Value:
('__new__', function __newobj__ at 0x00B8B0F0, (extension
class Shared.DC.ZRDB.DA.SQL at 01AE2728,))

Help please... It's crucial...

George



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


[Zope] Import problem

2001-01-10 Thread Andreas Tille

Hello,

I tried to create my first class following a tutorial.  I exported
the rudimentary class via export function.  Now I wanted to import
it on my laptop to continue working on it but importing failed with
the message:

   The object my_class_name does not support this operation

What could be wrong here?
Which information do you possibly need?
Is there a document to read first before trying such stuff?

Kind regards and sorry for this simple question

  Andreas.


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




Re: [Zope] Import problem

2001-01-10 Thread Dieter Maurer

Andreas Tille writes:
  Hello,
  
  I tried to create my first class following a tutorial.  I exported
  the rudimentary class via export function.  Now I wanted to import
  it on my laptop to continue working on it but importing failed with
  the message:
  
 The object my_class_name does not support this operation
  
  What could be wrong here?
ZClasses can only be imported into products.



Dieter

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