Skip to content

Commit e731be1

Browse files
authored
Merge pull request #438 from PROCOLLAB-github/feature/pdf_cv_in_profile
PRO-414: UserCV
2 parents 8531bb5 + 3754222 commit e731be1

21 files changed

Lines changed: 1121 additions & 4 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ dmypy.json
137137
cache
138138

139139
static
140-
/emails/
140+
/emails/

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,11 @@ To run it on all of your files, do
3838
pre-commit run --all-files
3939
```
4040

41+
## If have errors (Win)
42+
```
43+
OSError: cannot load library 'gobject-2.0-0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'
44+
```
45+
Go to [WeasyPrint docs](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#windows) step by step install dependencies. If the error persists, add the path to the windows environment variable: `C:\msys64\mingw64\bin`
46+
47+
4148
## [Docs](/docs/readme.md)
141 KB
Binary file not shown.
141 KB
Binary file not shown.
141 KB
Binary file not shown.
141 KB
Binary file not shown.
11.2 KB
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)