Re: ulimit stack size and python threads

2009-01-08 Thread Greg Lindahl
27;s quite surprising. Not to mention the poor error message. -- greg -- http://mail.python.org/mailman/listinfo/python-list

Re: ulimit stack size and python threads

2009-01-08 Thread Greg Lindahl
ikely to have intermediate-sized stack limits due to use of Fortran.) -- greg -- http://mail.python.org/mailman/listinfo/python-list

Re: If an OS was to be written in Python, how'w it look?

2008-10-08 Thread Greg Ewing
James Mills wrote: I've just checked out the darcs repository and converted it to Mercurial. I'm going to have a bit of a play wiht it... Anyone interested in this ? I'll be interested to hear of any developments. -- http://mail.python.org/mailman/listinfo/python-list

ANN: Humerus 2.0

2008-10-12 Thread Greg Ewing
Humerus 2.0 is now available: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.0.0.tar.gz Online documentation: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.0.0/doc/ This version of Humerus has been extensively revised from the previous one. Instea

PyCon 2009 (US) - Call for Tutorials

2008-10-18 Thread Greg Lindstrom
epare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) -- http://mail.python.org/mailman/listinfo/python-list

Using LDAP

2008-10-20 Thread Greg Lindstrom
ing a "Can't contact LDAP server" error when running in iPython, but I can hit the LDAP server using PHP. Do I need to run a bind statement of some sort after initialize()? Thanks, --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: 2.6, 3.0, and truly independent intepreters

2008-10-28 Thread Greg Ewing
wild guess as 50%. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

PyCon 2009 - Call for tutorials nearing the end

2008-10-29 Thread Greg Lindstrom
l selections will be announced in early December to give you time to prepare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) -- http://mail.python.org/mailman/listinfo/python-list

PyCon 2009 (US) - Call for tutorials Extended to 11/3

2008-10-30 Thread Greg Lindstrom
We have had requests to extend the deadline for submitting Tutorial Proposals for PyCon 2009 (US) through the weekend and are willing to do so. We will accept tutorial proposals through Monday, November 3. --greg == The period for submitting tutorial proposals

Python COM: Automatic wrap/unwrap?

2008-11-07 Thread Greg Ewing
e I can set, or some registration process I can use, to get instances of my class automatically wrapped and unwrapped? -- Greg -- http://mail.python.org/mailman/listinfo/python-list

C or C++ with Pyparsing?

2008-11-14 Thread Greg Copeland
Anyone have a pyparsing file for parsing C/C++ they are willing to share? -- http://mail.python.org/mailman/listinfo/python-list

Re: Determine the best buffer sizes when using socket.send() and socket.recv()

2008-11-14 Thread Greg Copeland
On Nov 14, 9:56 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > Hi, > I'd like to know if there's a way to determine which is the best > buffer size to use when you have to send() and recv() some data over > the network. > I have an FTP server application which, on data channel, uses 8192 > by

Re: Determine the best buffer sizes when using socket.send() and socket.recv()

2008-11-14 Thread Greg Copeland
On Nov 14, 1:58 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > On Nov 14, 5:27 pm, Greg Copeland <[EMAIL PROTECTED]> wrote: > > > > > On Nov 14, 9:56 am, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > &

Re: Problem with writing fast UDP server

2008-11-20 Thread Greg Copeland
On Nov 20, 9:03 am, Krzysztof Retel <[EMAIL PROTECTED]> wrote: > Hi guys, > > I am struggling writing fast UDP server. It has to handle around 1 > UDP packets per second. I started building that with non blocking > socket and threads. Unfortunately my approach does not work at all. > I wrote a

Re: Problem with writing fast UDP server

2008-11-21 Thread Greg Copeland
On Nov 21, 11:05 am, Krzysztof Retel <[EMAIL PROTECTED]> wrote: > On Nov 21, 4:48 pm, Peter Pearson <[EMAIL PROTECTED]> wrote: > > > On Fri, 21 Nov 2008 08:14:19 -0800 (PST), Krzysztof Retel wrote: > > > I am not sure what do you mean by CPU-bound? How can I find out if I > > > run it on CPU-bound?

