Re: .Net Like Gui Builder for Python?

2014-07-27 Thread Kevin Walzer
isual Studio or having features like Visual Studio for Python. Thank You! I'm not sure which GUI framework you use, but Tkinter is so simple to code in directly that you don't really need a UI builder. Give that a try. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http:/

Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix?

2014-08-03 Thread Kevin Walzer
ctions for upgrading. Hope this helps, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Python 3 is killing Python

2014-08-03 Thread Kevin Walzer
I'm sure you have the skill set to put together some patches that address specific points of pain for you. And despite the disagreement that others may register with you in these threads from time to time, I'm quite confident that useful patches will be gratefully accepted, even i

Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix?

2014-08-04 Thread Kevin Walzer
On 8/4/14, 5:40 AM, Peter Tomcsanyi wrote: "Kevin Walzer" wrote in message news:lrmc0r$suj$1...@dont-email.me... New releases of Tcl/Tk 8.5 and 8.6 are due out soon; right now they are undergoing final testing as betas/release candidates. Thanks for the promising news. Where sho

Re: Will IronPython / WPF work on Mac OS X?

2014-08-04 Thread Kevin Walzer
, I believe...doesn't it run on top of .NET? I don't see how it would work on the Mac unless it also worked with Mono. -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk

2014-10-01 Thread Kevin Walzer
tion here is to build Python and Tcl/Tk yourself, in the versions you want, and then things should work just fine. -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk

2014-10-03 Thread Kevin Walzer
stubs? A Tcl library compiled for 8.5 can be loaded into 8.6 with no re-compiling required because of stubs. -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- https://mail.python.org/mailman/listinfo/python-list

Python bug in Windows 8--report now, or later?

2011-09-17 Thread Kevin Walzer
I have been testing my Python application on the just-released developer preview of Windows 8 and have noted an error: the application does not create an app folder in the user's "application data" directory. This causes the app to crash on startup. Manually creating the directory solves the pr

Re: Python bug in Windows 8--report now, or later?

2011-09-20 Thread Kevin Walzer
On 9/20/11 8:32 AM, Alec Taylor wrote: I can confirm that os.mkdir('C:\\h') and os.path.exists('C:\\h') work on Windows 8 Dev x64. OK--looks like I will need to do a bit more digging into my own code. Thanks for clarifying. -- Kevin Walzer Code by Kevin http://www.cod

getattr and method name

2011-10-02 Thread Kevin Walzer
m the pipe: /bin/sh: bound: No such file or directory I am not sure what in my application is causing this kind of breakage, as earlier versions of the app ran fine with similar code on earlier versions on the OS. Is this the correct way to structure this kind of functionality, or am I be

Re: getattr and method name

2011-10-02 Thread Kevin Walzer
Turns out the error was a typo in the actual method being called...*faceinhands* Sorry for the noise. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ttk Listbox

2011-10-31 Thread Kevin Walzer
f the themed ttk widgets. The ttk::treview is, and that can be set up as a single-column list display. There may be an example of how to do this in the docs or source code tree (I don't use the widget myself so I don't have any sample code to share). --Kevin -- Kevin Walzer Cod

Re: ttk Listbox

2011-10-31 Thread Kevin Walzer
On 10/31/11 4:03 PM, Ric@rdo wrote: On Mon, 31 Oct 2011 10:00:22 -0400, Kevin Walzer wrote: On 10/31/11 12:37 AM, Ric@rdo wrote: What would be an equivalent widget in ttk like a Listbox and if possible a small example? I tried to look here http://docs.python.org/library/ttk.html but did not

Re: Learning Python 2.4

2011-12-21 Thread Kevin Walzer
On 12/20/11 7:31 PM, Rick Johnson wrote: Anything before Python 3.0 is now obsolete. We are currently at 3.2.2 for a stable release. 2.7 is still a supported production release of Python. It has not been end-of-lifed. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http

Re: Is there a graphical GUI builder?

