Simple Workaround for Py2Exe and .EGG Files
May 7, 2006 on 11:28 pm | In Python | Comments OffPy2Exe, along with Freeze are two popular packages for combining multiple files, dependencies, shared objects, and resources into a single relocatable package. Unfortunately, Py2Exe doesn’t handle .egg files very easily, which is what quite a few packages out there are distributed in. Using the Cygwin environment to easily create symbolic links, we’re able to simply include the necessary packages in the final distribution.
Continue reading Simple Workaround for Py2Exe and .EGG Files…
Getting Started With ReportLab…
May 5, 2006 on 3:30 am | In Python | 10 CommentsThe ReportLab software provides a very useful route to creating PDF documents and reports from within Python in a nice platform independent fashion. It provides a basic ‘canvas’ interface for rendering directly to the document, and a more useful basic layout system called PLATYPUS. I guess they’ve already got their eyes on an O’Reilly animal. In this article I will cover some of the basics of getting started, with a few samples.
Continue reading Getting Started With ReportLab……
Firmware Upgrade of NDS with Supercard and Flashme2
May 1, 2006 on 2:05 pm | In Nintendo DS | 3 CommentsRecently, I flashed my first NDS firmware. The process was, in the end, fairly trivial, though putting all the pieces together (and figuring out exactly what I needed!) was slightly less so. Plus, there’s a good deal of terminology out there regarding the various approaches, and it all gets pretty confusing. I’m going to cover some of the details here, as well as try to answer the questions I had when I was going through the process.
Continue reading Firmware Upgrade of NDS with Supercard and Flashme2…
Entries and comments feeds.
^Top^
18 queries. 0.194 seconds.