Clarifications on compiling for Windows

2010-01-07 Thread peteshinners
My presentation for Pycon is coming together, but I need to make sure my information about compiling Python and Python extensions for Windows is correct. I'm really only experienced with this on the Linux side of things. First of all, is the Windows FAQ fairly up to date? Should people be referrin

Minifb 1.2 released

2009-10-28 Thread peteshinners
I've released version 1.2 of my simple Facebook module, minifb. http://code.google.com/p/minifb/ This is a minimalist API for validating and making calls to Facebook. The new release fixes a few outstanding problems, and adds support for Python 3. Because the module isn't too large, writing it in

Re: Python reimport

2009-06-03 Thread peteshinners
On Jun 2, 11:54 pm, Ben Finney wrote: > When making an announcement of a new version of a project, please > summarise in the announcement what that project is (i.e. what the > program does) This module has a reimport function that works as a replacement for the reload builtin. It does a respectab

Python reimport

2009-06-02 Thread peteshinners
I've implemented a working reimport that, "does what you want". After a bit of testing with friends, I'm releasing version 1.0 tonight. http://code.google.com/p/reimport/ There's still work to do, but this already does a bit of fancy transmuting to push the reimport changes into the runtime. This