Re: Deditor:Pythonic text editor

2010-10-02 Thread aug dawg
I think there is a bad import in /deditor/deditor.py. It says "import wx.aui" and this makes the program fail. At least for me, anyway. Something might be messed up with my computer. On Sat, Oct 2, 2010 at 12:56 PM, Kruptein wrote: > Hey, I released the 0.2.1 version of my text-editor written

Arguments from the command line

2010-09-06 Thread aug dawg
I've seen Python programs that can be activated from the command line. For example: hg This displays a list of commands for the Mercurial revision control system. But another command is this: hg commit "This is a commit name" Mercurial is written in Python. I know that commit is a function that