Time to bring back a really old thread :) On Mon, Dec 7, 2009 at 2:36 PM, Carl Gherardi <[email protected]> wrote: > On Fri, Dec 4, 2009 at 6:18 PM, Johan Euphrosine <[email protected]> wrote: >> On Fri, 2009-11-27 at 17:11 +0800, Carl Gherardi wrote: >>> Hi all, >>> >>> I was trawling the mailing list for info on pypoker-eval packages and >>> and came across >>> https://mail.gna.org/public/pokersource-users/2009-05/msg00018.html >>> asking about open source parsing engines, then noticed the project I >>> work on is referenced. >>> >>> I work on FPDB (http://fpdb.wiki.sourceforge.net/) an open source >>> poker tracker and hud built using python and pygtk and your choice of >>> databases.
>>> We (at least I am) are considering using pypoker-eval within the >>> project. <snip> > I'm yet to find > a pre-packaged version for Windows, or a consistent set of > requirements for building one. > > Would pokersource host a binary windows package of pypoker-eval if > fpdb managed to build one? This recently happened - a couple of the FPDB devs have produced a .pyd against python 2.6.5 that appears to be functional. On windows we distribute FPDB as an exe using py2exe to avoid "PyGTK + DB + Matplotlib library hell" and intend to package the aforementioned as part of that exe, and also as a separate download from our projects download page for our windows devs, and adventurous users to use. FPDB is licensed under AGPL3 and the question was raised: "If we redistribute, where to we credit the developer, and do we need to keep the source in our git?" The draft walkthrough for building the lib is here: http://www.assembla.com/code/fpdb-gimick/git/nodes/packaging/windows/pypoker138walkthrough.txt?rev=ab3acc504922167d26553bc169138efce0acaa0c The build instructions require some minor modification to compile against python 2.6 instead of 2.4, they are very minor changes to pypoker-eval/pypokereval.c and a conversion of the .vcproj file to VS2008. Do you consider these changes big enough that we would also need to host a tarball of the modified source? Is there anything else we need to consider? Thanks Carl Gherardi _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
