ature, stable, and unlikely to undergo radical change in the future.
Guilherme Polo has done superb work in integrating the themed widgets
into Python--it's the most significant UI advance in Python's stdlib in
years. You are quite safe in developing against this API, unless your
ctual knowledge, of course.
I have two commercial apps developed with Tkinter:
http://www.codebykevin.com/phynchronicity.html
http://www.codebykevin.com/quickwho.html
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com
--
"Johannes Falcone." The common thread of
his recent postings are subjects posed as questions, usually about
various web frameworks, sometimes without even a single line in the
message body. On the Tcl list it's AOLServer and NavServer. I'm not
familiar with the Perl frameworks he
On 5/20/13 1:04 AM, Vito De Tullio wrote:
FLTK? (http://www.fltk.org/index.php)
FLTK is even uglier than non-themed Tkinter: non-native on every
platform. Tkinter wraps native widgets on MacOS and WIndows, but FLTK
draws its own widgets everywhere.
--
Kevin Walzer
Code by Kevin/Mobile Code
Here is info about him:
http://effbot.org/zone/about.htm
His contact info is listed here:
http://www.pythonware.com/company/contact.htm
I have trouble believing there would be any issue with you re-using the
code, especially since it is included with Python's stdlib.
--Kevin
--
Kevin W
for 7 days. Such a dickwad.
Mats
And we should care because...?
--
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
On 7/22/13 4:54 AM, Cucole Lee wrote:
Why Thinter? You can try wxpython.
Well, it's partly a matter of taste, but I for one find wxPython's
API...inelegant.
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.c
27;d need is to change the SMTP address in my e-mail client, and
off they go. No need for anything else like user authentication or
SPAM control.
Is there a no-brainer, ready-to-use solution in Python that I could
use for this?
Thank you.
http://www.hmailserver.com
--
Kevin Walzer
Code by Kevin
On 7/23/13 5:53 PM, Gilles wrote:
On Mon, 22 Jul 2013 10:14:15 -0400, Kevin Walzer
wrote:
http://www.hmailserver.com
Thanks. hMailServer was one of the apps I checked, and I was just
making sure there weren't something simpler, considering my needs,
ideally something like Mongoos
On 7/27/13 6:58 AM, Devyn Collier Johnson wrote:
Linux systems with the proper software can use the "notify-send"
command. Is there a cross-platform Python3 equivalent?
Mahalo,
Devyn Collier Johnson
devyncjohn...@gmail.com
http://pythonhosted.org/gntp/ ?
--
Kevin Walzer
Code by Ke
n installed, as most of my users
won't have it. is it actually a requirement that they first install python?
(cuz it does work then)
Have you looked at these docs?
http://docs.python.org/2/extending/embedding.html
Lots of other hits on Google for ""embedding Python in C app.&q
ab bar for that, not the arrow key. The entry widget is
a single-line widget, and doesn't have up/down as the text widget does.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
art of the interface, they need to use the tab key, not the
arrow key. It's not a multi-line text widget and shouldn't be expected
to work like one.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
passed to it, cf. py and txt files. "dat" isn't recognized, I tested it
out. There's nothing to do here; it's an aspect of the native dialog.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
On 9/23/12 8:45 AM, Kevin Walzer wrote:
There's nothing to do here; it's an aspect of the native dialog.
To clarify: there's nothing to do at the C level, which is where the
native dialog is invoked. IDLE can probably be patched to accept other
file types, such as "dat
me kind of Python wrapper
that I can access in my Tkinter app.
I can understand loving the language and wanting to work just in the
language, but it's another thing entirely to call Python the One
Language to Rule Them All. (That's C, because all other languages are
implemented in i
ython have that would raise them above the level of
interesting experiments?
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
e one from ActiveState or the one bundled with OS X?
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
f.playSound('connect')
self.showProgress()
self.file = Popen('echo %s | sudo -S %s -y install %s' %
(self.passtext, self.finkpath.get(), self.packagename), shell=True,
bufsize=0, stdout=PIPE).stdout
for line in self.file:
s
-blocking, asynchronous reading out of the box. Apparently
it does not.
So, my question is hereby revised as such: how can I implement a
non-blocking read of a subprocess pipe that can write data to the
Tkinter text widget in an manner that does not cause the GUI to lock up?
--Kevin
--
Kevin
llows for free use in commercial apps.
Hope this helps,
Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
problem but cannot directly do anything about
it as the problem is with tcl/tk and Apple. A couple of days ago, Kevin
Walzer wrote on an IDLE-sig post "I'm currently reviewing an updated
patch to address the problem. When I commit the patch, it will go into
both Tk's trunk and i
Tkinter is a
little annoying.
The new widgets are not a drop-in replacement for the traditional Tk
widgets. They can be used with 8.4 if the "tile" Tk extension is
installed. This is how the ttk widgets were first deployed; they didn't
enter Tk's core until
he line
with Tcl and your desire for a different language is for reasons in
addition to the look and feel of the UI. However, if your software and
its code is otherwise satisfactory and you need simply to update the UI
design, that can be done in Tcl at far less cost using the ttk widg
On 5/15/12 3:06 PM, msmucr wrote:
Do I have something wrong or is it simply broken and unmaintained now?
Support for Carbon Events was removed in Python 3.x and it does not work
in 64-bit, to my knowledge--most of the Carbon API's are not supported
by Apple anymore.
--
Kevin Walzer
Co
huge book and devotes several chapters to Tkinter), and has been
updated at regular intervals, most recently in the last year or two;
I've found it a very helpful reference and guide to Tkinter programming.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
TARTUPINFO()
startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
txtps = self.pscmd + ' -o ' + tempfile.gettempdir() +
'\\whois.ps' + ' ' + tmpfile
subprocess.check_output(txtps, startupinfo = startupinfo)
Hope this helps.
--
Kevin Walzer
Code by
ts to mention is that competence on Mac OS X may
also be required here. appscript is a Mac-specific technology (Python
interface to Apple Event framework), and can be used to script Adobe
Illustrator, which, of course, does not run on Linux.
--
Kevin Walzer
Code by Kevin
http://www.codebykevi
years.
None. I write GUI code by hand (Tkinter).
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
on that the slick "drag-and-drop" UI
builders tend to be developed by commercial software shops to support
their language and/or IDE, but find little traction among open-source
developers and languages.
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
#x27;s are very ugly.
http://www.codebykevin.com/phynchronicity-running.png
http://www.codebykevin.com/quickwho-main.png
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
ugly one that comes with Tix.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
thon to achieve the functionality.
Tooltips are trivial to create in Tkinter:
http://tkinter.unpythonic.net/wiki/ToolTip
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
constructor that it stopped
developing. I simply do not see any reasons why there isn't anything.
Please help me understand it. Any insights?
http://pyobjc.sourceforge.net/
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
y needed there. (The Cocoa frameworks
don't really lend themselves to hand-coding.) Otherwise I find GUI
builders inflexible, and more trouble than they are worth.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
.a Java GUI toolkit? I'm quite confused.
Is it worth the hassle to start a new GUI toolkit project?
Not unless you want to reinvent the wheel yet again.
Or should modern deskop apps be written with something completely
different, such as HTML5?
If it's written in HT
On 7/20/11 9:05 AM, rantingrick wrote:
On Jul 19, 9:44 pm, Kevin Walzer wrote:
2. Bloatware. Qt and wxWidgets are C++ application frameworks. (Python
has a standard library!)
Again, so? This isn't applicable to Tk, by the way. It's a GUI toolkit
specifically designed for scripting
time finding such apps to use as examples/benchmarks, etc. (The
only one I've found, in fact, is Webgobbler at
http://sebsauvage.net/python/webgobbler/index.html; a nice app, but I'd
like more examples.)
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/m
nt for
my needs--I want other applications to be able to send commands to my
application and have data returned to them. But I'd like to have a
better understanding of the merits of each.
Can someone summarize the advantages that COM might have over DDE, in a
Pythonic context?
--Kevin
nsole windows popping up. This is jarring to say the least. Is there
any way to run the commands under the hood without the console/DOS
windows popping up?
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
I'd like to post a detailed response, e.g. a point-by-point engagement
with Rantingrick's list, but as I lack time, this will have to suffice:
http://xkcd.com/386/
There! Can I get my community pin now? :-)
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.
On 8/13/11 1:15 AM, Nobody wrote:
On Fri, 12 Aug 2011 22:49:32 -0400, Kevin Walzer wrote:
I'm developing a Tkinter app for a Windows customer, and the app bundles
several command-line tools (ported from Unix). I call out to these
console tools from the Tkinter app via os.system(). Howeve
win32
API calls any more than Windows supports Cocoa/Objective-C calls.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
under
Contents/Resources/lib/python2.6/lib-dynload/PySide/. Is there a reason the
application isn't seeing this?
You might want to post this question to the MacPython list--that's where
the py2app experts are found.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
evant to Python because Tkinter is part of the stlib.
There aren't any huge sites like Github providing Fossil hosting, but
here is one site: http://chiselapp.com/
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
/aboutGNUstep.html
It may be true that these languages are more widely used on their
originating platforms (Windows, OS X) than on Linux, but these
implementations are definitely open source.
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python
ilities in certain ways; this also
allows my Python apps to access such enhancements, via Tkinter. But all
in all I'm a happy user of Python, and it will continue to have a
primary place in my toolbox.
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
http://mail.python.org/mailman/listinfo/python-list
toolkit :-)
me too !
Try easygui:
https://pypi.python.org/pypi/easygui
--
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
#x27;s and Python.
--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
edit setup.py and comment out all search directories
except /Library/Frameworks, but that seems to be ignored here. Is there
any other way to link to the correct frameworks?
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
--
https://mail.python.org/mailman/listinfo/python-list
Py_Finalize();
return 0;
}
Can anyone suggest what I might do to get Tkinter to load and run my exe?
Thanks,
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
Adding
PySys_SetArgv(argc, argv);
did the trick.
--
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
In general, the "img.config" syntax is suitable for the classic Tk
widgets, not the themed ttk widgets. They have a very different (and
very gnarly) syntax for indicating changed state. I am not inclined to
see a bug here.
--
Kevin Walzer
Code by Kevin/Mobile Code by
ou
want to call?
- --
Cheers,
Kevin Walzer, PhD
WordTech Software - "Tame the Terminal"
http://www.wordtech-software.com
sw at wordtech-software.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.or
y or may not be a problem for you.
I've ultimately settled on a primitive set of tools myself, Emacs or
IDLE, plus the console. Fewer bells and whistles, but they are stable,
and don't get in my way.
- --
Cheers,
Kevin Walzer, PhD
WordTech Software - "Tame the Terminal"
http://www.
application from C++ to python and I expect to be
| seeing a lot of these python macintosh filesystem extensions in the
| near future!
|
| Thanks for any help
|
| Don
|
You're most likely to get a good answer to this question on the
MacPython mailing list--give that a try if you don't ge
procedures are now embedded
deep in my brain).
Any advice, particularly from other programmers with a lot of experience
in Tcl, is appreciated.
- --
Cheers,
Kevin Walzer, PhD
WordTech Software - "Tame the Terminal"
http://www.wordtech-software.com
sw at wordtech-software.com
to a GIF? Tk can display GIF's natively.
--
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
em('echo su_contraseña | sudo -S kill pid')
--
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
TypeError: not enough arguments for format string
--
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
s do
not work properly), etc.
Also, did you compile Python as a Carbon framework build (makes use of
the Apple's windowing environment)? What version are you now running?
--
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
works fine (this is
with Python 2.4.2 and Tcl/Tk 8.4.10).
--
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
er double-click the script, or use "pythonw" as
the launching program in the terminal.
- --
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[EMAIL PROT
Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynload
|
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages
- --
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
PyQt on OS X is also available under a GPL version. I have a binary
installer available at http://www.wordtech-software.com/pyqt-mac.html
Fabio wrote:
| Hi all,
| I'm about to write an application, and I'd like to use PyQt, but before
| choosing this t
emon.co.uk,
| unpacked it, ran
|
| python configure.py
|
| and got this error:
|
| Error: /sw/share/qt3/mkspecs/darwin-g++/qmake.conf: macro
| 'QMAKE_LIBDIR/$(TARGET1)' is not defined.
|
|
| Any ideas?
|
| Michael
- --
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael McGarry wrote:
| Kevin Walzer wrote:
|
| I've assembled a binary installer for the native version of PyQt. See
| http://www.wordtech-software.com/pyqt-mac.html
|
| I built it on Panther. Not sure if it will work on Jaguar, but you're
>theme in the Display Dialog?
|
|
| AFAIK they do all stuff themselves. And also AFAIK photoshop is created
| using qt.
|
|
PhotoShop is not created with Qt. I believe it's created with CodeWarrior.
PhotoShop Album is created with Qt--a very different beast.
- --
Cheers,
Kevin Walzer, PhD
fine on the mac. I just installed
|> 2.4.1 on Os 10.3.8 last week without any problems.
|>
|> http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz
|>
|> "./configure"
|> "make"
|> "make install"
|>
|> J.S.
|>
- --
Cheers,
Kevin Wa
embers; as
well as related analytics.
Thanks for all suggestions! =)
Not written in Python, but Fossil (http://www.fossil-scm.org/) offers an
all-in-one, lightweight DCVS/issue-tracking/wiki/blog package. Written
the author of SQLite.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by
ed to do it myself as I stated in the OP:)
This module appears to simply use hard-coded paths on Unix/Linux and OS
X--not much to learn there, except which paths to code.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com
--
platforms. Obviously this point is moot if your library includes true
compiled (C-based) extensions.
--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
On 12/5/13, 10:50 AM, Michael Herrmann wrote:
As I said, I need to make my *build* platform-independent.
cx_Freeze is platform independent, but I'm not sure if it generates
libraries or simply executables.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
On 12/5/13, 10:50 AM, Michael Herrmann wrote:
On Thursday, December 5, 2013 4:26:40 PM UTC+1, Kevin Walzer wrote:
On 12/5/13, 5:14 AM, Michael Herrmann wrote:
If your library and their dependencies are simply .pyc files, then I
don't see why a zip collated via py2exe wouldn't wor
ment
community. In other words, you are not handing the ball off to a
90-pound weakling if you need to call into Tcl from Python via Tkinter. ;-)
--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
with a
slight accent. I'm a native Tcl developer, for better or worse.)
--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
c developer. I have no interest in
adding to this complexity and headaches by switching from 2.x to 3.x.
I imagine I'll update someday, but not anytime soon.
--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
oring the codebase in Git; there is a Tcl/Tk mirror at Github.
Just a thought.
--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
rly braces than this kind of constant policing of folks
who come to us via Google: they greatly increase the noise I have to
filter out.
--
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
Objective-C for legacy codebases, but that is a smaller
hurdle to clear.
--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
nding of choice for other scripting languages.
--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
runs on
Windows and X11/Linux--no native Mac Port. And it hasn't been updated in
years, it does not take advantage of recent advances in Tk.
--
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
On 6/3/14, 4:43 PM, Sturla Molden wrote:
Are Python apps still banned from AppStore, even if we bundle an
interpreter?
Python apps are not banned from the App Store. See
https://itunes.apple.com/us/app/quickwho/id419483981?mt=12.
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http
On 8/1/13 10:15 AM, Gilles wrote:
I already have a static IP, so the issue is more that remote MTAs
might not accept connections from MTAs running on users' PC instead of
ISP's.
For what it's worth, that hasn't been my experience.
--
Kevin Walzer
Code by Kevin/Mobil
platform-specific solutions but no cross-platform API) and HTML display
(a few extensions but no standard widget set).
I've stayed with Tkinter because it fits my brain the best. Old
complaints about it being ugly or limited no longer hold water.
--Kevin
--
Kevin Walzer
Code by Kevin/M
culture that
pervades so much of tech.
A bit off-topic perhaps, for which I apologize, but I've been following
the whole "sexism in tech" subject with increasing disgust and dismay,
and I wanted to strongly protest against it.
--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
On 10/17/13 6:11 PM, Chris Angelico wrote:
On Fri, Oct 18, 2013 at 8:50 AM, Kevin Walzer wrote:
I've worked in marketing, editing, technical writing, and development, and
at no place I have ever worked would such behavior be greeted with anything
but immediate termination.
That'
On 10/22/13 4:15 PM, Pratik Mehta wrote:
Anyone there to help me out???
import os
os.system('screencapture', 'foo.png')
--
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
On 10/22/13 6:08 PM, Kevin Walzer wrote:
On 10/22/13 4:15 PM, Pratik Mehta wrote:
Anyone there to help me out???
import os
os.system('screencapture', 'foo.png')
...and see 'man screencapture' for options.
I leave setting up a Tkinter GUI with proper key bi
you go
this route, you want a Python API that hews as closely to the
system-level calls as possible, and PyObjC will likely be your best path
here.
--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
upside to it for my apps. As long as 2.7 is supported, I'll
probably continue to use it.
--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
were misinformed. Tkinter has worked fine with Tk 8.6 for a long
time. The issues with Tk on the Mac, owing to Apple's force migration of
GUI libraries to Cocoa, have finally been more or less resolved, and Tk
8.6.4 is now quite stable on OS X.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Cod
someone will chime in with a diatribe against Google
groups...wait for it...wait for it...
To address the OP's query, I recommend Tkinter. Plays very nicely with C
and C++.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftwar
y2exe)
haven't yet caught up. Consider filing a bug with the pyinstaller
developers.
--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
On 6/22/14, 5:15 AM, peter.balazo...@emspin.com wrote:
Do I miss something in code or incorrectly handling the events or COM Object?
There is a pywin32 mailing list that may be able to offer more help here.
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http
On 6/25/14, 1:49 AM, wxjmfa...@gmail.com wrote:
I can also add, tcl or tk or tkinter (8.6) is on Windows
quite buggy. In fact, simply*unusable*.
How so?
Please report bugs at http://core.tcl.tk/tcl/reportlist or
http://core.tcl.tk/tk/reportlist, as needed.
--Kevin
--
Kevin Walzer
Code by
to say that Python 3 is killing Python. Python will
survive. But the headaches of migration are substantial, and should not
be necessary.
--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
ettiquette says that it's gauche to do this,
because it presents an unacceptable cognitive burden to the user trying
to catch the context of the thread by forcing them to read your reply
first, before they read the preceding quoted comments.
--Kevin
--
Kevin Walzer
Code by K
On 7/15/14, 6:38 PM, Mark Lawrence wrote:
I did see your correction but it gave me an opportunity to mention
google groups, something that just can't be missed
If the newgroup had a filter to trim out complaints about Google groups,
half the traffic would be gone. :-)
--
Kevin W
for mac with py2exe?
It's hard to make sense of what you are asking for. Can you just zip up
the app bundle that py2app produces and upload it that way? That works
for many developers.
--Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
1 - 100 of 389 matches
Mail list logo