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:/
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
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
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
, 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
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
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
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
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
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
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
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
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
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
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
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
/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
Official link:
http://tkinterdnd.sourceforge.net
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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: 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
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
>
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
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
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
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
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
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/
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.
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
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
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
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
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
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
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
.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
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
, 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
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
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
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
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://
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
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
please disregard
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
, 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
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://
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)
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'
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
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
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
.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
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
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
, 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
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
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
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
[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
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
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
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
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
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
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
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
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
>&
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.
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
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
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 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
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
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.
-
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
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
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
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
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
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
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
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
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
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
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
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
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
.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
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
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
> 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
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
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
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
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
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
101 - 200 of 389 matches
Mail list logo