Open Arknightpzb opened 8 months ago
I spent days and nights to complete the diffvg compilation on Windows. If anyone wants the wheels, you can contact me +V13862010554. Let's create a group to communicate and exchange about the improvements based on the module together.
You can check out my fork which has instructions on how to create the wheel and install on Windows.
Recently I've found a code hub might be friendly for those who want to build diffvg on windows 10.diffvg ported for windows
After downloading the code.zip, I followed issue-26 and issue-6 to fix some bugs I met.
However, the first time I still failed in "no module named diffvg", but succeeded at the second time. The difference between the two trials laid in I did
python setup.py install
first but did not testimport pydiffvg
in the cmd until I renamed the file described in issue-6.It may seem strange for those who do not know much about C++ like me, but it may be helpful that fixing the bugs first according to the issues & advice others encountered.