import & export error on.2.9.2 version of zope has been solved
The problem with import and export of zope application from zope2.7.3 to zope2.9.2 has been solved.But when I am sending some request to the server that time It's giving error as follows "Error Type: ImportError Error Value: import of "name of the application" is unauthorized getting this type of error" Is it because of the change in the version of ZODB, in zope2.7.3 they have used the 3.2.4c version ZODB , and in ZOPE2.9.2 used 3.6.0 version ZODB. Sir "Lennart Regebro" has suggested me to copy and paste the data.fs file from Zope2.7.3 where actully my application has developed.Please help me out -- regards Shiv
On 4/14/06, shivayogi kumbar <shivayogiks@gmail.com> wrote:
Is it because of the change in the version of ZODB, in zope2.7.3 they have used the 3.2.4c version ZODB , and in ZOPE2.9.2 used 3.6.0 version ZODB.
No.
Sir "Lennart Regebro" has suggested me to copy and paste the data.fs file from Zope2.7.3 where actully my application has developed.Please help me out
That is the best way of upgrading, yes. Then you will have no import error. And you still no not include the whole traceback. It is impossible to say what is wrong unless you include the whole traceback. And stop calling the application "applictaion name" tell us what it is, people here might know the application. And, as I said before: This is most likely a problem with the application. Contact the application developer.
participants (2)
-
Lennart Regebro -
shivayogi kumbar