PadreOnOSX
The latest padre on OSX is 0.92.
You can download the OSX Universal Binary here: http://wildperl.com/wp-content/uploads/Padre/padre-osx-uni-0-92-0.dmg
Please report any bugs you find here, or via #padre, or see more ways to contact Padre devs.
Note: there are still lots of rough edges for OSX – help us make it great!
Pingback: » Padre 0.90 OSX dmg WildPerl
Install worked fine on OS X Lion, 2011 Macbook Pro.
cheers
No Joy on same configuration. Installer dumps right after execution. (.90)
However, .88 Loaded just fine under Lion.
Worked ok on Snow Leopard (10.6.8) until I tried refactoring a subroutine out after selecting a block. Then.. crash.
Thanks Paul,
I hear there is another release coming up, and I’ll test refactoring.
Tom
Hi Colin,
Sorry to hear that. There is another release coming up soon, and I hope you get a chance to test that one out. I will include instructions on how to get debug output (if possible) to help track down crashes like the one you describe.
Also, not sure what you mean by installer… It should just be a DMG that you open up.
I could only write scripts with Perl 5.10.0 on Mac 10.6.4 without any output. Then I upgraded the perl session to 5.14.2, after that once I open the Padre, it just took upon all of my cpu without any response…
Hi there. Installs perfectly on OS10.7 Lion. Will not run scripts with the F5 command – need to execute them manually from bash
Pingback: » OSX Package for Padre 0.92 WildPerl
Installed and appears to run fine in 10.6.8. Might have same issue as Jason with being unable to run commands, but I went to “Help” and got:
“Help not found
Searched for ‘Padre::Browser::Document=HASH(0x1b7e1630)’
and failed…”
Running under the debugger killed it when I said “step into”.
Thanks for the feedback. The debugger is something I haven’t yet looked into, and I believe it has also been changed on TRUNK in the past few days. I’ll keep it high on the list of next issues to look into.
Thanks, I get the same issue. Will look into it for the next release.
also cannot run scripts with f5. A simple print command shows no output.
I’ve created a couple scripts and everything works great. I did get an error when I closed the app saying it had died unexpectedly. Not enough to make me, but wanted to add my input.
Hi Doyle,
I see this as well sometimes. I havent gotten a repro scenario yet, but it’s on the queue for sure.
Thanks for the info.
This page unfortunately sometimes redirects to some defunct spam site at duni54xdled.rr.nu
See view-source:http://wildperl.com/padreonosx/ line 467
Thanks,
Martin,
Thanks, looks like a wordpress vandalism. I fixed it up.
I may have some insight on the current DMG crashing immediately on some versions of Lion.
It does indeed crash on mine. If I go into the package contents and launch the executable by hand I get the following error:
/Applications/Padre.app/Contents/MacOS/padre ; exitSchema user_version mismatch (got 13, wanted 12) at /Applications/Padre.app/Contents/Resources/lib/std/Padre/DB.pm line 26
BEGIN failed--compilation aborted at /Applications/Padre.app/Contents/Resources/lib/std/Padre/DB.pm line 35.
Compilation failed in require at /Applications/Padre.app/Contents/Resources/lib/std/Padre.pm line 33.
BEGIN failed--compilation aborted at /Applications/Padre.app/Contents/Resources/lib/std/Padre.pm line 33.
Compilation failed in require at /cavaexecscript/padre.pl line 162.
Perl exited with active threads:
1 running and unjoined
0 finished and unjoined
0 running and detached
logout
Sorry to reply twice… but I worked around it:
sudo /Applications/Padre.app/Contents/MacOS/padre
It's a root permissions error.
Just wanted to follow up that we discovered in IRC that the .padre/config.db is not backward compat. so if you run a newer version from source (which upgrades the config.db), you cannot run a downlevel version (which the OSX version is right now).
FYI, all systems are go for me running OS X 10.7.3!
Installed and running fine on lion 10.7.3. Thanks!
Mac OSX 10.6.8
Downloaded the binary version (0.92). Installation was OK but executing a test script didn’t produce any result. :((
Then I installed a version from source code (after several attempts) which crashes very often.
Then I tried again to install the binary version and it does not start anymore.
I would really like to be able to use Padre on my Mac.
The DMG version doesn’t run anymore I believe because by running the source version, you actually ran a newer Padre, which updated the config library. Unfortunately, a downlevel padre now can’t run because of that.
If you don’t mind losing your settings, you could just wipe out the config files (~/Library/Application\ Support/.padre/) and re-launch the DMG.