with only one Python binding is somewhat an advantage. I've gone back
and forth between them, and could probably live with either one.
Gtk is also worth looking at if you only care about Linux.
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
On 2015-02-22, Dave Farrance wrote:
> It's still quicker to do a re-write in the more cumbersome C
You should try Cython.
Dave
--
https://mail.python.org/mailman/listinfo/python-list
for a project that was required to run
on win32 and OS X, and for some reason my layout, wich was fine under
win32, was screwed up on OS X. I switched back to wxpython 3.0, which
looks very good under OS X.
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
'll note that Macs are very popular among the members of pythonsd. I
think this is particularly true of the Django developers.
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
eworks in the sense of, say, Django.
Enthought has some interesting GUI framework projects which I haven't
tried:
http://code.enthought.com/projects/
Dabo would be another example.
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-09-12, Robert Kern wrote:
> There is nothing forcing you to use the GUI designers if you don't want to.
There's also a markup language available, enaml:
http://docs.enthought.com/enaml/
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-09-12, Dave Cook wrote:
> There's also a markup language available, enaml:
>
> http://docs.enthought.com/enaml/
I should have mentioned that it's *Python*-based markup, not an XML
horrorshow.
http://pyvideo.org/video/1231/enaml-a-framework-for-building-declarat
f signals and slots is by far the most powerful and
> flexible.
wxPython's event manager adds some flexibility.
Dave Cook
--
https://mail.python.org/mailman/listinfo/python-list
y load the .ui files:
http://srinikom.github.io/pyside-docs/PySide/QtUiTools/QUiLoader.html
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
://qt-project.org/wiki/Packaging_PySide_applications_on_Windows
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2013-07-13, fronag...@gmail.com wrote:
> I'm wondering what is the best, 'most pythonic' way
I recommend PyPubsub:
http://pubsub.sourceforge.net/
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
.
The only form builders for Eclipse that I'm aware of are for Swing or
SWT. You would need to use Jython (if you want to stick with a Python
implementation) to interface with these.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
p install --upgrade ipython
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
me__=='__main__':
p = mp.Process(target=target)
p.start()
p.join()
# try it here in main
target()
Thanks,
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
dates in over six years.
I've been using wxFormBuilder since last summer. It's reasonably easy
to use, and there are regular releases by the developers.
I have a coworker who's had a lot of success using Boa for everything.
It would be a shame if Boa is allowed to bitrot in to c
editor I like, I don't see the need to tie GUI
layout to a code editor. If you want something with more
sophisticated Python specific features, there's PyDev.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2009-11-18, sturlamolden wrote:
> GPL
If it's an issue for your project, I suggest wxPython. It's
cross-platform, fairly complete, and extensible. But the API is
clunky compared to Qt.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2009-11-16, me wrote:
> Also looked at the frames/forms created with QtDesigner, which
> can be used by Python via pyuic.
That's what I would recommend. What did you not like about it?
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
s, particularly when used with
Qt Designer.
For commercial work, I'd use wxPython, which has a very liberal
license. It's fairly featureful, but not very pleasant to use.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
gt; too).
In that case I'd recommend kiwi as well
http://www.async.com.br/projects/kiwi/
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
n, if you like the Java way of doing
things.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
Python editor/IDE ? A tiny precision, I am on Ubuntu so I am looking
> for a linux compatible editor.
JED has a nice python mode for fast, simple editing.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
at gksu or
> gnome-power-manager do?
See the reference page for gtk.Window:
http://pygtk.org/docs/pygtk/class-gtkwindow.html
Methods of interest are fullscreen(), set_modal(), set_type_hint(),
set_keep_above().
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2007-03-25, dashawn888 <[EMAIL PROTECTED]> wrote:
> gui.py:79: GtkWarning: Quit: missing action
> menubar = uimanager.get_widget('/MenuBar')
>
This should probably be action="Quit".
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2007-02-16, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> i have read about Python, Ruby and Visual C++. but i want to go
> through with GUI based programming language like VB.net
You might take a look at http://dabodev.com
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
;s a windows
installer.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
to display results?
You can display combo boxes in cells in pygtk, as well as edit cells.
But both pyqt and wxpython also offer that. Try running the demos for each.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
t if you search
> "python mysql" on google or if you search "mysql" on python package
> index <http://www.python.org/pypi>
I think he meant Microsoft SQL Server. In which case, google searches on
"python mssql" and "python odbc" should be helpful.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2006-06-22, icebear <[EMAIL PROTECTED]> wrote:
> Ubuntu Drake comes with or allows you to install something called "entity"
> which sounds like it ought to be the world's ultimate Python GUI tool.
Looks like it only supports gtk 1.2.
Dave Cook
--
http://mail.
On 2006-06-17, nate <[EMAIL PROTECTED]> wrote:
> reading Learning Python 2nd edition by O'Reilly. I am enjoying it at the
I'd get the Python Cookbook, next.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
(ubuntu/debian, but not newer fedoras) try
xjed -fn mono -fs 16
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
't like the default
behavior, a new user would probably have less of a problem with it.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
l.
This might be relevant:
http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq03.003.htp
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
rth I have been testing out PyGTK & it appears to be quite
> robust (that and I like the fact of cross-platform compatibility).
This article may be of interest
http://pygtk.org/articles/bitpodder/BitPodder.htm
particularly the last section on how to create an EXE from your pygtk program.
Fou
ials on Glade, and then read
up on actions. Then what Gazpacho is trying to do should be more clear.
You should be able find everything you need at pygtk.org in the righthand
sidebar.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ist said it was delayed
by 6 weeks.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
Python ones); you usually
lose a lot of the power of relational databases.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ld be great to have this feature in the Gtk C API, though. I do see
some relevant bugzilla entries:
http://bugzilla.gnome.org/show_bug.cgi?id=316551
You might want to make a new request for a general undo/redo interface.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-10-20, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Languages are very similar but Python has more cale avaliable. Much
> more.
Cale? You mean Python has more ruffage?
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
log/2005/06/30/my-book-on-twisted/
http://fettig.net/weblog/
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ocoa's elegant delegates.
There is a higher level interface for pygtk called kiwi:
http://async.com.br/projects/kiwi/
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ative there,
though that's where I do a lot of my pygtk development.
> I be able to make an executable (using Py2Exe) of an application that
> uses PyGTK?
Yes. http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.005.htp
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
_oriented_framework/index.html
http://www.ibiblio.org/g2swap/byteofpython/read/oops.html
http://www.pasteur.fr/formation/infobio/python/ch18.html
fraca7 series on design patterns, where the moral of the story is often
"You don't need to do that in Python.":
http://fraca7.free.fr/blog/
d's features available.
http://divmod.org/users/wiki.twistd/nevow/moin.cgi/FrequentlyAskedQuestions
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ut last time I tried to set
it up I got frustrated and gave up, so put aside some time to learn your way
around Eclipse if you intend to use this. I still don't feel quite at home
there.
Personally, I don't find code completion compelling enough a feature to give
up my beloved XEmacs a
iences with other frameworks. The documentation is not very good, but
folks on IRC have been helpful.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
o you can specify
which major version of pygtk you want to use, assuming you have multiple
versions:
import pygtk
pygtk.require('2.0')
import gtk
Otherwise, you don't need to import pygtk, just gtk.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-07-08, Charlie Calvert <[EMAIL PROTECTED]> wrote:
> I perhaps rather foolishly wrote two article that mentioned Python as a
> good alternative language to more popular tools such as C# or Java. I
Sounds like a really hidebound bunch over there. Good luck.
Dave C
On 2005-06-28, Fabio Zadrozny <[EMAIL PROTECTED]> wrote:
> PyDev - Python IDE (Python Development Enviroment for Eclipse) version
> 0.9.5 has just been released.
Does it work with the newly released Eclipse 3.1?
Dave COok
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-06-24, infidel <[EMAIL PROTECTED]> wrote:
> dict((x, None) for x in alist)
Whoa, I thought dictionary comprehensions were still planned feature. I
guess I gotta start paying closer attention.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
y_result_callbacks=1" (pysqlite 1.x doesn't have the
problem). But apsw also requires data to be avaliable before you can get
column descriptions.
However, the tracing stuff and the various hooks you can set look really
interesting.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
e currently supports
> neither.
sqlite3 has a "strict affinity" mode, but I'm not exactly sure how one sets
it.
http://www.sqlite.org/datatype3.html
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
ws-oriented development patterns? If not,
> then, ... well then I truly don't get your point.
Maybe the point is the downside of depending on installed DLLs rather than
shipping your own.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
> efficient and can be shipped without restrictions or extra downloads?
http://pysqlite.org
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
how prospective employers or clients: "I wrote
and maintained blahblah.sourceforge.net and foobar.sourceforge.net."
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-06-18, cpunerd4 <[EMAIL PROTECTED]> wrote:
> thanks all for the advice. The reason I was thinking about using java
> (or C or something) was that it is a little more secure than
> distributing the source code isn't it?
14 and he already wants to horde his sou
to query the database schema"):
http://sqlite.org/pragma.html
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
r Eric3:
http://www.wordtech-software.com/python.html
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
_list.php?form_cat=178
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-04-29, John J. Lee <[EMAIL PROTECTED]> wrote:
> Dave Cook <[EMAIL PROTECTED]> writes:
>> Pydev has some compelling features, but I wish I didn't have to run eclipse
>> On 2005-04-27, monkey <[EMAIL PROTECTED]> wrote:
> What are those compelling f
would be nice to have something like that for Python.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
".join(keys)
valueList = ["%%(%s)s" % key for keys]
sql = "INSERT INTO %s (%s) VALUES (%s)" % (table, columnList, valueList)
cursor.execute(sql, params)
Though you would probably want to go further and filter out keys that don't
belong in the table, something li
pse
to get them. I use XEmacs. Once upon a time emacs was considered bloated,
but it's tiny compared to eclipse.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
On 2005-04-15, Richard Lyons <[EMAIL PROTECTED]> wrote:
> Has anyone been successful in using Glade for Windows with Python?
Yes, it works fine.
http://gladewin32.sourceforge.net/
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
XRC files instead of Python? I admit I've never tried
it with wxGlade, so I don't know how well it works, but with the original
Glade one only uses XML, you can't generate Python at all.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
gle DLL for the engine, a single file for the
data, and the license couldn't be more liberal.
http://www.sqlite.org
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
e best cross-platform support among CPython
toolkits, but it never seemed very Pythonic to me. There's a higher-level
package called wax that aims to remedy that.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
eve it
> just came out of the bookstore. Asking price is US$4 plus shipping
The 3rd edition is already out. Why not give your old one to a friend.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
of documentation and API stability are
an issue with Nevow.
Inspired by an example on Bruce Eckel's blog, I tried writing a web app with
only the server that comes with the standard lib, but it was just too hard
for me to build an app starting from that low a level. The frameworks help a
On 2004-12-29, Alex Martelli <[EMAIL PROTECTED]> wrote:
> the coverage of Twisted and adding just a few things (numarray --
I'd rather have a whole book on Twisted :p. But I'll take a more extensive
section in PiaN if I can't have it.
Dave Cook
--
http://mail.pyt
On 2004-12-21, Paul Rubin wrote:
> Dave Cook <[EMAIL PROTECTED]> writes:
>> Web browser "widgets" seem pretty limited to me, though.
>
> You might not care.
And in that case Tk is much simpler than just about anything else, unless
looks are really important.
&
as simple as a combo box (i.e. an editable entry with a drop
down), let alone the rich set of widgets something like wxwidgets offers.
Also web development doesn't seem as coherent to me as development with a
good GUI framework.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
evelopment (particularly the new UIManager), and that the list
widget is relatively slow.
Lately I've been evaluating jython and Swing, though.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
guru out there translate the Java examples in
For anyone translating Java to Python, I think this article has good advice:
http://dirtsimple.org/2004/12/python-is-not-java.html
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
once you've marked the rectangle.)
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
config -v
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
sure is this the right news group to post this request.
Yup, this is the place.
Dave Cook
--
http://mail.python.org/mailman/listinfo/python-list
77 matches
Mail list logo