No, there is no way to run a PLY generated parser without PLY. However, PLY really only consists of two .py files (lex.py and yacc.py). You could just copy them into your application and distribute them with everything else.
Cheers, Dave On Wed 26/11/08 4:52 AM , ben [EMAIL PROTECTED] sent: > > Hi, > > I'm pretty new to PLY, but I've used it to create a small parser for a > grammar and syntax I'm using. > Since I'm only going to be using the generated parser in the > application, not extending or modifying it - I was wondering if > there's a way to run the generated parser without requiring PLY to be > installed. > It's not a licensing issue, but rather the fact that I don't want to > require PLY to be installed with the application that's being > distributed, and I don't want to have it as a pre-requisite for > installing the application. > > > Thanks, > Ben. > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "ply-hack" group.To post to this group, send email to ply > [EMAIL PROTECTED] unsubscribe from this group, send email to ply-hack+ > [EMAIL PROTECTED] more options, visit this group at > http://groups.google.com/group/ply-hack?hl=en-~----------~----~----~----~------~----~---- --~--~--- > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
