Getting ready...
Well another exciting Pyweek is coming up! We're planning out goals and throwing around vague generalities of ideas, planning roles and psyching ourselves up for the weeklong rush of caffeine and adrenaline.
Richard, thanks for putting this on again! How is the Skellington for this season's challenge? Are we aiming to have py2exe functionality working? Anything we can do to help?
(log in to comment)
Comments
One of the big problems I remember from the Pyweek 4 Skellington was that it needed to be packaged from the lib directory for it to work properly. I think Hectigo figured that out, and I copied his script and packaged it into an auto-exe'er script. If the Skellington didn't change much in Pyweek 5, then that packager script I wrote should still work. If we wanted the Skellington to work with more traditional py2exe scripts, then we may be better off restructuring the Skellington entirely (which I currently don't have time to do -- is anyone else interested in this task?).
--clint
keeyai on 2008/03/14 17:47:
I don't have much experience in, well, anything, but I've found pyinstaller to be easier to use than py2exe. It would certainly be nice to build one of them in to the skellington so everyone can spend more time on content and less time packaging. I'm in for helping with this in any way I can, so let me know.