Re: [Pharo-users] How to install stripe library on Pharo 7 64bit ?
Hi JAmes, OK I updated the baseline several more times and it now loads into Pharo Metacello new baseline:'Stripe'; repository: 'http://smalltalkhub.com/mc/pdebruic/Stripe/main'; load:#('Dev') Pharo Smalltalk Users mailing list wrote
Hi Paul,
Thanks for the update. I tried your new code and it went futher than last time. However the debugger shows up during cleanup and the entire image hangs. I've attached a screenshot.
I also retested this with a completely fresh image using pharolauncher with the same results.
-James <http://forum.world.st/file/t372299/stripe_install_on_Pharo_7.png>
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
OK, did some more testing and here are the results. Pharo 7 - Image hangs when loading Zinc HTTP Components. I tried loading Zinc HTTP Components separately through Metacello with the same results so I don't think the problem is with your code. Pharo 8 - Stripe Loads fine, - 22/29 Stripe tests fail (On debug it says that StripeSystem class does not understand #baseUrl message) - Seaside not launched & can't right click Seaside Control Panel to start server (Fixed by reloading Seaside3 from Metacello.) - Stripe example apps (stripe & stripe-form) crash (Seaside Walkback Error: Instances of UndefinedObject are not indexable) -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
jmathews -
Paul DeBruicker