IronPython 2.7.5 Released

2014-12-09 Thread Jeff Hardy
On behalf of the IronPython team, I'm very happy to announce the release of IronPython 2.7.5[1]. Like all IronPython 2.7-series releases, .NET 4 is required to install it. Installing this release will replace any existing IronPython 2.7-series installation. Assemblies for embedding are provided for

Help needed to create a Python extension library for an existing shared memory hash table library

2014-03-22 Thread Simon Hardy-Francis
Hi Python fans, I just released my first open source project ever called SharedHashFile [1]. It's a shared memory hash table written in C. Some guy on Quora asked [2] whether there's an extension library for Python coming out. I would like to do one but I know little about Python. I was wonderin

Re: Free Software University - Python Certificate - In reply to Noah Hall

2011-03-29 Thread Lloyd Hardy
considered :) Thanks again! Lloyd On 29/03/11 22:01, News123 wrote: Hi Loyd, It wasn't me sending you the private email. I'm just a little surprised about this: "if you don't post under your real name you must be a bad person" - attitude. On 03/27/2011 01:15 PM,

Re: Free Software University - Python Certificate - In reply to Noah Hall

2011-03-28 Thread Lloyd Hardy
1) Perhaps Noah Hall is not my real name, nor the name I used to sign up. ;) 2) Perhaps I have multiple email addresses. 3) Regardless, it is still offers little, IMO ;) 4) As you have been for quite some time, yet little seems to change. 5) Most interesting. Dear [Python List Member of Unkno

Free Software University - Python Certificate - In reply to Noah Hall

2011-03-26 Thread Lloyd Hardy
Noah Hall enalicho at gmail.com Tue Mar 22 17:38:48 CET 2011 >I've been following this project for a while, since it was annouced on the Ubuntu forums. I can't say that I've been at all impressed by anything they have to offer. Hi Noah, I'm interested in your post for a few reasons: 1. Ther

IronPython 2.7 Now Available

2011-03-12 Thread Jeff Hardy
On behalf of the IronPython team, I'm very pleased to announce the release of IronPython 2.7. This release contains all of the language features of Python 2.7, as well as several previously missing modules and numerous bug fixes. IronPython 2.7 also includes built-in Visual Studio support through I

Re: list.append not working?

2007-07-05 Thread Hardy
On 5 Jul., 18:07, infidel <[EMAIL PROTECTED]> wrote: > On Jul 5, 8:58 am, Hardy <[EMAIL PROTECTED]> wrote: > > > > > I experience a problem with append(). This is a part of my code: > > > for entity in temp: > > md['module&#

list.append not working?

2007-07-05 Thread Hardy
I experience a problem with append(). This is a part of my code: for entity in temp: md['module']= entity.addr.get('module') md['id']=entity.addr.get('id') md['type']=entity.addr.get('type') #print md mbusentities.append(md)

Python Newbie Suggestions

2007-05-16 Thread Teresa Hardy
As a newbie, Python has my vote for beginners. It is easy to get started with some quick and satisfying scripts but tricky to learn good OOP form. That's why I highly recommend the Programming Python Part 1 article that just came out in the June 2007 Linux Journal. You can use some of the sections

Beginner question on threads - solved

2007-05-06 Thread Teresa Hardy
If there is the possibility that the same thread had acquired the lock earlier, you should use an RLock instead. Gabriel, Thanks for the great hint. I didn't find RLock in my initial reading. So as I read up on RLock, I did a quick search on vlock. It turns out that I was using vlock as a varia

Beginner question on threads

2007-04-29 Thread Teresa Hardy
I have successfully made the threading work on a Window XP machine with quad processors but now I am trying to pass some variables around and am fighting with Lock() I have searched through several different documents and forums, some of which hint at problems with threading on Windows machines s

Fwd: Server-side script takes way too long to launch

2007-03-14 Thread Teresa Hardy
e: Mar 13, 2007 12:33 PM Subject: Re: Server-side script takes way too long to launch To: Teresa Hardy <[EMAIL PROTECTED]> Can you send the program? It's hard to try and follow through without... With the additional socket library calls, that could contribute. On 3/13/07, Teresa Hardy

Server-side script takes way too long to launch

2007-03-13 Thread Teresa Hardy
I have a webpage calling a python script, using Apache serverhttp://localhost/cgi-bin/mycode.py?dmn I am using Firefox, WindowsXP Python 2.4 I can count to 13 from the time I click to the time the browser finds the path. The python runs okay when I finally get to it. In the first step it jus