2013-02-20 Thread Kevin Walzer
developer uses anything but a text editor and console to develop a user interface. -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- http://mail.python.org/mailman/listinfo/python-list

Re: simple GUI environment

2013-03-05 Thread Kevin Walzer
ct is dead, especially if it's a simple and mature project that doesn't need a lot of maintenance. If your needs are basic, then I'd say EasyGUI would be a good fit. By contrast, a library undergoing heavy development with a constantly-shifting API can cause tons of headaches. --Ke

Re: Drag and drop in Windows

2013-04-30 Thread Kevin Walzer
/TkinterDnD2-0.zip Hope this helps, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Drag and drop in Windows

2013-04-30 Thread Kevin Walzer
Official link: http://tkinterdnd.sourceforge.net -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: ActivePython 3.2.2.3 is now available

2013-05-01 Thread Kevin Walzer
On 5/1/13 8:01 AM, Robert wrote: Will this be the last one? It has been two years. Hard to say. AS has been focusing on cloud-based stuff lately. ActivePerl hasn't been updated for a long time either. ActiveTcl is still maintained. --Kevin -- Kevin Walzer Code by Kevin/Mobile Co

Re: PyQt on Mac OS X

2005-12-13 Thread Kevin Walzer
Michael McGarry wrote: > Hi, > > I am using the default Python installation that comes with Mac OS X > Tiger. I want to use the Qt module. How can I install the Qt module? > > Qt is already installed. > > Michael > See http://sourceforge.net/projects/pyqt-mac -- http://mail.python.org/mailman

Re: Visual Python, really "Visual"?

2005-12-14 Thread Kevin Walzer
probably the one that ships with Komodo Pro from ActiveState. All of the open-source Tk GUI builders that I have tried over the years are difficult to use, unmaintained, or both. It's just simpler to write Tk by hand. -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python packages on OS X vs Windows

2005-12-15 Thread Kevin Walzer
specifically the lack of a really good native IDE (which has been solved with the release of Komodo for OS X) and in trying to choose a GUI toolkit--but getting it installed and configured properly is not among the problems I've encountered. -- Cheers, Kevin Walzer, PhD WordTech Software

Re: Python packages on OS X vs Windows

2005-12-15 Thread Kevin Walzer
Re: package installers: I misspoke. The address for them is http://pythonmac.org/packages/ -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python+tkinter errors on OSX

2006-01-11 Thread Kevin Walzer
Anyone here know how to diagnose and/or fix this? What's it trying > to tell me? I have a feeling that it's there somewhere, but the proverbial > ducks aren't lined up quite right. > > (Or maybe this isn't the right NG for such questions. If so, what might >

Problem with cx_freeze / FreezePython

2006-07-20 Thread Kevin Walzer
ld. (I'm using cx_freeze instead of the standard Mac build tool py2app because I'm using a normal Unix build of Python that links against X11 Tkinter.) Any advice is appreciated. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- http://mail.python.org/mailman/listinfo/python-list

Tkinter questions

2006-07-28 Thread Kevin Walzer
tree widget, as well as wrappers for BWidgets and tktreectrl. Rather than wade through every one of these different widgets, I'd like to get a sense of which ones are actually used in applications and why. Thanks for any advice. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- ht

Re: SPE for 2.5?

2006-10-13 Thread Kevin Walzer
es last fall, the developer announced that he was forming some kind of unified IDE project that would bridge platforms and GUI toolkits, and then the releases stopped. February is the last month anything new appeared, as far as I know. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- htt

Tkinter--does anyone use it for sophisticated GUI development?

