Re: [Python-3000] PyGUI in Py3K stdlib, more details

2006-05-05 Thread Niki Spahiev
before I get too carried away with > this, however. Scintilla is available and is very good. HTH Niki Spahiev ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.or

Re: [Python-3000] Mini Path object

2006-11-10 Thread Niki Spahiev
Greg Ewing wrote: > What if you need to know whether it's an absolute or > relative path, e.g. so you can join it to another path? > You can't do that without knowing something about the > semantics. Maybe use file: URLs for universal format. They become more and more used

Re: [Python-3000] Refactoring tool available (work in progress)

2006-12-15 Thread Niki Spahiev
)". What if result is (y in x #blah ) HTH Niki Spahiev ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Re: [Python-3000] Windows gui vs. console

2008-02-15 Thread Niki Spahiev
the console functions. For example, a graphical application can use the console to display debugging output. A process can be attached to one console. If the calling process is already attached to a console, AttachConsole fails with ERROR_ACCESS_DENIED. Niki Spahiev _