4

I have ActivePerl version 5.12.2.1202 and PPM version 4.11 installed.

I would like to use a debugger with a GUI where I can see the Perl program variables. After getting disappointed of Eclipse and EPIC, (since it seems they are terribly un-userfriendly and unforgiving (lots of failures)), I decided to try out Padre.

I added the wxperl repository to the PPM repositories, and downloaded Padre.

When I go "padre" at the command prompt, I get the error:

The program can't start because wxmsw28u_core_custom.dll is missing from your computer.

I then uninstalled Padre, and followed the advice on the ActivePerl web site - at the command prompt, I say: "ppm install padre". Padre gets installed, but again, when I go "padre" at the command prompt, I get the error:

The program can't start because wxmsw28u_core_custom.dll is missing from your computer.

(Note that Padre is supposed to be working with ActivePerl).

My system is Windows 7 x64. I have run the command box as "administrator", and it didn't help.

What to do?

4

2 回答 2

3

你可以试试已经包含 Padre 0.94 的Dwim Perl 。我还向 wxperl.co.uk 的所有者 Mark 发送了一条消息,要求将 Padre 升级到 0.94。那家伙简直太棒了。通常可以在#padre找到对 padre 的支持

于 2012-02-06T14:54:56.263 回答
1

我已经这样解决了:我卸载了源自 ActiveState 存储库的 wx 相关包,并安装了源自 wxPerl 存储库的同名包。

我在这里学到了:

https://groups.google.com/group/binary-wxperl/browse_thread/thread/f53be0143430f408?hl=en#

(见答案,第二个帖子)

于 2012-02-06T19:41:42.757 回答