ANN: SuPy 1.5

2009-02-23 Thread Greg Ewing
What is SuPy? - SuPy is a plugin for the Sketchup 3D modelling application that lets you script it in Python. -- Greg Ewing greg.ew...@canterbury.ac.nz -- http://mail.python.org/mailman/listinfo/python-list

ANN: SuPy 1.6

2009-02-23 Thread Greg Ewing
. -- Greg Ewing greg.ew...@canterbury.ac.nz -- http://mail.python.org/mailman/listinfo/python-list

starting a Python 2.5 executable without the DOS window

2009-02-27 Thread Greg Miller
. Thanks for any information. Greg Miller -- http://mail.python.org/mailman/listinfo/python-list

Simple CGI request and Python reply

2009-04-08 Thread Greg Corradini
Hello, I'm trying to implement something very simple without using a Python WebFramework and I need some advice. I want to send a comma delimited string from the client to a server-side Python script. My initial plan was to use a JavaScript function (see below) called "makerequest" that creates a

ANN: PyGUI 2.0

2009-04-11 Thread Greg Ewing
PyGUI 2.0 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Highlights of this release: * Native Windows implementation, based on pywin32 and ctypes. * Full set of Postscript-style path construction operators available on all platforms. * Mouse and keyboard events can

ANN: PyGUI 2.0.1

2009-04-12 Thread Greg Ewing
PyGUI 2.0.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes some problems in setup.py affecting installation on Linux and Windows. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- G

ANN: PyGUI 2.0.2

2009-04-16 Thread Greg Ewing
PyGUI 2.0.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes problem on Windows causing "This file should not be imported" error. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- Gre

ANN: PyGUI 2.0.4

2009-04-21 Thread Greg Ewing
PyGUI 2.0.4 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes a few more bugs and hopefully improves things on Windows, although I can't be sure it will fix all the Windows problems people are having, because I haven't been able to reproduce some of them. What is Py

Installing 2.6 on a Mac

2009-04-24 Thread Greg Reyna
". I'm new at this so I wanted to check with someone who knows what they're doing. I always heard we're not supposed to mess with the System/Library, but I guess this is an exception. Thanks for any help, Greg Reyna -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyGUI 2.0.5

2009-04-26 Thread Greg Ewing
PyGUI 2.0.5 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ More bug fixes for various platforms. Still no idea what's causing the "object has been destroyed" error on Windows XP, though. Does this happen for everyone? Is there anyone who *has* got 12-scroll.py working f

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Greg Ewing
necessary libraries installed. The API is designed to be very straightforward and Pythonic, and it's fully documented in its own terms, so you don't have to consult the documentation for some other library in some other language and translate into Python. -- Greg -- http://mail.python.o

2nd Pyggy Awards Open

2009-05-14 Thread Greg Ewing
PyWeek entry as well if you want.) -- Greg -- http://mail.python.org/mailman/listinfo/python-list

ANN: Pyrex 0.9.8.2

2008-05-18 Thread Greg Ewing
Pyrex 0.9.8.2 is now available: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ A block of external functions can now be declared nogil at once. cdef extern from "somewhere.h" nogil: ... Also some minor nogil-related bugs have been fixed. What is Pyrex? -- Pyre

Re: Teething troubles with Python on a Mac

2008-08-04 Thread Greg Ewing
Avinash Vora wrote: (Greg: You only sent the email to me: you probably wanted to add the mailing list to the recipients.) I replied to the newsgroup as well, so it should turn up in the list. Right, but I meant if there is an Apple-sanctioned way. I guess not? Not that I'm aware of

Re: What motivates all unpaid volunteers at Pycon?

2008-04-01 Thread Greg Lindstrom
ramming at all but are just as important (food, swag, etc.). Click on over to http://www.python.org/community/pycon/ and introduce yourself. You'll get a lot more than a groovy tee shirt out of it! --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Learning curve for new database program with Python?

2008-04-07 Thread Greg Lindstrom
cts, pivot tables and stored procedures. You can do a lot of processing "inside" the database which cuts down on data running over the wire. SQL is one of the areas I wish I had mastered (much) earlier in my career --greg. -- http://mail.python.org/mailman/listinfo/python-list

