Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everyone,

I have recently started working on a project written in Python and Perl. The project has been written in Linux and a .sh file executes the Python/Perl files sequentially. To ease debugging and pace the project progress I want to transfer the project to Eclipse. As the first step, I created a Python project in Eclipse and copied all the .py and .pl files into the src directory. After installing the required EPIC and Padwalker I realized that I am unable to run .pl files.

How should I resolve this issue? I may mention that the order of executing .py and .pl files should not change.

Thank you
Posted
Comments
Albert Holguin 8-Jun-15 22:11pm    
I've tried to set up a multi-language project in Eclipse and well, it's a cluster ****. I assume there's probably a way to configure build scripts (like your .sh) but I haven't seen it. VisualStudio is a lot easier to set up that sort of scenario.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900