On 12/13/05, Fat <[EMAIL PROTECTED]> wrote:
> I add a FieldPathFiled in my code
> fp = meta.FilePathField(path="c:/windows", match="*.gif", recursive=True)
> but in admin mode , I got error message.
>
> .
> File "C:\Python24\lib\pprint.py", line 291, in _safe_repr
> rep = repr(object)
>
>
I add a FieldPathFiled in my code
fp = meta.FilePathField(path="c:/windows", match="*.gif", recursive=True)
but in admin mode , I got error message.
.
File "C:\Python24\lib\pprint.py", line 291, in _safe_repr
rep = repr(object)
File "C:\Python24\Lib\site-packages\django\core\formfield
2 matches
Mail list logo