Re: Very good Python Book. Free download : Beginning Python: From Novice to Professional

2008-04-09 Thread Greg Lindstrom
ime putting the book together; why not *buy* it (~$29.00 on Amazon) to help support the effort? It's not that much and a great way to say "thanks". --greg -- http://mail.python.org/mailman/listinfo/python-list

Tweaking PEP-234 to improve Duck Typing

2008-04-21 Thread Greg Kochanski
Id'a like to raise an issue that was partially discussed in 2006 ( http://groups.google.co.uk/group/comp.lang.python/browse_thread/thread/1811df36f2a131fd/435ba1cae670aecf?lnk=st&q=python+iterators+duck+typing#435ba1cae670aecf ) with the half-promise that it would be revisited before Python 3000

Curious relation

2008-04-23 Thread Greg J
I was reading the programming Reddit tonight and came across this (http://reddit.com/info/6gwk1/comments/): >>> ([1]>2)==True True >>> [1]>(2==True) True >>> [1]>2==True False Odd, no? So, can anyone here shed light on this one? -- http://mail.python.org/mailman/listinfo/python-list

Re: Curious relation

2008-04-24 Thread Greg J
On Apr 24, 12:08 am, Dan Bishop <[EMAIL PROTECTED]> wrote: > On Apr 23, 11:51 pm, Greg J <[EMAIL PROTECTED]> wrote: > > > I was reading the programming Reddit tonight and came across this > > (http://reddit.com/info/6gwk1/comments/): > > > >>> ([1]&

Re: [Python-Dev] annoying dictionary problem, non-existing keys

2008-04-24 Thread Greg Ewing
is what python-ideas and pytho-dev are for). Posting to many groups at once tends to annoy people, because the readerships of related groups often overlap considerably, so many people get multiple copies of the message. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

ANN: Assembly Line 0.5

2008-05-08 Thread Greg Ewing
hat the Phunky Phrisbee, Mojo Mallet and Supa Slice can be manufactured and sold at a profit, but I don't know about the others yet. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Renaming Excel Spreadsheets

2008-08-26 Thread Greg Lindstrom
eporting system (ala Crystal Reports) would keep me from having to write this. I've looked at Jasper and DataVision; Thanks, --greg -- http://mail.python.org/mailman/listinfo/python-list

pyArkansas on October 4th

2008-09-02 Thread Greg Lindstrom
d swag. Due to limitations of physical space we must close registration at 100 participants (in honor of my first OS, SunOS, we may go to 110). Check out our wiki at http://pycamp.python.org/Arkansas/HomePage. There's no registration fee, so if you're in the area stop on by...we are looking forw

Re: PyGUI as a standard GUI API for Python?

2008-09-03 Thread Greg Ewing
the reasons I mentioned above, I'm reluctant to forge ahead with too many new features until a native Windows version exists. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Python and Open Office

2008-09-10 Thread Greg Lindstrom
n application that access Microsoft Excel and creates reports for work, but would like to create an Open Source version using Open Office and release it to the community (and maybe get a talk at PyCon :-). Is there someone here who can help me out, or is there an appropriate mailing list for me to join

PyCon 2009 (US) - Call for Tutorials

2008-09-18 Thread Greg Lindstrom
ed in early December to give you time to prepare your class. PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 -- http://mail.python.org/mailman/listinfo/python-list

pyArkansas Set for October 4th

2008-09-22 Thread Greg Lindstrom
This is a *FREE* event (we have GREAT sponsors), so all you need to bring is yourself. We have over 45 people -- from 4 States -- registered and tons of great swag and giveaways lined up. See our wiki (http://pycamp.python.org/Arkansas/HomePage) for more details and registration info. Greg Lindst

PyCon 2009 (US) - Call for Tutorials

2008-10-01 Thread Greg Lindstrom
epare your class and PyCon will compensate instructors US$1,500 per tutorial. If you have any questions, please contact [EMAIL PROTECTED] Greg Lindstrom Tutorial Coordinator, PyCon 2009 (US) -- http://mail.python.org/mailman/listinfo/python-list

Distutils places 'extra_compile_args' in the wrong place?

2006-03-07 Thread greg . alpedhuez
define_macros=[('MACRO1','1'),('MACRO2',None)], extra_compile_args=['-TOOLATETOHAVEEFFECT'], libraries=['pthread','gcc','m']), ] ) --- Cheers, greg -- http://mail.python.org/mailman/listinfo/python-list

