minutes) and strace(1) is
showing mmap(2) ops back to backmight not be related but the
process gets wedged somewhere
Thanks
Medi
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 5, 2:09 am, Jean-Michel Pichavant
wrote:
> Medi wrote:
> > Can I present multiple directories toepydocto process. For example
>
> >epydoc-option -option -option dir_1 dir_2 dir_3
>
> > where dir_i is a directory containing some python src codes ?
>
> &
Is there any recommendation for a python code browser (aka xref)
tool.
I am a Source Navigator user, but seems like its python support is
flaky. Unless you can help me with that...which is my preferred way.
Thanks
Medi
--
http://mail.python.org/mailman/listinfo/python-list
I've been away from Python for some time, and I'm just starting to look
at Tkinter. Just so you know, I'm coming from Visual Basic, where this
would, I *think*, not have been a problem, so it must be a case of
getting my head around the Tkinter way of doing things.
In a nutshell, I've written a
John McMonagle wrote:
> I've made a couple of minor changes to your code from the Cribbage class
> down:
>
> class Cribbage:
> def __init__(self, win):
>
...
> score = run.play()
> if score >= best: best = score
> time.sleep(1) <--- short sleep to see what's