2006-10-19 Thread Kevin Walzer
I'm a Tcl/Tk developer who has been working, slowly, at learning Python, in part because Python has better support for certain kinds of applications that I want to develop than Tcl/Tk does. Naturally, I thought that I would use Tkinter as the GUI for these programs. However, in doing research into

Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-20 Thread Kevin Walzer
James Stroud wrote: > Also, look at my modest program at passerby.sf.net. > Not so sophisticated, but not completely simple either. > I did look at passerby--a nice app, and in a native Mac OS X version also! (I'm a Mac developer.) Thanks for the pointer. -- Kevin Walzer Po

Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-20 Thread Kevin Walzer
page is focused on Tcl/Tk apps using the Tile extension, but many of these apps also use extensions like Tablelist and Tktreectrl. I haven't seen any shiny screenshots of Python apps using these extensions yet. Another example, that doesn't use Tile, is PgAccess: http://www.pgaccess.org/

Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-21 Thread Kevin Walzer
sturlamolden wrote: > Christophe wrote: > >> Nobody mentionned it, but I think you should try PyQT and PyGTK before >> wxPython. Myself, I do not like wx : it looks too much like the MFC. >> >> PyGTK is good, but GTK doesn't work that well on windows. > > GTK and PyGTK works well on Windows now.

Re: python GUIs comparison (want)

2006-10-24 Thread Kevin Walzer
yment is expensive; free deployment must be GPL; smaller development and user community than wxPython PyGtk: Pro: Sophisticated GUI's, cross-platform (Linux and Win32); very popular on some platforms; active development community Con: Not native on OS X -- Kevin Walzer Code by Kevin http://ww

Re: python GUIs comparison (want)

2006-10-24 Thread Kevin Walzer
Christophe wrote: > Since when is "based on C++ toolkit" a con? > If you don't know C++ (as is the case with me), then it's difficult to do a C++-to-Python translation in looking at code examples. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http

Re: python GUIs comparison (want)

2006-10-24 Thread Kevin Walzer
Christophe wrote: > Kevin Walzer a écrit : >> Christophe wrote: >> >>> Since when is "based on C++ toolkit" a con? >>> >> >> If you don't know C++ (as is the case with me), then it's difficult to >> do a C++-to-Python transla

Re: setting up wxPython on a Mac

2006-11-03 Thread Kevin Walzer
site--an installer for the latest version of wxPython for the Mac is also available. That should do it. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: setting up wxPython on a Mac

2006-11-03 Thread Kevin Walzer
Brian Blais wrote: > Kevin Walzer wrote: >> Brian Blais wrote: >>> Hello, >>> >>> I have a wxPython program that I would like to give to a friend of mine >>> who has a Mac. Is there a resource out there that can tell me what >>> steps I need t

ANN: Martin Franklin's Tile/Tablelist Tkinter wrappers now at SourceForge

2006-11-13 Thread Kevin Walzer
If I have misstepped by making these extensions available at SF, I invite Mr. Franklin to contact me on- or off-list. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter & Python 2.5 Problems on MAC OS 10.3.9

2006-11-16 Thread Kevin Walzer
r installation of Tcl/Tk? It sounds like Python can't find it. Were you using the standard MacPython builds previously, or Unix-based builds from Fink or DarwinPorts? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE on Mac OS X

2006-08-27 Thread Kevin Walzer
.3 by default. Get a Panther-compatible version at http://tcltkaqua.sourceforge.net. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Max OSX and Excel

2006-08-28 Thread Kevin Walzer
s, BC > > > Try AppScript: http://appscript.sourceforge.net/ It's a Python-to-Apple Events bridge. It allows you to access a scriptable application using the same mechanism that underlies AppleScript, but from Python. Excel has good AppleScript support, so it should be supported by AppScript as wel

Re: Setting custom folder icon in OS X?

2006-09-04 Thread Kevin Walzer
, png, tiff, etc.) and > set it as the icon for a folder? > > Kevin D. Smith > There might be a way to do this via PyObjC (the Python-Objective C bridge), which provides access to the Mac's Cocoa frameworks. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- http://mail.python.org/mailman/listinfo/python-list

Re: OS X and Python - wxPython has forced a rehash of my approach

