kitomer / pseudo2graphml

convert pseudocode in text to yEd graphml
GNU General Public License v3.0
1 stars 0 forks source link

Running the script on Windows produces an error. #1

Open skanskan opened 3 years ago

skanskan commented 3 years ago

Hello

I'm trying your script on Windows 10 and I get an error. When I run the example or any other code I get this message:

Can't locate yEd/Document.pm in @INC (you may need to install the yEd::Document module) (@INC contains: C:/Perl64/site/lib C:/Perl64/lib) at pseudo2graphml.pl line 8.
BEGIN failed--compilation aborted at pseudo2graphml.pl line 8.
skanskan commented 3 years ago

I've solved the problem. I have installed StrawberryPerl and installed the missing module with:

cpanm yEd::Document