Gathering screen output

2006-03-08 Thread Greg Lindstrom
ing.  Please tell me this is not a flashback to my days coding with another "P" language... Thanks for your help! --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Python advocacy in scientific computation

2006-03-08 Thread Greg Ewing
Andy Salnikov wrote: > I saw lots of awk or sed "code" embedded in scripts In my experience, embedding any of make/sh/awk/sed in any of the others is a nightmare of singlequote/ doublequote/backslash juggling that makes a few tab/space problems in Python pale by comparison. -

Re: Python advocacy in scientific computation

2006-03-08 Thread Greg Ewing
le of anything that the shell can do. It's somewhat inelegant having to concatenate all the arguments into a string, though. I gather there's a new subprocess management module coming that's designed to clean up the mess surrounding all the popen() variants. Hopefully it will mak

Re: Python advocacy in scientific computation

2006-03-08 Thread Greg Ewing
dless of whether the object passed in is mutable or immutable. It's best to avoid using terms like "by reference" when talking about Python parameter passing, because it's hard to tell whether the person you're talking to understands the same thing by them. But if yo

Re: PyGUI 1.6: A Note for MacOSX Users

2006-03-08 Thread Greg Ewing
ort item assignment You need to run your program with pythonw, not python. -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand http://www.cosc.canterbury.ac.nz/~greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Removing .DS_Store files from mac folders

2006-03-08 Thread Greg Ewing
ld get re-created in between your purge and creating the tarball. It would be better to just avoid putting the .DS_Store files in the tarball. For example, collect the pathnames of all the .DS_Store files and give them as an exclusion list to tar. -- Greg Ewing, Computer Science Dept, Universit

Central Arkansas Python Users Group

2006-03-29 Thread Greg Lindstrom
At PyCon I met a handful of programmers from the Little Rock area.  Are there enough of us with any interest in forming a Central Arkansas Python Users Group?For others of you that have started user groups, how do you get the word out, especially in an area where Python coders are difficult to find

Windows drag & drop with win32com and IDropTarget

2010-01-14 Thread Greg K
None ) if __name__ == '__main__': main() --- The DragEnter method is documented on MSDN as: HRESULT DragEnter( [in] IDataObject *pDataObj, [in] DWORD grfKeyState, [in] POINTL pt, [in, out] DWORD *pdwEffect ); The out value of pdwEffect should determine the cursor appearance. Thanks, Greg. -- http://mail.python.org/mailman/listinfo/python-list

Re: Windows drag & drop with win32com and IDropTarget

2010-01-15 Thread Greg K
something else I'm doing wrong... But I can probably figure it out from looking at your working code (thanks for that). Greg. -- http://mail.python.org/mailman/listinfo/python-list

ANN: Humerus 2.1

2009-10-02 Thread Greg Ewing
Humerus 2.1 is now available: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.1.0.zip Online documentation: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/Humerus-2.1.0/doc/ In this version, the code for handling levels has been separated out into a new pair

PyCon 2010 US - Call For Tutorials Ending Soon

2009-10-13 Thread Greg Lindstrom
conference ("Tutorial Days"). An example proposal (and a blank template) can be found at http://us.pycon.org/2010/tutorials/proposals/ . Thanks! Greg Lindstrom -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyGUI 2.1

2009-11-14 Thread Greg Ewing
PyGUI 2.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Highlights of this version: * Win32: Fixed bug preventing PyGUI apps from working under pythonw Fixed incorrect mouse coordinates in ScrollableView Added more standard cursors * MacOSX:

ANN: PyGUI 2.1.1

2009-11-20 Thread Greg Ewing
PyGUI 2.1.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This is an emergency bugfix release to repair some major breakage in the gtk version. Also corrects some other problems. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be light

ANN: PyGUI 2.2

