This is the 2nd part of a 3-part series on using wxPython + PyWin32 to grab the output from an OpenVPN session on Windows. In this article, I will show how how to start OpenVPN with Python and how to watch a file that OpenVPN writes its data logs to.
I'm doing a 3 part series on using wxPython and PyWin32 to capture output from a running OpenVPN session. I use OpenVPN to connect to PCs at work. I noticed that our current method of launching OpenVPN was in a console window so that one could monitor the program's output. If the user happened to […]
When I went to PyCon this year, I didn't even think about the sponsors. However, I saw their names on everything and it still didn't bother me until the first day of the conference itself. While I think the MC, Mr. Goodger, is a great guy, I thought the sponsorship announcements were sometimes misplaced. When […]
My last day at PyCon was Sunday, March 16th 2008. I was one of the unlucky who had work the following morning. This day just seemed rushed to me, which is probably why I learned the least. The first Plenary was Making Client-Side Python Suck Less with Aza Raskin. It was about Mozilla to some […]
Saturday, March 15th I was finally getting the hang of PyCon. I wandered around a little and got into the conference room as soon as the doors opened. This was one of the largest rooms I've ever been in. It reminded me of a Colosseum except without the high ceilings. The opening talk was about […]
The first talk I went to was entitled "Developing with Repoze2.Zope" by Chris P McDonough. It was a pretty interesting presentation on middleware that can re-implement ZPublisher in such a way that it allows Zope2 to run within Apache + mod_wsgi. Repoze depends on Python Paste and setuptools. If I recall correctly, he gave a […]