I just has some positive results using bbfreeze freezing a pylons app on 
windows and linux.  I had to write my own launcher which called 
paste.script to serve it, but so far its working great.  I'm also 
experimenting with the dev tip of bbfreeze on mac some success
Jose

[EMAIL PROTECTED] wrote:
> Hello Everybody,
>
> I'll start by saying what a great piece of work Plyons is. I have used
> many frameworks and i applaud the simplicity and power of Plyons.
>
> I would like to use Pylons to write an software installer with a web
> gui.
> For this to work i need to be able to freeze pylons into binary
> executable. At the moment it needs to work on solaris and linux.
>
> I have successfully frozen a simple webserver and html form as a proof
> of concept. I used pyInstaller, which seemed to work well.
>
> I have two questions, has anyone had success in freezing pylons?
>
> pyInstaller takes the files name of the main script file as one of its
> inputs
> in my prototype i had a single file webserver.py and so my freeze
> commands looked like this:
>
> python Makespec.py --onefile --console webserver.py
> python Build.py webserver/webserver.spec
>
> What would be the equivalent root file for pylons?
>
> Thanks for any ideas help advice
>
> toby
>
> >
>
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to