2006-09-04 Thread Kevin Walzer
nto a Framework build as my starting point. > > I'd really recommend using the universal build from python.org. As a > previous poster mentioned, it is a framework build. I've never had any > trouble using wxPython in conjunction with it, either. > The universal build from Py

Re: OS X and Python - wxPython has forced a rehash of my approach

2006-09-05 Thread Kevin Walzer
hanges in for the 2.5 release. No further work is being done on 2.4.3 as far as I know. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- http://mail.python.org/mailman/listinfo/python-list

Re: OS X and Python - wxPython has forced a rehash of my approach

2006-09-05 Thread Kevin Walzer
hiaips wrote: > > Outdated??? It's Python 2.4.3 (and they already have a build for > 2.5rc1), so I'm not sure what you mean. > Also, for what it's worth, I strongly recommend the packages hosted at pythonmac.org; these are built and tested by the core MacPython de

Question about pipes/os.popen

2006-09-15 Thread Kevin Walzer
w does one read unbuffered output over a pipe before the pipe is closed in Python? Because I want the output to be updated in real time, writing to a temporary file and then reading that data isn't feasible. I'm not sure what I'm doing wrong here. -- Kevin Walzer Poetic Code http://

Re: Question about pipes/os.popen

2006-09-15 Thread Kevin Walzer
i en1', 'r') for line in file: print line --- I left out the "r" flag. D'oh. I've gotten a bit lost among the various ways of invoking external commands in Python (spawn, popen, system, subprocess). I'm glad os.popen still works. -- Kevin Walzer Poetic Code http://www.kevin-walzer.com -- http://mail.python.org/mailman/listinfo/python-list

Several entries on Tile and TableList at the Tkinter wiki

2006-11-26 Thread Kevin Walzer
inter.unpythonic.net/wiki/PyLocate Hope these prove useful to others, as starting points for your own work if nothing else. Corrections and improvements are of course invited; it's a wiki! -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

test

2006-12-08 Thread Kevin Walzer
please disregard -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Bug in pybwidgets, or my code?

2006-12-08 Thread Kevin Walzer
, text=text*3) left.bind_text("", (lambda event: printstuff())) right = Tkinter.Text(m) m.add(right) right=right def printstuff(): global right right.insert("end", "pressed\n") root.mainloop() -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Error: unbound method in Tkinter class

2006-12-09 Thread Kevin Walzer
hod authorizeDump() must be called with packetstreamApp instance as first argument (got nothing instead) I don't know how to interpret this error message, and so can't implement a fix. Can anyone shed light on what I'm doing wrong? Thanks. -- Kevin Walzer Code by Kevin http://

No output from popen in Tkinter text widget

2006-12-11 Thread Kevin Walzer
y code is below: def runDump(self): self.password.destroy() self.passtext = self.passtext.get() file = os.popen('echo %s | sudo -S /usr/sbin/tcpdump -v -i en1' % self.passtext, 'r') for line in file: self.t.insert(END, line)

Re: Tkinter button doesn't appear in OS X

2006-12-12 Thread Kevin Walzer
crystalattice wrote: > Kevin Walzer wrote: >> What version of Tk are you running? I've seen this bug on old versions >> of Tk (i.e. 8.4.7) but not recently. >> >> -- >> Kevin Walzer >> Code by Kevin >> http://www.codebykevin.com > > I'

Re: how can i write a hello world in chinese with python

2006-12-13 Thread Kevin Walzer
the screen? > EasyDialogs is an *ancient* module on OS X--it may not support unicode. Try posting to the MacPython list, someone there can verify this. --Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Writing and reading variables to/from flat file

2006-12-14 Thread Kevin Walzer
e itself ("Basic") is not being initialized properly. I'm not sure what I'm doing wrong here--can anyone point me in the right direction? Thanks. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Tkdnd--does anyone use it?

2006-12-18 Thread Kevin Walzer
want to use it outside of the canvas widget; I've also found very few examples of its actual use (as opposed to sample code snippets). I'm curious if anyone is actually using it in a production application and, if so, what your experience with it is. -- Kevin Walzer Cod

