I've got Fedora 10 here with 2.5, and 11 at the office with 2.6.
On 29 May 2010 19:58, Paul Rubin wrote:
> John Nagle writes:
>> The major Red Hat based Linux distros are still shipping with Python 2.4.
>
> Fedora 12 ships with Python 2.6, I think.
> --
> http://mail.python.org/mailman/listinf
I use the wx.Timer for this:
import wx
timer = wx.Timer(self, -1)
# update gui every 1/4 second (250ms)
timer.Start(250)
Bind(wx.EVT_TIMER, OnUpdateValues)
In the above I'm running the OnUpdateValues function every 250ms.
Regards,
Wesley Brooks
2009/10/29 VYAS ASHISH M-NTB837
>
&g
Greetings All,
I've been watching this thread since it kicked off with interest.
I'd be interested in being kept in the loop with the development of this
project as I have made some very simple CAD like tools for Layer
Manufacturing (also known as Rapid Prototyping) machines in the past and
would
I missed the begining of this thread and so appologise if I'm repeating what
someone else has said!
I had a very similar problem with this error and it turned out it was due to
me moving a file across a socket connection and either not reading it or
writing it in the binary mode, ie open(filename,
e I have emptied the zip file, created a new one,
opend all the files in wordpad and saved them, then put the contents
into the new file. Still no joy.
Any help would be greatly appreciated. On linux I'm running python 2.5
and on windows it is 2.4.
Thanks,
Wesley Brooks.
--
http://mail.py
http://panela.blog-city.com/python_at_google_greg_stein__sdforum.htm
Google big enough?
...or look at the companies on the "NASA uses Python... ...so does:"
box on the top (nearly top any how!) right of http://www.python.org/
On 22/04/2008, azrael <[EMAIL PROTECTED]> wrote:
> Which big aplicatio
ird character in each line:
for line in file:
if (line != '') and (len(line) > 2):
if line[2] == '1':
print "Got line:", line
Would give:
Got line: 1 1
Got line: 3 1
Cheers,
Wesley Brooks
On 02/10/2007, [EMAIL PROTECTED] <[EMAIL PROTE
Sorry, just seen a mistake in my code, however Diez beat me to what I
was actually thinking!
Wes
On 05/09/07, Wesley Brooks <[EMAIL PROTECTED]> wrote:
> Try adding all the functions into a list such as;
>
> funcList = [dev.read1, dev.read2, dev.read3]
>
> for func in func
Try adding all the functions into a list such as;
funcList = [dev.read1, dev.read2, dev.read3]
for func in funcList:
for dev in devs:
try:
func()
except:
print exception
remove dev from devs
Wes.
On 05/09/07, bambam <[EMAIL PROTECTED]> wrote:
>
I looked into this a little while ago so I could get the MAC address
of a machine while on linux or windows. Here's a simplified version
that just does the windows side;
self.macMatch = re.compile(r"((\w\w[:-]){5}\w\w)")
data = os.popen("ipconfig /all", 'r')
text = data.read()
tup = self.macMatch.
For a robotics project I would highly recommend the use of Phidgets,
they can supply sensors and interface kits with APIs. Not sure if
Python is fully supported yet but there certinally seems to be a
considerable effort ongoing creating an API for python. I've only used
them to date for servo contr
ed
For the time being I'll use b.__name__ == b to ensure I'm getting the
right class. Is there a reason why the other types such as bool are
defined but classobj isn't?
I'm running the following version of python:
Python 2.4.3 (#1, Jun 13 2006, 11:46:08)
[GCC 4.1.1 20060525
(Apollogies to fuzzylollipop for replying to them rather than the list!) Python does have ALREADY have an OFFICAL mechanism for private members,
prefix your names with _ or __. Both are ommited from autogenerateddocuementation and both are OFFICALLY not supposed to be used.Could you elaborate on th
++? I would like to know which features are best to use and which are best to avoid when optimising for speed and or memory usage.
Thanks in advance of any advice.Yours Faithfully,Wesley Brooks
--
http://mail.python.org/mailman/listinfo/python-list
Dear All,Tried to post once before but it seemed to get trapped in the system due to a suspect heading.I would like to create and pass keyboard, mouse, and analogue device events another program in order to control it, perhaps over a network if it requires too much processing power to be done on th
steering wheels and pedals?Thanks again in advance of any help.Yours Sincerely,Wesley Brooks
--
http://mail.python.org/mailman/listinfo/python-list
Dear Users,Is there another tool that can examine an string for undefined repeating patterns? I'm aware of and have limited experience regular expressions which finds supplied patterns within a string. Yours Faithfully,
Wesley Brooks
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo