Import Product (howto).(Amos?)
Hello all, I've had this problem about not being able to "revive" products properly after distribution. I realize the problem now. However, I can't seem to do what the howto says: http://www.zope.org/Members/Amos/ControlPanelDistribution """ If you want to move Control Panel Products between Zopes so that the Product is fully modifiable and equivalent to the original you should use the standard Zope import/export facility. This is exactly the same thing you would do to move any other type of Zope object back and forth between Zopes. """ I can export the product, it seems, but where do I import it? There's not import/export tab for products. Not even within a generated "blank" product. I tried to import into a normal folder (thinking, naively to copy-paste into the product area) but it says: object [myobject] does not support this operation! (error, of course) And a whole bunch of traceback stuff. So how do we do this import/export product dance? Thanks. -- ----------------------------------------- Kuraiken - Python fanatic. ----------------------------------------- Python. Try it. It'll swallow you whole! -----------------------------------------
At 07:43 20/09/99 , Kuraiken wrote:
Hello all,
I've had this problem about not being able to "revive" products properly after distribution. I realize the problem now. However, I can't seem to do what the howto says:
http://www.zope.org/Members/Amos/ControlPanelDistribution
""" If you want to move Control Panel Products between Zopes so that the Product is fully modifiable and equivalent to the original you should use the standard Zope import/export facility. This is exactly the same thing you would do to move any other type of Zope object back and forth between Zopes. """
I can export the product, it seems, but where do I import it? There's not import/export tab for products. Not even within a generated "blank" product.
I tried to import into a normal folder (thinking, naively to copy-paste into the product area) but it says:
object [myobject] does not support this operation! (error, of course)
And a whole bunch of traceback stuff.
So how do we do this import/export product dance? Thanks.
Just click on the export button. You will end up in the import/export management screen. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
Martijn Pieters wrote:
Kuraiken wrote:
So how do we do this import/export product dance? Thanks.
Just click on the export button. You will end up in the import/export management screen.
IMHO, the Export button should be an "Import/Export" Button. Might make things a little clearer. -- "They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown." -- Carl Sagan
This reminds me of Start==>Shutdown... but I can't remember the OS that has this feature. Drew. bill.anderson@libc.org wrote:
Martijn Pieters wrote:
Kuraiken wrote:
So how do we do this import/export product dance? Thanks.
Just click on the export button. You will end up in the import/export management screen.
IMHO, the Export button should be an "Import/Export" Button. Might make things a little clearer.
-- "They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown." -- Carl Sagan
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Andrew Lahser -
bill.anderson@libc.org -
Kuraiken -
Martijn Pieters