2010-02-06 Thread Greg Ewing
PyGUI 2.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Highlights of this version: - TextEditor component with tabs, scrolling and word wrap - Classes for laying out components in rows, colums and grids - Printing support What is PyGUI? -

ANN: Pyrex 0.9.8.6

2010-02-24 Thread Greg Ewing
Pyrex 0.9.8.6 is now available: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ Numerous bug fixes and a few improvements. See the CHANGES page on the web site for details. What is Pyrex? -- Pyrex is a language for writing Python extension modules. It lets you freely m

PyCon 2011 - Call for Tutorial Volunteers

2010-02-26 Thread Greg Lindstrom
group of volunteers. Interested? Please drop a note at pycon-tutori...@python.org and let us know. Thanks, Greg Lindstrom Tutorial Coordinator, PyCon 2011 (Atlanta) -- http://mail.python.org/mailman/listinfo/python-list

Looking for an Application

2010-03-01 Thread Greg Lindstrom
. Does anyone remember what it is? Thanks, --greg -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyGUI 2.3.1

2010-11-19 Thread Greg Ewing
PyGUI 2.3.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version incorporates a modification that I hope will improve the behaviour of ScrollableViews on Windows with pywin32 builds later than 212. (There are still problems with it, though. If the Scrollable View

Strange affinity side effect with multiprocessing.

2010-11-21 Thread Greg MacDonald
on windows xp, python 2.6, and intel core2 duo. I'm completely at a loss so any thoughts would be greatly appreciated. Thx. -Greg -- http://mail.python.org/mailman/listinfo/python-list

Dictionaries inside out

2010-11-26 Thread Greg Lindstrom
ing it other than making a set of dictionaries which "mirror" the originals? FWIW, I have approximately 50 tables ranging from 2 entries to over 100. Thanks, --greg -- http://mail.python.org/mailman/listinfo/python-list

ANN: PyGUI 2.3.2

2010-12-16 Thread Greg Ewing
PyGUI 2.3.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version fixes a problem in Cocoa whereby the coordinate system for drawing in a Pixmap was upside down, and corrects a slight mistake in the Canvas documentation. What is PyGUI? -- PyGUI is a

ANN: PyGUI 2.3.3

2010-12-19 Thread Greg Ewing
PyGUI 2.3.3 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Minor update to fix a problem with the previous release on some versions of MacOSX. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API

Re: if, continuation and indentation

2010-06-07 Thread Greg Couch
hey continue the expression from the previous line. If I run out of room to put a full and/or clause on one line, then I'll indent the subclause two levels. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: convert time to UTC seconds since epoch

2010-07-20 Thread Greg Hennessy
On 2010-07-20, Rami Chowdhury wrote: > If you have a sufficiently recent version of Python, have you >considered time.strptime: >http://docs.python.org/library/time.html#time.strptime ? Given the documentation talks about "double leap seconds" which don't exist, why should this code be trusted?

Re: convert time to UTC seconds since epoch

2010-07-20 Thread Greg Hennessy
On 2010-07-21, Chris Rebert wrote: > On Tue, Jul 20, 2010 at 6:31 PM, Greg Hennessy wrote: >> Given the documentation talks about "double leap seconds" which don't >> exist, why should this code be trusted? > > Because they exist(ed) in POSIX. Why should PO

# of Months between two dates

2010-08-08 Thread Greg Lindstrom
ey (USD), I decided to use the decimal module for all computations. It's not a big difference -- unless you've seen the movie "Office Space" :-) -- but it sure is nice. Especially being able to easily round values to the nearest cent. You just have to love the standa

Procedures

2009-06-22 Thread Greg Reyna
Script) Python's debug system is largely confusing to me, but of course I'll keep at it. I would love to see a step-by-step debugging tutorial designed for someone like me who usually wants to single-step through an entire script. Thanks for any help, Greg Reyna -- http://mail.python.org/mailman/listinfo/python-list

Creating xml

2009-07-23 Thread Greg Lindstrom
which is not my intention), what are my options if I want to create xml? Ceratinly writing my own routine is an option, but I bet there are better ones :-) How about if I need/want to parse or process an XML file? Thanks! --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Registation is open for the 9th PyWeek game programming challenge!

