[Pharo-project] ProcessWrapper
Hi all, anybody is using ProcessWrapper in Pharo 1.1.1 ? I'm using windows and It works fine on Squeak 4.1.1 but it doesn't on my Pharo 1.1.1 which is my development environment. Thanks in advance, Facu
What does ProcessWrapper do? Lukas On 4 December 2010 16:24, Facundo Vozzi <facundov79@gmail.com> wrote:
Hi all, anybody is using ProcessWrapper in Pharo 1.1.1 ?  I'm using windows and It works fine on Squeak 4.1.1 but it doesn't on my Pharo 1.1.1 which is my development environment. Thanks in advance, Facu
-- Lukas Renggli www.lukas-renggli.ch
I use it to export html to pdf with wkhtmltopdf. Facu On Sat, Dec 4, 2010 at 5:16 PM, Lukas Renggli <renggli@gmail.com> wrote:
What does ProcessWrapper do?
Lukas
On 4 December 2010 16:24, Facundo Vozzi <facundov79@gmail.com> wrote:
Hi all, anybody is using ProcessWrapper in Pharo 1.1.1 ? I'm using windows and It works fine on Squeak 4.1.1 but it doesn't on my Pharo 1.1.1 which is my development environment. Thanks in advance, Facu
-- Lukas Renggli www.lukas-renggli.ch
On Sat, 4 Dec 2010, Facundo Vozzi wrote:
Hi all, anybody is using ProcessWrapper in Pharo 1.1.1 ? I'm using windows and It works fine on Squeak 4.1.1 but it doesn't on my Pharo 1.1.1 which is my development environment.
I uploaded a new version to the repository (ProcessWrapper-Core.ul-30) which fixes two issues in Pharo 1.2 (both related to the lack of proper deprecation policy in Pharo). Pharo 1.1 (and 1.1.1) is a bit harder to fix, because there's a bug in MIMEDocument class >> #guessTypeFromName:. This method tries to send #forURIReturnSingleMimeTypeOrDefault: to MIMEType, but that class doesn't implement this method. Actually no class implements this is Pharo 1.1. But you can avoid this problem by downloading the prebuilt plugin dll from http://people.inf.elte.hu/uzonyile/ProcessWrapper/2/ProcessWrapperPlugin.dll and copy it to your image or VM folder before loading the package to your image. Levente
Thanks in advance, Facu
Hi Levente, I'll try with ProcessWrapperPlugin in order to use it with Pharo 1.1.1. I would love that squeak and pharo join back together. Thanks you very much, Facu On Sat, Dec 4, 2010 at 10:24 PM, Levente Uzonyi <leves@elte.hu> wrote:
On Sat, 4 Dec 2010, Facundo Vozzi wrote:
Hi all,
anybody is using ProcessWrapper in Pharo 1.1.1 ? I'm using windows and It works fine on Squeak 4.1.1 but it doesn't on my Pharo 1.1.1 which is my development environment.
I uploaded a new version to the repository (ProcessWrapper-Core.ul-30) which fixes two issues in Pharo 1.2 (both related to the lack of proper deprecation policy in Pharo).
Pharo 1.1 (and 1.1.1) is a bit harder to fix, because there's a bug in MIMEDocument class >> #guessTypeFromName:. This method tries to send #forURIReturnSingleMimeTypeOrDefault: to MIMEType, but that class doesn't implement this method. Actually no class implements this is Pharo 1.1.
But you can avoid this problem by downloading the prebuilt plugin dll from
http://people.inf.elte.hu/uzonyile/ProcessWrapper/2/ProcessWrapperPlugin.dll... copy it to your image or VM folder before loading the package to your image.
Levente
Thanks in advance, Facu
Levente, On Sat, Dec 4, 2010 at 10:24 PM, Levente Uzonyi <leves@elte.hu> wrote:
Pharo 1.1 (and 1.1.1) is a bit harder to fix, because there's a bug in MIMEDocument class >> #guessTypeFromName:. This method tries to send #forURIReturnSingleMimeTypeOrDefault: to MIMEType, but that class doesn't implement this method. Actually no class implements this is Pharo 1.1.
But you can avoid this problem by downloading the prebuilt plugin dll from
http://people.inf.elte.hu/uzonyile/ProcessWrapper/2/ProcessWrapperPlugin.dll... copy it to your image or VM folder before loading the package to your image.
It works fine on Pharo 1.1.1. See you, Facu
participants (3)
-
Facundo Vozzi -
Levente Uzonyi -
Lukas Renggli