-
Sorry for the delay: the problem does seem resolved in the March release.
2008-08-03 12:47:37 UTC in MySQL for Python
-
I'm not sure from exactly which versions of Zope but I think at least > 2.8 line 96 of DA.py is broken.
# from ImageFile import ImageFile
It should be
from App.ImageFile import ImageFile
Also the use of methods in __init__.py is deprecated:
DeprecationWarning: __init__.py of Products.ZMySQLDA has a long deprecated 'methods' attribute. 'methods' support might be removed in Zope 2.11 or...
2008-06-21 13:29:00 UTC in MySQL for Python
-
Problem solved! When running in Zope all are removed by default which is why the targets were failing.
2007-07-31 12:35:48 UTC in reStructuredText
-
I did install docutils for this behind Zope. Although it does seem that Zope comes with an older version. I've deleted that and installed the most reecent snapshot:
mail:/usr/lib/zope2.9/lib/python# python
Python 2.4.4 (#2, Apr 5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import...
2007-07-30 22:02:19 UTC in reStructuredText
-
Hi,
can't find this in any of the submissions. I really like ReST and use it on a website in preference to HTML. However, handling URLs can be a problem as people usually want to work with anonymous URLs such as click here
While explicit use of anonymous targets works fine, embedded URLs do not. According to the documentation the following should work:
`RFC...
2007-07-30 21:21:01 UTC in reStructuredText