2009-08-03 Thread Greg Ewing
ned out to participate. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Networked Broadcast Messaging

2009-08-11 Thread Greg Taylor
On Aug 11, 3:00 pm, Kushal Kumaran wrote: > You could use the socket module to broadcast.  Using INADDR_BROADCAST > as the destination should do it.  I fail to recollect whether that > will need root privileges... Awesome, I think this is exactly what I'm looking for. Much appr

Re: Networked Broadcast Messaging

2009-08-13 Thread Greg Taylor
, though I have no personal > experience with either.  But perhaps that will also give you some > terms or starting points for searching for other options. This is also very helpful. In particular Spread, looks very attractive. Thanks for the tip, Greg -- http://mail.python.org/mailman/listinfo/python-list

Fedex + SOAP

2009-08-24 Thread Greg Taylor
e has already started tinkering with a Fedex +SOAP module before I potentially re-invent the wheel. If there's nothing in the works yet, would anyone be interested in working with me on such a module? Thanks, Greg -- http://mail.python.org/mailman/listinfo/python-list

PyCon 2010 - Call for Tutorials

2009-08-25 Thread Greg Lindstrom
stions? You can contact us at the PyCon Email Listand we will get back with you. We look forward to hearing from you! Greg Lindstrom Tutorial Coordinator PyCon 2010 (Atlanta) -- http://mail.python.org/mailman/listinfo/python-list

PyCon 2010 - Call for Tutorials

2009-09-05 Thread Greg Lindstrom
More information, including a sample proposal and blank template, are at http://us.pycon.org/2010/tutorials/proposals/. Questions? Email us at pycon-tutori...@python.org. Greg Lindstrom -- http://mail.python.org/mailman/listinfo/python-list

Managing a Sub-Process

2009-09-06 Thread Greg Lindstrom
I thought that before I launch onto building my own system to accomplish this I'd ask if it's been done before and, if so, how? What are the isues I need to worry about? Thanks, --greg -- http://mail.python.org/mailman/listinfo/python-list

PyCon 2010 (Atlanta) Call For Tutorials

2009-09-17 Thread Greg Lindstrom
Source project. Any topic relating to Python is eligible. Tutorial teachers are paid $1,000.00 per class for their efforts. Interested (we hope so!)? More information is available at http://us.pycon.org/2010/tutorials/proposals/ or write us at pycon-tutori...@python.org. We look forward to hea

Re: An assessment of the Unicode standard

2009-09-20 Thread Greg Ewing
t of exploring new ideas may be less influenced by the constraints of language than the general population. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

ANN: Albow 2.1

2009-09-25 Thread Greg Ewing
ALBOW - A Little Bit of Widgetry for PyGame Version 2.1 is now available. http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/ Highlights of this version: * OpenGL faciliites * Music facilities * Drop-down menus and menu bars What is Albow? Albow is a library for creating GUIs u

catching WM_TIMER message

2010-09-20 Thread Greg Miller
I'm trying to get the following code converted to Python...and am stuck if(GetMessage(&msg.NULL,NULL,NULL)) { if(msg.message == WM_TIMER) { TranslateMEssage(&msg); DispatchMessage(&msg); } } I think GetMessage is a canned C or C++ function, and I'm not sure

Re: catching WM_TIMER message

2010-09-20 Thread Greg Miller
On Sep 20, 11:30 am, Tim Golden wrote: > On 20/09/2010 16:15, Greg Miller wrote: > > > I'm trying to get the following code converted to Python...and am > > stuck > > > if(GetMessage(&msg.NULL,NULL,NULL)) > > { > >       if(msg.message == WM_TI

Distributing Packages

2010-09-23 Thread Greg Lindstrom
read up on distutils, but also recall hearing about Python eggs and sitting in on a talk or two at PyCon (US) that seemed to indicate that the community was in a state of flux over how to distribute things. What are the current thoughts on the subject? Thanks, --greg -- http://mail.python.o

PyCon 2011 Call For Tutorials