Tkinter, StringVar and dict

2006-12-20 Thread Kevin Walzer
.name, 'configure', '-'+key, value) TclError: unknown option "-interface" Can someone help me smooth this out--to get dict key-values into a Tkinter variable like StringVar()? Thanks. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Retrieve Tkinter listbox item by string, not by index

2006-12-22 Thread Kevin Walzer
ch methods like this: if "Courier" in self.fontlist: print "list contains", value else: print value, "not found" returns an error: TypeError: cannot concatenate 'str' and 'int' objects So I'm stuck. Can s

Re: Tkinter, StringVar and dict

2006-12-22 Thread Kevin Walzer
James Stroud wrote: > Kevin Walzer wrote: >> I'm trying to manage user preferences in a Tkinter application by >> initializing some values that can then be configured from a GUI. The >> values are set up as a dict, like so: >> >> self.pref

Most prominent Tkinter applications?

2006-02-05 Thread Kevin Walzer
, so that's one example. Can anyone direct me to others? -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Martin Franklin's Tkinter/Tile wrapper--where'd it go?

2006-02-10 Thread Kevin Walzer
else has written a Tile wrapper? -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Yet another GUI toolkit question...

2006-02-10 Thread Kevin Walzer
un on OS X and Windows, and will be commercial, so this combination of requirements rules out PyGTK/PyQt/just about every other cross-platform GUI toolkit. Advice, especially from those Tkinter devs who look beyond the core widget set for their apps, is appreciated! -- Kevin Walzer iReveal: F

Re: Yet another GUI toolkit question...

2006-02-10 Thread Kevin Walzer
Dan Sommers wrote: > On Fri, 10 Feb 2006 19:16:36 -0500, > Kevin Walzer <[EMAIL PROTECTED]> wrote: > >> For what it's worth, my application has to run on OS X and Windows, >> and will be commercial, so this combination of requirements rules out >> PyGTK/PyQt

Re: Yet another GUI toolkit question...

2006-02-11 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: > What's wrong with wxPython? (http://www.wxpython.org) > Didn't see it mentioned here. > > > David Berlin > http://farpy.holev.com - Python GUI Editor > I did mention it...see "scaling the wxPython mountain." -- Ke

Re: Yet another GUI toolkit question...

