Category Archives: Programming

Python Editors: Redux

These notes are mainly for my purposes. I won’t go into enough detail to provide a real review, so check out the links and come up with your own opinion. After my light testing with Python editors last week, I … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Python Editors

This is one of those topics that pretty much everyone that’s done more than a few minutes worth of Python has cared about, at one time or another: Finding a good editor. I’ve been using Notepad++ for several years now … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment

ActivePython license

It suddenly dawned on me yesterday that although the licenses for various modules that Synclosure uses are being respected, I hadn’t closely looked at the license for ActivePython, which comes into play when using cx_Freeze to “wrap” the application and … Continue reading

Posted in Programming, Windows | Tagged , | Leave a comment

Synclosure 0.2.1 (stable) released!

As announced here, Synclosure 0.2.1 has been released. This release fixes an embarrassing bug which resulted in unusable Windows binaries. My apologies to everyone who encountered this problem. Please try the release, provide feedback and let others know of Synclosure … Continue reading

Posted in General, Programming, Software | Tagged , , | Leave a comment

SVN rename *.{{} to *.{}

I imported files into a repo that were supposed to end with the .{} extension, not .{{} as they ended up having. I could have used a shell script to accomplish this, but I’m forcing myself to do this with … Continue reading

Posted in Programming | Tagged , | Leave a comment