I need to get this python framework and ruby gem working together: turbogears and ruby gem, but can''t find any solutions, even though I have both python and ruby installed. I have also tried substituting pylons, which is similar, for the web framework. -- Posted via ruby-forum.com.
On Aug 25, 2:55 pm, Mani Eswaran <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I need to get this python framework and ruby gem working together: > turbogears and ruby gem, but can''t find any solutions, even though I > have both python and ruby installed. I have also tried substituting > pylons, which is similar, for the web framework.rubygems is a packaging system for ruby libraries. What use is that supposed to be to a python web framework? Fred> -- > Posted viahttp://www.ruby-forum.com.
can you please give more details? what failed? error messages? On Tue, Aug 25, 2009 at 10:57 AM, Frederick Cheung < frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > On Aug 25, 2:55 pm, Mani Eswaran <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > I need to get this python framework and ruby gem working together: > > turbogears and ruby gem, but can''t find any solutions, even though I > > have both python and ruby installed. I have also tried substituting > > pylons, which is similar, for the web framework. > > rubygems is a packaging system for ruby libraries. What use is that > supposed to be to a python web framework? > > Fred > > -- > > Posted viahttp://www.ruby-forum.com. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mani Eswaran wrote:> I need to get this python framework and ruby gem working together: > turbogears and ruby gem, but can''t find any solutions, even though I > have both python and ruby installed. I have also tried substituting > pylons, which is similar, for the web framework.Good luck writing a bridging system between two programming languages. Let me know how it goes. -- Posted via ruby-forum.com.