Re: [Zope] Appropriate Photo / Photo Folder for Zope 2.10.2?

2007-02-06 Thread Pablo Ziliani

Hi Andrew,

Thanks for your answer. FWIW I decided to keep the version (1.3.1) since 
it is the last release at the moment. It also seems to play well with 
ExtFile (at least Zope omitted the included ExtFile in favor of the 
standalone one).
Just for the records, Photo does include a JpgComment.py file (different 
case) but not a method with that name.


Thanks,
Pablo

Andrew Milton wrote:

+---[ Pablo Ziliani ]--
| Hello all,
| 
| I'm having trouble to find an appropriate version for the Photo/Photo 
| Folder product to run under 2.10.2.
| I'm currently using Roug's 1.3.1[1] which throws some warnings upon 
| start[2]. Also, there's a more recent ExtFile[3] product that I'd like 
| to use if it played well with Photo. Maybe I should use the (much older) 
| Zope3 version?[4]

| Can anybody please give me a hand with this? (working links are appreciated)

| [2] WARNING Init Class Products.Photo.Photo.Photo has a security 
| declaration for nonexistent method 'jpgcomment'


This is a fairly harmless warning. It is declaring a set of permissions for
jpgcomment. Perhaps the method was removed, and the permissions declaration
was missed.

  


___
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] Appropriate Photo / Photo Folder for Zope 2.10.2?

2007-02-06 Thread Andrew Milton
+---[ Pablo Ziliani ]--
| Hello all,
| 
| I'm having trouble to find an appropriate version for the Photo/Photo 
| Folder product to run under 2.10.2.
| I'm currently using Roug's 1.3.1[1] which throws some warnings upon 
| start[2]. Also, there's a more recent ExtFile[3] product that I'd like 
| to use if it played well with Photo. Maybe I should use the (much older) 
| Zope3 version?[4]
| Can anybody please give me a hand with this? (working links are appreciated)

| [2] WARNING Init Class Products.Photo.Photo.Photo has a security 
| declaration for nonexistent method 'jpgcomment'

This is a fairly harmless warning. It is declaring a set of permissions for
jpgcomment. Perhaps the method was removed, and the permissions declaration
was missed.

-- 
Andrew Milton
[EMAIL PROTECTED]
___
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] Appropriate Photo / Photo Folder for Zope 2.10.2?

2007-02-06 Thread Pablo Ziliani

Hello all,

I'm having trouble to find an appropriate version for the Photo/Photo 
Folder product to run under 2.10.2.
I'm currently using Roug's 1.3.1[1] which throws some warnings upon 
start[2]. Also, there's a more recent ExtFile[3] product that I'd like 
to use if it played well with Photo. Maybe I should use the (much older) 
Zope3 version?[4]

Can anybody please give me a hand with this? (working links are appreciated)

TIA,
Pablo

[1] http://www.zope.org/Members/Roug/Photo
[2] WARNING Init Class Products.Photo.Photo.Photo has a security 
declaration for nonexistent method 'jpgcomment'
2007-02-06 10:53:11 WARNING Init Class Products.Photo.Photo.Photo has a 
security declaration for nonexistent method 'jpgcomment'
/Products/Photo/__init__.py:32: DeprecationWarning: The ImageFile module 
will be removed in Zope 2.11. Use App.ImageFile instead.

 from ImageFile import ImageFile
[3] http://www.zope.org/Members/shh/ExtFile
[4] http://svn.zope.org/photo/ I guess, since the link in rbrickers' Z2 
version page is broken (http://www.zope.org/Members/rbickers/Photo)

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