Padre under ActivePerl: not working?

I have installed ActivePerl version 5.12.2.1202 and PPM version 4.11.

I would like to use a GUI debugger where I can see Perl program variables. After the disappointment of Eclipse and EPIC (since it seems like they are terribly uncomfortable and inexorable (many failures)), I decided to try Padre.

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

When I exit "padre" on the command line, I get an error message:

The program cannot start because wxmsw28u_core_custom.dll is missing from your computer.

Then I uninstalled Padre and followed the tips on the ActivePerl website - on the command line I say: "ppm install padre". Padre installs, but then again, when I go to "padre" on the command line, I get an error:

The program cannot start because wxmsw28u_core_custom.dll is missing from your computer.

(Note that Padre must work with ActivePerl).

My system is Windows 7 x64. I ran the command line as "admin" and that didn't help.

What to do?

+4
source share
2 answers

You can simply try Dwim Perl , which already contains Padre 0.94. I also sent a message to Mark, owner of wxperl.co.uk, to upgrade Padre to 0.94. This guy is just awesome. Padre support is usually found in # padre

+3
source

I solved it this way: I removed the wx-related packages created from the ActiveState repository and installed packages of the same name originating from the wxPerl repository.

I found out here:

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

(see answer, second post)

+1
source

Source: https://habr.com/ru/post/1394675/


All Articles