In message <[EMAIL PROTECTED]>, Alex
Li <[EMAIL PROTECTED]> writes
>Thanks Michel, I will give it a try.
>
>Alex
>
>
>
You could simply generate the .dot files from python and do os.startfile
on the dot file (which is what I do because it is remarkably easy!)
R
tbl? Thanks again for your thought.
>
>-Jesse
>
Darn, I was interested in seeing an answer for this, although dismally
unable to contribute myself. Did I miss the responses?
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
e, I wanted to see a sample test (for any subject) but couldn't
do that without a long-winded registration procedure.
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
return (1,filelist)
>
>anything I can do about this..
>
>
>-
>Thomas Thomas
>
This may be relevant. IIRC, when you run a service under the system
account it doesn't have network access. You need to run it under an
account that does have access to the drive.
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
;Peter
>
Recently I decided to use tkinter because it was included with Python
and like you I suffered through a few weeks of puzzling out tkinter. I
wish I'd read your notes before I started!
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
er app for
>debugging purposes. I would assume that this would be possible using
>idlelib, but i can't figure out how. Does anyone know how to do this?
>
>thx for any help
>alex
>
Google for "tkinter console.py" - that did the job for me
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
version). You can include a "wordfile" to get
Python syntax recognition. Tools are user configurable globally or by
project - my first three global tools are Check (with pychecker), Test
and Run
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
Python In the logo but that's perhaps not obvious
2) I think the logo is a little faint, washed-out. I'd prefer something
more dynamic, or at least brighter.
(I suppose this shows how superficial my checking was!)
Regards
Ian
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
hon/Console.py
I find it a few days ago when I was hunting for a way to "print" to the
tkinter window rather than stdout.
Regards
--
Ian Parker
--
http://mail.python.org/mailman/listinfo/python-list
entire indices in
memory. Create an index for any field you'll be querying on to avoid
having to read the entire record. If you're dealing with massive data,
think about indices of indices. Work on the data, or at least the
indices. in memory.
Well, that's everything I ever
10 matches
Mail list logo