-
**Bug report**
When trying to add the `-P` flag to Python shebangs in Fedora package, @befeleme discovered that our sphinxcontrib-programoutput fails to build documentation when `/usr/bin/sphin…
-
There are probably a few ways to do that
1. Open the ZIP client side and then use restapi to upload it one file at a time
- need to warn the user it won't be a single transaction vs doing it se…
-
I am use ``transmogrify.ploneremote`` package with ``mr.migrator`` package and when I run the ``migrate`` script show the following error:
```sh
$ ./bin/migrate
Traceback (most recent call last)…
-
```
/etc/init.d/pyicqt start
Starting PyICQ-t transport:
/usr/share/pyicqt/src/avatar.py:9: DeprecationWarning: the sha module is
deprecated; use the hashlib module instead
import sha
/usr/share/…
-
Depends on
- [x] zopefoundation/Products.CMFCore#23
- [x] zopefoundation/Products.GenericSetup#47
- [x] zopefoundation/Products.MailHost#5
-
```
I want to create a standalone python installation, which can be used with the
android terminal emulator.
The python installation needs zope, twisted and pyopenssl, so I need to rebuild
python_27…
-
```
I want to create a standalone python installation, which can be used with the
android terminal emulator.
The python installation needs zope, twisted and pyopenssl, so I need to rebuild
python_27…
-
zopeskel.diazotheme is not listed in`zopeskel --list`
```
bin/zopeskel
Warning: could not load entry point diazotheme (ImportError: No module named plone)
```
my buildout config looks like this:
`…
frisi updated
10 years ago
-
Often the api documentation for a class, method or function comes from a zope.interface in which case the docstring can be omitted.
twistedchecker should handle this situation.
See:
- https://buildb…
ghost updated
9 years ago
-
In views.py line 182, I am not entirely sure why you are using ``reg_klass.__class__.__name__`` but it appears to be giving the wrong value here. It might be easier to explain with an example:
reg_…