Hi,

If there is a more appropriate place to post this, please let me know.

The mini-project:

Take Python Pyramid (https://www.pylonsproject.org/) project including
all dependencies and create a working PyInstaller-based executable
(http://www.pyinstaller.org/) that serves a specific sample
application.

Expected result of project:
 * A directory including the source code for latest Pyramid and all
deps
 * A sample Pyramid application (http://tinyurl.com/3nrk39m)
 * A build script which does the following:
 ** Create a virtualenv based installation of Python (can use the
Python in PATH as base Python)
 ** Installs all dependencies including Pyramid *from source in
directory, no downloading* into the virtualenv
 ** Using a static spec file, create PyInstaller exe that serves
sample Pyramid application linked above including all templates/
resources. Again, this should be using the virtualenv Python

The preferred OS is Windows. Any hooks you create will be licensed
under the PyInstaller license once the project is done. Feel free to
use as blog material, etc.

The generated executable must successfully serve the app on a similar
OS without any pre-existing Python or dev tools installation.

I would guess that someone with experience in PyInstaller would
probably be able to do this in a few hours. I got pretty far in a few
hours myself! The main issue is the non-Python resources that go along
with the sample app as well as some silly Python modules.

You can contact me at [email protected]. Please use
this email address to ensure I get it.

Thanks for your time!

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

Reply via email to