ANN: Celery 3.0 (chiastic slide) released!

2012-07-07 Thread Ask Solem
8k additions/8k deletions. Thank you to all users and contributors! - http://celeryproject.org/ -- Ask Solem twitter.com/asksol | +44 (0)7713357179 signature.asc Description: Message signed with OpenPGP using GPGMail -- http://mail.python.org/mailman/listinfo/python-list

Re: Implementation suggestions for creating a Hierarchical circuit database

2009-12-09 Thread Ask me about System Design
ou pointers to aid in your project. Also many issues are addressed by CAD software; hopefully you will ask on those forums. Try hardware and CAD forums as well as comp.* forums Gerhard "Ask Me About System Design" Paseman, 2009.12.09 -- http://mail.python.org/mailman/listinfo/python-list

Re: import bug

2009-11-03 Thread Ask Solem
On Nov 3, 1:52 am, Carl Banks wrote: > On Oct 31, 7:12 am, kj wrote: > > > > > > > I'm running into an ugly bug, which, IMHO, is really a bug in the > > design of Python's module import scheme.  Consider the following > > directory structure: > > > ham > > |-- __init__.py > > |-- re.py > > `-- sp

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Of course that's where I first looked but the amount of options are many. Thanks anyway. "Antoon Pardon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Op 2005-11-17, Ask schreef <[EMAIL PROTECTED]>: >> Hi All, >> >> Can someone p

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Batfree "batfree" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > all you need are GTK+ envirement and the pygtk module.You can get more > information in www.pygtk.org. -- http://mail.python.org/mailman/listinfo/python-list

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Howard "hrh1818" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Chapter 13 in "Beginning Python" by Peter Norton has a good > introduction to using GTK to create a GUI. . > > Howard > > Ask wrote: >> Hi All, >> &

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Renato, I'm downloading now. Pauly "Renato" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You'll need to install the libglade/gtk/pygtk packages from: > > http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ > > When your app is complete you can package it with py2exe > -- h

GTK for windows and Linux

2005-11-16 Thread Ask
Hi All, Can someone please tell me what I need to use GTK with python for windows and Linux? Any links to the appropriate installations would be greatly appreciated as I don't know what I need... GIMP... GTK+ etc Thanks for any advice Pauly -- http://mail.python.org/mailman/listinfo/pyth

Re: Hi All - Newby

2005-10-27 Thread Ask
Hi TIm, Ahh I see.. (Told you I was a newby!) ;-) Tkinter is what I'm using as that was loaded by default with the installation of Python I am using. Thanks Regards Pauly "Tim Roberts" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Ask" &

Re: Hi All - Newby

2005-10-25 Thread Ask
Hi Bruno, I'm simply using the IDLE editor to hand code, then compiling and running. Thanks Pauly "bruno modulix" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ask wrote: >> G'day All, >> > (snip) > > Welcome here... > &g

Hi All - Newby

2005-10-25 Thread Ask
G'day All, Just thought I'd drop in and say hi. I'm new to Python, but old to software development. Python is one of the languages used in my new job, so I've just bought a book, read it, and downloaded Python; It's pretty good isn't it? It's particularly handy being able top run the same byte