Skip to content

fontforge python module not properly installed with fontforge package #122471

@bendavis78

Description

@bendavis78

brew gist-logs <formula> link OR brew config AND brew doctor output

Brew config and brew doctor output: https://gist.github.com/bendavis78/ad66fcde1884c621f59f353912f22523

Verification

  • My "brew doctor output" says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

Note that I ignored brew doctor warnings that had to do with postgres/black/kubectl as I don't want it to break my current setup. They should not be affecting the current issue.

What were you trying to do (and why)?

Trying to do:

$ python3
>>> import fontforge

What happened (include all command output)?

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'fontforge'

What did you expect to happen?

Successful import of fontforge python module

Step-by-step reproduction instructions (by running brew commands)

$ brew install fontforge
$ python3
>>> import fontforge

Metadata

Metadata

Assignees

No one assigned

    Labels

    outdatedPR was locked due to ageuser configurationUser configuration rather than a Homebrew issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions