Re: Can't not install Inline::Ruby module

2006-12-20 Thread David Moreno Garza
Mumia W. wrote: > I can't tell you how to get the Ruby interpreter onto the system PATH in > Windows. Any Windows users out there? If he can launch the Ruby interpreter from any location of the Windows filesystem tree, then it's probably a bug of the module itself, when stating that it can't find

Re: Cannot install Inline::Ruby module

2006-12-20 Thread chen li
--- David Moreno Garza <[EMAIL PROTECTED]> wrote: > Do you run Ruby scripts from any directory on your > Windows system? I think so. And here are some tests: C:\Ruby\self>a1.rb 1 2 3 4 5 6 7 8 9 10 C:\>c:\ruby\self\a1.rb 1 2 3

Re: Can't not install Inline::Ruby module

2006-12-20 Thread David Moreno Garza
chen li wrote: > Yes. I have a Ruby interpreter installed and it works > fine for running Ruby scripts. But I am not sure why > it is not available on the system PATH. Do you run Ruby scripts from any directory on your Windows system? -- David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog

Re: Can't not install Inline::Ruby module

2006-12-20 Thread Mumia W.
On 12/20/2006 07:48 AM, chen li wrote: C:\Perl\local\Inline-Ruby-0.02>perl Makefile.PL Could not find the ruby interpreter on your PATH. Stopping... Yes. I have a Ruby interpreter installed and it works fine for running Ruby scripts. But I am not sure why it is not available on the system PAT

Re: About MVC framework

2006-12-20 Thread Bill Stephenson
On Dec 20, 2006, at 2:54 AM, Wan wrote: I'm looking for a MVC framework that fast in develop and run. and I don't want to build it myself, please recommend someome. Thanks for any help! Take a look at CGI::Application too: http://search.cpan.org/~markstos/CGI-Application-4.06/ I think it f

Re: Can't not install Inline::Ruby module

2006-12-20 Thread chen li
--- "Mumia W." <[EMAIL PROTECTED]> > > > > C:\Perl\local\Inline-Ruby-0.02>perl Makefile.PL > > Could not find the ruby interpreter on your PATH. > > Stopping... > Do you have a Ruby interpreter installed? Is is > available on the system > PATH ? > > If either of the answers is "no," that would

Re: About MVC framework

2006-12-20 Thread Sean Davis
Wan wrote: On Wed, Dec 20, 2006 at 04:54:15PM +0800, Wan wrote: I'm looking for a MVC framework that fast in develop and run. and I don't want to build it myself, please recommend someome. http://search.cpan.org/search?query=MVC (Catalyst is probably the most popular option these days. It get

Re: About MVC framework

2006-12-20 Thread Wan
On Wed, Dec 20, 2006 at 04:54:15PM +0800, Wan wrote: I'm looking for a MVC framework that fast in develop and run. and I don't want to build it myself, please recommend someome. http://search.cpan.org/search?query=MVC (Catalyst is probably the most popular option these days. It gets a lot of b

Re: About MVC framework

2006-12-20 Thread David Dorward
On Wed, Dec 20, 2006 at 04:54:15PM +0800, Wan wrote: > I'm looking for a MVC framework that fast in develop and run. and I > don't want to build it myself, please recommend someome. http://search.cpan.org/search?query=MVC (Catalyst is probably the most popular option these days. It gets a lot of

About MVC framework

2006-12-20 Thread Wan
I'm looking for a MVC framework that fast in develop and run. and I don't want to build it myself, please recommend someome. Thanks for any help! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't not install Inline::Ruby module

2006-12-20 Thread Mumia W.
On 12/20/2006 02:34 AM, chen li wrote: Hi all, I try to install a perl module called Inline::Ruby but it fails. Here is the error information: C:\Perl\local\Inline-Ruby-0.02>perl Makefile.PL Could not find the ruby interpreter on your PATH. Stopping... Any idea how to fix it? Thanks, Li D

Can't not install Inline::Ruby module

2006-12-20 Thread chen li
Hi all, I try to install a perl module called Inline::Ruby but it fails. Here is the error information: C:\Perl\local\Inline-Ruby-0.02>perl Makefile.PL Could not find the ruby interpreter on your PATH. Stopping... Any idea how to fix it? Thanks, Li