Has anyone tried packaging an app that depends on psycopg2 using py2exe or
pyinstaller? I'm also interested in creating a windows version of my
application and haven't tried either of those.

psycopg2 is notorious for having a complex setup since it needs python
headers, postgres headers etc.


On Mon Jan 12 2015 at 9:32:49 AM Rich Shepard <rshep...@appl-ecosys.com>
wrote:

> On Mon, 12 Jan 2015, Miguel Grinberg wrote:
>
> > The following packages convert a Python script into a Windows executable,
> > including Python itself and all the script’s dependencies:
> >
> > http://www.py2exe.org/ <http://www.py2exe.org/>
> > https://github.com/pyinstaller/pyinstaller/wiki <https://github.com/
> pyinstaller/pyinstaller/wiki>
>
> Miguel,
>
>    Looks like the perfect solution.
>
> > Can’t comment on how these compare as I haven’t used them myself.
>
>    Will eventually report back on the results.
>
> > Hope this helps!
>
>    Yep, it does.
>
> Thanks,
>
> Rich
> _______________________________________________
> Portland mailing list
> Portland@python.org
> https://mail.python.org/mailman/listinfo/portland
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.python.org/pipermail/portland/attachments/20150112/74ada0f9/attachment.html>
_______________________________________________
Portland mailing list
Portland@python.org
https://mail.python.org/mailman/listinfo/portland

Reply via email to