Hello, I'm working with installing this, but so far, no good. I get a broken box icon in the Zope Control Panel, for this item. Here's the error message: Traceback (innermost last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 528, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/ZPoPyDA/__init__.py", line 23, in ? from PoPy_browser import PoPyConnectionBrowser, addPoPyConnectionBrowser,addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_browser.py", line 67, in ? from PoPy_DA import PoPyConnection, database_type, addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_DA.py", line 25, in ? from PoPy_db import DB File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_db.py", line 28, in ? raise "The PoPy module is old: Update your version of PoPy" The PoPy module is old: Update your version of PoPy I'm using the most up-to-date version. It's interesting that I'm told it's out of date. But the date is just a few days ago! What can I do to fix this? Thanks for your help, and for the work on creating this thing! Russell
I'm using the most up-to-date version. It's interesting that I'm told it's out of date. But the date is just a few days ago! What can I do to fix this?
The most up to date version of both ZPoPyDA _and_ python PoPy module? What does this tell you? % python
import PoPy PoPy.__version__
The latest ZPoPyDA requires PoPy version 2.0.4, 2.0.5 or 3.0. -jf
I thought I had the most up-to-date version, as I couldn't find a module >= PoPy-2.0.1 on the Zope site. Where else would I get it from ?
It's on sourceforge. Try: http://popy.sourceforge.net/ -jf
Well, it used to be there...? It seems to be hiding now. I looked on Debian.org and found only that it's in "unstable"....and that would be version 2.0.2.... Russell On Monday 13 August 2001 08:43, you wrote:
I thought I had the most up-to-date version, as I couldn't find a module
= PoPy-2.0.1 on the Zope site. Where else would I get it from ?
It's on sourceforge. Try:
-jf
On Mon, Aug 13, 2001 at 08:59:16AM -0400, Russell Hires wrote:
Well, it used to be there...? It seems to be hiding now. I looked on Debian.org and found only that it's in "unstable"....and that would be version 2.0.2....
The hideout is at: http://sourceforge.net/projects/popy -jf
Okay, I fixed my problem with PoPy. I'm at version 2.0.7. It compiled fine. Now I've got the exact same error as before. What on earth could be wrong now? Thanks for the help. I got distracted by fixing the PoPy problem, but now I'm still in the same boat. Russell On Sunday 12 August 2001 17:56, Russell Hires wrote:
Hello,
I'm working with installing this, but so far, no good. I get a broken box icon in the Zope Control Panel, for this item. Here's the error message: Traceback (innermost last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 528, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/ZPoPyDA/__init__.py", line 23, in ? from PoPy_browser import PoPyConnectionBrowser, addPoPyConnectionBrowser,addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_browser.py", line 67, in ? from PoPy_DA import PoPyConnection, database_type, addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_DA.py", line 25, in ? from PoPy_db import DB File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_db.py", line 28, in ? raise "The PoPy module is old: Update your version of PoPy" The PoPy module is old: Update your version of PoPy
I just changed the version line in /usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_db.py that had a version string that didn't include my version. Once I changed it to include that, it worked! Phew! Thanks for all the help.... Russell On Thursday 16 August 2001 22:42, you wrote:
Okay, I fixed my problem with PoPy. I'm at version 2.0.7. It compiled fine. Now I've got the exact same error as before. What on earth could be wrong now?
Thanks for the help. I got distracted by fixing the PoPy problem, but now I'm still in the same boat.
Russell
On Sunday 12 August 2001 17:56, Russell Hires wrote:
Hello,
I'm working with installing this, but so far, no good. I get a broken box icon in the Zope Control Panel, for this item. Here's the error message: Traceback (innermost last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 528, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/ZPoPyDA/__init__.py", line 23, in ? from PoPy_browser import PoPyConnectionBrowser, addPoPyConnectionBrowser,addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_browser.py", line 67, in ? from PoPy_DA import PoPyConnection, database_type, addPoPyConnectionForm File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_DA.py", line 25, in ? from PoPy_db import DB File "/usr/lib/zope/lib/python/Products/ZPoPyDA/PoPy_db.py", line 28, in ? raise "The PoPy module is old: Update your version of PoPy" The PoPy module is old: Update your version of PoPy
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (2)
-
Jan-Frode Myklebust -
Russell Hires