|
|
Does rubyscript2exe still work?
I'm trying to get rubyscript2exe to work.
I'm using 1.8.6 on Windows 7 x64
I've been searching around and every tutorial either has different
directions then the last or is way outdated and wont work.
Could somebody tell me if this gem still works? If it does please point
me in the right direction. As of now I'm frustrated due to hours of
pointless searching so could somebody please help me?
Also, I felt that I should mention that I am still learning ruby and I'm
not very advanced yet. So please make any directions basic or easy to
follow.
Thank you
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/24/2010 5:00:39 AM |
|
Mark Marksest wrote:
> I'm trying to get rubyscript2exe to work.
>
> I'm using 1.8.6 on Windows 7 x64
>
> I've been searching around and every tutorial either has different
> directions then the last or is way outdated and wont work.
>
> Could somebody tell me if this gem still works? If it does please point
> me in the right direction. As of now I'm frustrated due to hours of
> pointless searching so could somebody please help me?
>
> Also, I felt that I should mention that I am still learning ruby and I'm
> not very advanced yet. So please make any directions basic or easy to
> follow.
>
> Thank you
You might want to have a look at OCRA (http://ocra.rubyforge.org/). I
believe it is still being supported by the developer, unlike
rubyscript2exe which was stopped some time ago.
-- John
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
John
|
5/24/2010 8:59:41 AM
|
|
John Allen wrote:
> You might want to have a look at OCRA (http://ocra.rubyforge.org/). I
> believe it is still being supported by the developer, unlike
> rubyscript2exe which was stopped some time ago.
>
> -- John
Thank you, this will help me very much.
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/24/2010 9:59:55 PM
|
|
John Allen wrote:
> Mark Marksest wrote:
>> I'm trying to get rubyscript2exe to work.
>>
>> I'm using 1.8.6 on Windows 7 x64
>>
>> I've been searching around and every tutorial either has different
>> directions then the last or is way outdated and wont work.
>>
>> Could somebody tell me if this gem still works? If it does please point
>> me in the right direction. As of now I'm frustrated due to hours of
>> pointless searching so could somebody please help me?
>>
>> Also, I felt that I should mention that I am still learning ruby and I'm
>> not very advanced yet. So please make any directions basic or easy to
>> follow.
>>
>> Thank you
>
> You might want to have a look at OCRA (http://ocra.rubyforge.org/). I
> believe it is still being supported by the developer, unlike
> rubyscript2exe which was stopped some time ago.
I'm not sure how well ocra is maintained. It's broken if you want to use
prawn - there's a bug report on this, but no sign of activity. I had to
find a patched version of rubyscript2exe because ocra didn't work for me.
--
Will
|
|
0
|
|
|
|
Reply
|
Will
|
5/24/2010 10:21:56 PM
|
|
Will Parsons wrote:
> I'm not sure how well ocra is maintained. It's broken if you want to
> use
> prawn - there's a bug report on this, but no sign of activity. I had to
> find a patched version of rubyscript2exe because ocra didn't work for
> me.
Do you have a link to the patched version of rubyscript2exe?
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/24/2010 11:10:32 PM
|
|
Mark Marksest wrote:
> Will Parsons wrote:
>
>> I'm not sure how well ocra is maintained. It's broken if you want to
>> use
>> prawn - there's a bug report on this, but no sign of activity. I had to
>> find a patched version of rubyscript2exe because ocra didn't work for
>> me.
>
> Do you have a link to the patched version of rubyscript2exe?
I *think* this is where I got it:
http://github.com/cowlibob/rubyscript2exe
If you have problems, I can send you the version I have.
--
Will
|
|
0
|
|
|
|
Reply
|
Will
|
5/25/2010 1:05:26 AM
|
|
Will Parsons wrote:
> Mark Marksest wrote:
>> Will Parsons wrote:
>>
>>> I'm not sure how well ocra is maintained. It's broken if you want to
>>> use
>>> prawn - there's a bug report on this, but no sign of activity. I had to
>>> find a patched version of rubyscript2exe because ocra didn't work for
>>> me.
>>
>> Do you have a link to the patched version of rubyscript2exe?
>
> I *think* this is where I got it:
> http://github.com/cowlibob/rubyscript2exe
>
> If you have problems, I can send you the version I have.
It gives me this error:
I typed this in : C:\Users\Mark>rubyscript2exe helloworld.rb
Error:
C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2exe:5:in
`rep
lace': can't modify frozen string (TypeError)
from
C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2
exe:5
from C:/Ruby/bin/rubyscript2exe:19:in `load'
from C:/Ruby/bin/rubyscript2exe:19
I installed the gem.
This is probably something really stupid I missed.
Any help?
Thanks
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/25/2010 2:55:41 AM
|
|
I cant seem to get ocra to work either, anybody have any suggestions?
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/25/2010 9:45:17 PM
|
|
Mark Estefanos wrote:
> Will Parsons wrote:
>> Mark Marksest wrote:
>>> Will Parsons wrote:
>>>
>>>> I'm not sure how well ocra is maintained. It's broken if you want to
>>>> use
>>>> prawn - there's a bug report on this, but no sign of activity. I had to
>>>> find a patched version of rubyscript2exe because ocra didn't work for
>>>> me.
>>>
>>> Do you have a link to the patched version of rubyscript2exe?
>>
>> I *think* this is where I got it:
>> http://github.com/cowlibob/rubyscript2exe
>>
>> If you have problems, I can send you the version I have.
>
> It gives me this error:
> I typed this in : C:\Users\Mark>rubyscript2exe helloworld.rb
> Error:
> C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2exe:5:in
> `rep
> lace': can't modify frozen string (TypeError)
> from
> C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2
> exe:5
> from C:/Ruby/bin/rubyscript2exe:19:in `load'
> from C:/Ruby/bin/rubyscript2exe:19
> I installed the gem.
> This is probably something really stupid I missed.
> Any help?
> Thanks
I'm not sure why it's invoking the gem when you're manually running the
(presumably patched) version from your own account. Maybe you should
uninstall the gem to avoid confusion. FWIW, this is how I'm invoking it
in my Makefile (for a program called recepsum):
recepsum.exe: recepsum.rb
ruby rubyscript2exe.rb recepsum.rb --rubyscript2exe-rubyw
--
Will
|
|
0
|
|
|
|
Reply
|
Will
|
5/25/2010 10:01:41 PM
|
|
Will Parsons wrote:
> Mark Estefanos wrote:
>>>> Do you have a link to the patched version of rubyscript2exe?
>> `rep
>> lace': can't modify frozen string (TypeError)
>> from
>> C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2
>> exe:5
>> from C:/Ruby/bin/rubyscript2exe:19:in `load'
>> from C:/Ruby/bin/rubyscript2exe:19
>> I installed the gem.
>> This is probably something really stupid I missed.
>> Any help?
>> Thanks
>
> I'm not sure why it's invoking the gem when you're manually running the
> (presumably patched) version from your own account. Maybe you should
> uninstall the gem to avoid confusion. FWIW, this is how I'm invoking it
> in my Makefile (for a program called recepsum):
>
> recepsum.exe: recepsum.rb
> ruby rubyscript2exe.rb recepsum.rb --rubyscript2exe-rubyw
THANK YOU!
It words, I installed the rb file and directed cmd to the directory
instead of using the gem and it works.
Now to fix the icon.....
--
Posted via http://www.ruby-forum.com/.
|
|
0
|
|
|
|
Reply
|
Mark
|
5/25/2010 11:47:25 PM
|
|
Mark Estefanos wrote:
> Will Parsons wrote:
>> Mark Estefanos wrote:
>>>>> Do you have a link to the patched version of rubyscript2exe?
>>> `rep
>>> lace': can't modify frozen string (TypeError)
>>> from
>>> C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2
>>> exe:5
>>> from C:/Ruby/bin/rubyscript2exe:19:in `load'
>>> from C:/Ruby/bin/rubyscript2exe:19
>>> I installed the gem.
>>> This is probably something really stupid I missed.
>>> Any help?
>>> Thanks
>>
>> I'm not sure why it's invoking the gem when you're manually running the
>> (presumably patched) version from your own account. Maybe you should
>> uninstall the gem to avoid confusion. FWIW, this is how I'm invoking it
>> in my Makefile (for a program called recepsum):
>>
>> recepsum.exe: recepsum.rb
>> ruby rubyscript2exe.rb recepsum.rb --rubyscript2exe-rubyw
> THANK YOU!
> It words, I installed the rb file and directed cmd to the directory
> instead of using the gem and it works.
> Now to fix the icon.....
Glad to have helped.
--
Will
|
|
0
|
|
|
|
Reply
|
Will
|
5/26/2010 12:36:59 AM
|
|
|
10 Replies
517 Views
(page loaded in 0.134 seconds)
Similiar Articles:7/15/2012 9:26:03 PM
|
|
|
|
|
|
|
|
|