2010-10-04 Thread Greg Lindstrom
PyCon 2011 will be held March 9th through the 17th, 2011 in Atlanta, Georgia. (Home of some of the best southern food you can possibly find on Earth!) The PyCon conference days will be March 11-13, preceded by two tutorial days (March 9-10), and followed by four days of development sprints (March 1

Python use with Mightex Buffer USB camera

2010-10-27 Thread Greg Miller
Does anyone have any experience using Python and ctypes to interface with one of the Mightex USB cameras? I am following the CPP code example and so far I think I've done pretty well talking to the dll. I am able to get serial number information back from the camera, however I am not sure if I'm u

Re: Exception Handling in Python 3

2010-10-29 Thread Greg Ewing
eptions represent bugs in that situation, so you will want to address them both, and you might as well get the traceback in a non-confusing order. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: spam issue

2017-03-06 Thread Greg Couch
On Thursday, March 2, 2017 at 8:08:44 AM UTC-8, Andrew Zyman wrote: > Why is this group have such an obscene number of spam posts ? > I'm subscribed to a few other google groups and this is the only one that has > this issue. If you do use google groups, please "Report abuse" for these messages.

Argh!! Can't wrap my head around this Python stuff!

2017-11-26 Thread nospam . Greg Tibbet
ellipse() Okay, fine... but WHERE is draw_ellipse defined?? What magic is happening there? I've searched the entire PIL directory tree, and the ONLY two places draw_ellipse is mentioned are right there in the ellipse() function... WHAT am I missing?? Thanks! -Stumpy (aka Greg) -- https://mail.python.org/mailman/listinfo/python-list

Clarification on XML parsing & namespaces (xml.dom.minidom)

2005-01-24 Thread Greg Wogan-Browne
ments I create dynamically, and therefore XSLT does not kick in (I'm using an external processor). Any thoughts on this would be appreciated. Should I file a bug on pyxml? Greg Python 2.3.3 (#1, May 7 2004, 10:31:40) [GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2 Type "he

Re: The Semicolon Wars as a software industry and human condition

2006-08-17 Thread Greg R. Broderick
"Iain King" <[EMAIL PROTECTED]> wrote in news:1155827943.041208.51220 @i3g2000cwc.googlegroups.com: > I'm confused - I thought Xah Lee loved Perl? Now he's bashing it? > Huh? That's his other personality. -- ---

Re: Generating HTML

2007-09-12 Thread w . greg . phillips
ko is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance.""" Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: Python on imac

2007-10-14 Thread w . greg . phillips
ould be aware that unless something has changed recently, PyGTK runs under X11 and is not native Aqua. This makes it a bit clunky to deal with. Greg -- http://mail.python.org/mailman/listinfo/python-list

Python 2.6.3 TarFile Module Add odd behavior

2009-11-13 Thread Tilson, Greg (IS)
In Windows Python 2.6.3 calling TarFile.add requires arcname= to be set to work with WinZIP or WinRAR Documentation reads: TarFile.add(name, arcname=None, recursive=True, exclude=None) Add the file name to the archive. name may be any type of file (directory, fifo, symbolic link, etc.). If given

Argh!! Can't wrap my head around this Python stuff!

2017-11-26 Thread nospam . nospam . Greg Tibbet
ellipse() Okay, fine... but WHERE is draw_ellipse defined?? What magic is happening there? I've searched the entire PIL directory tree, and the ONLY two places draw_ellipse is mentioned are right there in the ellipse() function... WHAT am I missing?? Thanks! -Stumpy (aka Greg) -- https://mail.python.org/mailman/listinfo/python-list

Re: Organizing modules and their code

2023-02-04 Thread Greg Ewing via Python-list
devoted to each fruit, but only ever one crate of fruit in each aisle, one would think they could make better use of their shelf space. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: Organizing modules and their code

2023-02-05 Thread Greg Ewing via Python-list
part of it, and that was something he saw his colleagues failing to do. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: ChatGPT Generated news poster code

2023-02-10 Thread Greg Ewing via Python-list
For a moment I thought this was going to be a script that uses ChatGPT to generate a random news post and post it to Usenet... Which would also have been kind of cool, as long as it wasn't overused. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

<    6   7   8   9   10   11   12   >