Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Issue with mkdocs / cairocffi #1382

Open
Labels
@dornech

Description

@dornech

I have some trouble using mkdocs because I run into this error using WinPython:
https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/#troubleshooting
Problem seems to be cairocffi not finding the cairo library.

After some investigation I found that the cairo library is present at %WINPYDIR%\Lib\site-packages\wx.

Furthermore I found out that cairocffi supports an environment variable CAIROCFFI_DLL_DIRECTORIES.
I thought setting this in env.bat would fix the problem but it did not. I added it to PATH as well. This did work.

...:after_pyzo_confrem ******************rem handle cairocffi / wx if includedrem ******************set tmp_pyz=%WINPYDIR%\Lib\site-packages\wxif not exist "%tmp_pyz%" goto end_wx_confset CAIROCFFI_DLL_DIRECTORIES=%WINPYDIR%\Lib\site-packages\wxset "PATH=%WINPYDIR%\Lib\site-packages\wx;%PATH%;":end_wx_confset tmp_pyzrem ******************rem WinPython.ini part (removed from nsis)rem ******************...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp