Georg Brandl wrote:
> This is a bug and has now been fixed in the SVN repo.
> Thanks for bringing it up.
Ouch, I feel bad now. I've been noticing this behavior since 2.5B1 but
I didn't realize it was a bug.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> My understanding of the __future__ statement is that you may say
> something like:
>
> from __future__ import foo, bar
>
> to enable more than one feature. However, this does not seem to be
> working properly in 2.5; it behaves as expected when typed into the
> interacti
It seems as though just about all of those would be rarely, if ever,
used by the vast majority of programmers.
Plus, python already handles the two most important (NaN and complex)
well.
--
http://mail.python.org/mailman/listinfo/python-list
Fonts don't have colors. You need to either change the text color in
whatever widget the test is going or change the wx.Brush in your Paint
method.
Kiran wrote:
> hey everybody,
> i cant seem to find a way to create a font with a non-default color
> using the wx.Font constructor. anybody know
John Machin wrote:
> Apologies in advance if this is a bit bloggy, but I'd like to get
> comments on whether I've lost the plot (or, more likely, failed to
> acquire it) before I start reporting bugs etc.
These are not, in fact, bugs. One of SQLite's features is that it does
not enforce type, mea
Jeffrey Barish wrote:
> Is there a way to interact with Windows Media Player from Python? I would
> like to be able to do things like tell WMP to play a given sound file or to
> ask WMP for metadata about a sound file.
> --
> Jeffrey Barish
The fact of the matter is that python doesn't need to
> Can I ask why that is, and if there is a way to take advantage
> of all 4 within python?
Sure. All major programming languages handle concurrency in one of two
ways: multithreading or parallel processes. In the standard python
interpreter, there is the Global Interpreter Lock (GIL for short) tha
Brian wrote:
> I have been a Mac and linux guy since 1998 and except for a handful of
> times, have not touched a MS box since then. This changes a few days
> ago when I needed to get a MS box for another project. This leads me
> to my question...
>
> A while ago, I borrowed a python script from
No lockup for me after 28 hours.
Of course, I don't have HT. It's a dual Opteron system with WinXP.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Here is another non-pythonic question from the Java Developer. (I beg
> for forgiveness...)
>
> Does Python have a mechanism for events/event-driven programming?
>
> I'm not necessarily talking about just GUIs either, I'm interested in
> using events for other parts of a
Though I tried most the above listed IDEs, sticking with a few for
awhile, I always find myself gravitating back to the one no one ever
mentions: IDLE. It's simple, fast, and with multiple monitors the lack
of tabs really isn't much of a problem.
The biggest reason I've found myself using IDLE is
11 matches
Mail list logo