2006-02-11 Thread Kevin Walzer
ately, PyGTK does not run natively on the Mac (it's X11 only). -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Martin Franklin's Tkinter/Tile wrapper--where'd it go?

2006-02-11 Thread Kevin Walzer
Kevin Walzer wrote: > I believe Martin Franklin wrote a Tile.py wrapper for the Tk/Tile > extension, which adds theming to the core Tk widget set. It used to > reside here: > > http://mfranklin.is-a-geek.org/docs/Tile/index.html > > That server seems to be down. Anyone k

Re: Yet another GUI toolkit question...

2006-02-11 Thread Kevin Walzer
ant Python libraries/wrappers that have already been written, which are mostly lacking (or which would require me to roll my own) in Tcl. -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Yet another GUI toolkit question...

2006-02-11 Thread Kevin Walzer
and one commercial application making use of Tile. The Tkinter wrapper is here: http://mfranklin.is-a-geek.org/docs/Tile/index.html The server is down at the moment but is supposed to be back online shortly. -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Yet another GUI toolkit question...

2006-02-11 Thread Kevin Walzer
Peter Decker wrote: > On 2/10/06, Kevin Walzer <[EMAIL PROTECTED]> wrote: > >> I'm undertaking my first semi-substantial Python GUI application after a >> long time dabbling with the language. >> > ... >> So: my question is, would it be more productiv

Single-file executables

2006-02-11 Thread Kevin Walzer
f files besides the main program. I'm looking for a solution that stuffs all libraries, scripts, and the Python runtime into one file. -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 1.6

2006-02-12 Thread Kevin Walzer
bution or on > the web site for full details. > Does anyone actually use this toolkit? How does it compare to wxPython, for instance? -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Single-file executables

2006-02-13 Thread Kevin Walzer
Larry Bates wrote: > Kevin Walzer wrote: >> Which of the Windows/Unix package builders for Python applications is >> capable of creating single-file executables? I'm thinking of: >> >> 1. py2exe >> 2. Mcmillan Installer/PyInstaller >> 3. cxfreeze >&

Re: Jedit

2006-02-13 Thread Kevin Walzer
ziggy wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > Nothing large like Stanzi's or Boa.. Just something quick and simple, > with code completion, and a debugger.. IDLE -- http://mail.python.

Re: Mac OS X Installation Problem

2006-02-17 Thread Kevin Walzer
way to fix this is to reinstall the OS. -- Kevin Walzer iReveal: File Search Tool http://www.wordtech-software.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Questions on using Qt or wxWindows with Python and OS X

2005-05-31 Thread Kevin Walzer
es. I've had a hard time finding good | docs for wxWindows or wxPython, and the bit of documentation | on Scintilla I've found and read seems to indicate that it has some | restrictions, such as needing to use the same line height for all lines | regardless of content. | | Many thanks for a

Non-blocking subprocess call

2007-06-02 Thread Kevin Walzer
omparable call in the new subprocess module? I can't find any reference in the Python docs to non-blocking streams. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Non-blocking subprocess call

2007-06-02 Thread Kevin Walzer
re was removed from the language? It seems pretty essential to me. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter custom drawing

2007-06-07 Thread Kevin Walzer
Xavier Bérard wrote: > > Now, the problem, is that I have already plenty of widgets on my > screen. I just want to draw over them, which is a bit difficult in my > comprehension of things. > What are you trying to achieve by "drawing over" widgets? -- Kevin

Re: Build EXE on Mac OsX 10.4

2007-06-13 Thread Kevin Walzer
Mac Apps on Mac, Windows EXE's on Windows, and Linux > ELF's on Linux. You can't build a windows.exe from Mac, just as you > can't build a mac.app from Windows. > Also, use py2app--that's the standard on the Mac. I don't believe pyinstaller works on OS X. -

Re: OS X install confusion

2007-06-14 Thread Kevin Walzer
d in /usr/bin. Your installation is probably in /usr/local/bin. Edit your profile or use the full path. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Building a Python app with Mozilla

2007-06-30 Thread Kevin Walzer
application like Komodo, get a book on developing with the Mozilla framework (XUL, XPCOM, and all that) and look at that. Python has little to do with that. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Choosing Tkinter over wxPython...

2007-07-09 Thread Kevin Walzer
the other toolkits) explain why it works for them? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

wxPython vs. Tkinter event loops

2007-07-11 Thread Kevin Walzer
s the wx.UpdateUIEvent() class analogous to Tkinter.update(), or are threads absoutely essential to keeping a wx GUI updated with a long-running background process? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Tkinter Primer/Tutorial?

2007-07-15 Thread Kevin Walzer
good resources: http://www.pythonware.com/library/tkinter/introduction/index.htm http://www.python.org/doc/life-preserver/ http://www.ferg.org/thinking_in_tkinter/index.html http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://m

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
for Windows that python.org provides doesn't ship with Tile. You'll also have to install the Tile wrapper at the site I referenced earlier in your site-packages directory. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
l 3 is very impressive, it's overkill for the simple display of HTML--and the API for constructing a simpler widget seems to be very complex. As well, because it's still alpha, no one has wrapped it for Tkinter as of yet. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Do other Python GUI toolkits require this?

2007-04-18 Thread Kevin Walzer
y allocation of this sort. Does wxPython, PyQt, PyGtk require anything like this when creating objects? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Do other Python GUI toolkits require this?

