freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Custom search functionality & Python3 compatibility of 'd


From: Nikhil Ramakrishnan
Subject: Re: [ft-devel] Custom search functionality & Python3 compatibility of 'docmaker'
Date: Sat, 28 Apr 2018 20:14:09 +0530

   Can you share the steps to reproduce errors, for which it is producing wrong results.

Run `mingw32-make refdoc` (env: Windows, Python 3.6.1)

Error text:
Traceback (most recent call last):
  File "./src/tools/docmaker/docmaker.py", line 113, in <module>
    main( sys.argv )
  File "./src/tools/docmaker/docmaker.py", line 94, in main
    file_list = make_file_list( args )
  File "F:\Nik\Freetype\Backup\freetype2\src\tools\docmaker\utils.py", line 110, in make_file_list
    if string.find( pathname, '*' ) >= 0:
AttributeError: module 'string' has no attribute 'find'
builds/freetype.mk:296: recipe for target 'refdoc' failed
mingw32-make: *** [refdoc] Error 1

Does this work for you on Python3?

--
Nikhil

reply via email to

[Prev in Thread] Current Thread [Next in Thread]