Hello,
> I've been trying to use wxGlade recently and I am finding it something
> of a challenge. Is there any user who finds the user interface
> satisfactory and the operation of the program predictable?
>
> If so I would love to hear from you.
Do you have some specific example of what you mea
> Here are some things I can think of, in no particular order:
Thanks! I can't promise I'll take care of all of them (some are nontrivial
to implement, and would probably take a lot of time), but this list is
definitely valuable (e.g. I can circulate it through the other developers
to see if there
> Is there a debugging mode in emacs that works well with python?
>
> I tried gud, but it was giving me errors, so I thought I'd ask before I
> try to get it to work: Is there an emacs mode (perhaps gud) that'll give a
> view of the python source, and currenly executing line, the ability
> inspect
> Thanks for making me aware of the (UNIX) split command (split -l 5
> inFile.txt), it's short, it's fast, it's beautiful.
>
> I am still wondering how to do this efficiently in Python (being kind
> of new to it... and it's not for homework).
Something like this should do the job:
def nlines(num
Hello,
> I second Bruno's points, the older python-mode.el is much
> better,
I agree too. I can't really say what's missing from python.el, but I'm
much more comfortable with python-mode.el. The triple-quote highlight is
better in python.el, but I was successful in porting it to
python-mode.el a