2007-04-18 Thread Kevin Walzer
p telling myself I should drink the Mac-only Kool-aid of PyObjC. But Tk is burned into my brain, and anything else looks and feels weird to me. Tk is so flexible that it's fairly easy to tweak it to look Mac-like, and it's simpler to do that than learn a new tookit. -- Kevin W

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
tk/11075>. > > It seems that Tile does include a "notebook" widget but it's pure Tcl > code and so isn't available via the Python wrapper. > > -- Brian > That's not correct. When the Tkinter wiki is back up, see the page I referred to. -- Kevin Wal

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
uot; if you > just "import Tkinter"). > > The frustrating part is that the main reason I wanted this is because > it says it wraps a "Notebook" widget. If it does, I can't find it! > > > -- Brian > The wrapper I maintain works differently, and includes the notebook widget. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
Since the Tkinter wiki is still down, here is the Tile wrapper I maintain: ### November 2006: Posted by Kevin Walzer, [EMAIL PROTECTED] Based on Tile wrapper by Martin Franklin. This version updates the wrapper to reflect changes in Tile commands, and adds support for Tile-based

Re: Future Python Gui?

2007-04-18 Thread Kevin Walzer
This should be saved as "Tile.py." Sorry. ### November 2006: Posted by Kevin Walzer, [EMAIL PROTECTED] Based on Tile wrapper by Martin Franklin. This version updates the wrapper to reflect changes in Tile commands, and adds support for Tile-based frames (ttk::frame). Freel

Re: Future Python Gui?

2007-04-19 Thread Kevin Walzer
.Frame(root) frame.pack(fill=BOTH, expand=TRUE) button = Tile.Button(frame, text="Print", command=printme) button.pack() root.mainloop() HTH, Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Future Python Gui?

2007-04-19 Thread Kevin Walzer
hing from Tkinter is in Tile (text widget, menus, etc). -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: How To Find Currently Selected Tile.Notebook Tab?

2007-04-19 Thread Kevin Walzer
t; > Any ideas? > > -- Brian > How about mynotebook.index.current() ? -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: using tkinter to display html

2007-04-20 Thread Kevin Walzer
> Stephen PySol has an HTML viewer. Here's a link to some discusison about it: http://mail.python.org/pipermail/tkinter-discuss/2006-January/000614.html PySol is GPL, so if your application is also GPL, then it might be an option. -- Kevin Walzer Code by Kevin http://www.codebykevin.c

Re: using tkinter to display html

2007-04-21 Thread Kevin Walzer
st anymore. so unsure of the future on that. > >> .. [1] http://www.hwaci.com/sw/tkhtml/ .. [2] > > didn't find these bindings though, so thanks, i'll have a play. > > stephen. > >> http://tix.sourceforge.net/Tixapps/src/Python/TkHtml.py >> TkHTML: htt

Re: Do other Python GUI toolkits require this?

2007-04-21 Thread Kevin Walzer
Kevin Walzer wrote: > From the introduction to PyObjC, the Python-Objective-C bridge on Mac > OS X: > > "As described in Objective-C for PyObjC users the creation of > Objective-C objects is a two-stage process. To initialize objects, first > call a class method

Tkinter wiki down?

2007-04-21 Thread Kevin Walzer
ntly; I've taken a few hours to clean up lots of pages. My own concern is that I had posted some resources there on the assumption that it would be reasonably stable/permanent home for them; if that's not the case, I will being looking into other resources. -- Kevin Walze

Re: How To Find Currently Selected Tile.Notebook Tab?

2007-04-21 Thread Kevin Walzer
om Tcl. >> How about >> >> mynotebook.index.current() > > No good: AttributeError: 'function' object has no attribute 'current' > > I tried "mynotebook.index().current()", too, but get a different > error. > > -- Brian > N

Re: Do other Python GUI toolkits require this?

2007-04-23 Thread Kevin Walzer
asy enough--buttons, menus, labels, images--but doing anything sophisticated, such as trees, column views, drag-and-drop, and so on, requires extensions that may or may not be implemented in Python. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

<    1   2   3   4   >