Re: Python Object Systems

2014-08-11 Thread Mike C. Fletcher
object systems out there. You'll also likely find about a thousand metaclasses these days. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- https://mail.python.org/mailman

PyOpenGL 3.1.0 Released

2014-06-27 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

Re: handling return codes from CTYPES

2013-01-21 Thread Mike C. Fletcher
) my_ctypes_function( ..., byref(result) ) print result.value i.e. you have to pass the variable into the function (as a reference/pointer). HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com

Re: handling return codes from CTYPES

2013-01-21 Thread Mike C. Fletcher
On 13-01-21 11:52 AM, Steve Simmons wrote: Mike, Thanks for your response - I was puzzled by one part of it though... On 21/01/2013 15:14, Mike C. Fletcher wrote: That's because you've just discarded the object you created I (mis?)understood from the ctypes documentation

Re: pygame - importing GL - very bad...

2013-01-03 Thread Mike C. Fletcher
different wouldn't be a good direction to move, IMO. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: pylint, was Re: pygame - importing GL - very bad...

2013-01-03 Thread Mike C. Fletcher
that this is *not* an error, it is a *style* related *warning*. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

PyOpenGL 3.0.2 Released

2012-10-16 Thread Mike C. Fletcher
support is auto-generated. As always, we are limited by the number of test programs that exercise more advanced features and the availability of hardware that can support the features on which to test -- Mike C. Fletcher Designer, VR Plumber, Coder

Re: adding a simulation mode

2012-07-04 Thread Mike C. Fletcher
the thing should return globalsub.subs( shutil.copytree, fake_copytree ) $ pip install globalsub HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

Re: XSLT to Python script conversion?

2012-02-13 Thread Mike C. Fletcher
and templates/section.kid files are all you need to look at to understand the docbook processing. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman

Re: subprocess module and long-lived subprocesses

2012-01-20 Thread Mike C. Fletcher
they use it for more than a short period... HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: memory leaks - tools and docs

2011-11-24 Thread Mike C. Fletcher
https://launchpad.net/meliae http://www.vrplumber.com/programming/runsnakerun/ -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: logging: warn() methods and function to be deprecated.

2011-10-26 Thread Mike C. Fletcher
On 11-10-26 05:12 AM, Vinay Sajip wrote: Mike C. Fletcher mcfletch at vrplumber.com writes: I actually consider .warning() a nit :) . After all, it's 3 extra characters :) , and *who* actually reads documentation instead of just poking around and finding the shortest-named method

Re: logging: warn() methods and function to be deprecated.

2011-10-26 Thread Mike C. Fletcher
as a piece of data. I'll withdraw the suggestion that it is not a trivial thing to add to 2to3, though I'll leave the implementation to someone else. Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Re: logging: warn() methods and function to be deprecated.

2011-10-24 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDispatcher on sourceforge doesn't play nice with easy_install

2010-03-30 Thread Mike C. Fletcher
with easy_install. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for newbies (Pythno users group in Macedonia)

2010-03-13 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Command-Line Code Dojo this month, Jabber/XMPP next month in Toronto

2010-03-10 Thread Mike C. Fletcher
he does this, and how you can do it too. Regular time (Third Tuesday of the Month) and place (Linux Caffe). More details on the web site: http://www.pygta.org Enjoy, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

PyCon Dress Rehearsal at the Greater Toronto Area Python User's Group, Feb 16th, 7pm

2010-02-09 Thread Mike C. Fletcher
, there will be an immediate feedback channel available. PyGTA: http://www.pygta.org Linux Caffe: http://www.pygta.org/venue/ Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Re: Library support for Python 3.x

2010-01-27 Thread Mike C. Fletcher
wanted to use it in real code :) . Projects which haven't ported to Python 3.x aren't necessarily dead, they're just not nailed to that particular perch (yet), Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Tornado this month, PyCon Dress Rehearsal next month at PyGTA

2010-01-14 Thread Mike C. Fletcher
, there will be an immediate feedback channel available. Directions to the venue, RSS feeds of upcoming events, and all the details are available on the web site: http://www.pygta.org Enjoy yourselves, Mike -- Mike C. Fletcher Designer, VR

Re: PyOpenGL and graphics card support

2009-10-01 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Twisted 100% event driven or hybrid?

2009-09-23 Thread Mike C. Fletcher
names and the like). Threads aren't really part of the twisted way in my understanding, but they can be used if necessary AFAIK, and they will let your application remain responsive to network events during the processing. HTH, Mike -- Mike C

Re: Python and 3d

2009-09-13 Thread Mike C. Fletcher
content loaders, though I haven't played with them enough to be able to say what formats they support. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

Parallelization in Python at the Regular Toronto and Area Python User's Group September 15th

2009-09-09 Thread Mike C. Fletcher
We'll also likely have a discussion about putting together a series of 1/2 or 1-day classes (in a more formal classroom-like setting) for new Python users. Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Exceptional Conditions: Regular Toronto Python User's group on Tuesday

2009-08-11 Thread Mike C. Fletcher
on Tuesday, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

Re: Observer implementations

2009-06-17 Thread Mike C. Fletcher
Tobias Weber wrote: In article mailman.1631.1245160392.8015.python-l...@python.org, Mike C. Fletcher mcfle...@vrplumber.com wrote: See PyDispatcher for code to do this. That was the original problem. Got it now: if used inside the class definition dispatcher.connect will raise

Re: Observer implementations

2009-06-16 Thread Mike C. Fletcher
to change anything in a rather long time. It pretty much just works. Enjoy, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Toronto Python Users' Group (PyGTA) meeting Wednesday 17th, 7:15pm

2009-06-09 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: PyOpenGL Installation

2009-05-31 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Regular Toronto Python Users' Group (PyGTA) meeting Tuesday 19th, 7:15pm

2009-05-13 Thread Mike C. Fletcher
is used extensively by the Zope and Plone communities. It is a recipe based engine for reproducing a set of modules and application code onto a number of machines. http://www.pygta.org/ Enjoy yourselves, Mike -- Mike C. Fletcher

PyOpenGL Release 3.0.0 (final)

2009-04-02 Thread Mike C. Fletcher
to aid in the development of games, all of which can be easily installed on common platforms. Enjoy yourselves, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

Regular Toronto Python User's Group on Tuesday the 17th

2009-03-12 Thread Mike C. Fletcher
, with the meeting starting at 7:15pm. More details on the NextMeeting page on the web-site: http://www.pygta.org Enjoy yourselves, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com

Re: ANN: SuPy 1.6

2009-02-23 Thread Mike C. Fletcher
anything else you feel should be said about the program, let me know. http://www.vrplumber.com/py3d.py#supy Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http

Re: OpenGL in TK

2009-02-17 Thread Mike C. Fletcher
outweighed my interest. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3D CAD -- need collaborators, or just brave souls :)

2009-02-10 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Regular Toronto Area Python User's Group (PyGTA) meeting on Tuesday

2008-12-12 Thread Mike C. Fletcher
We'll be having our regular Toronto Area Python User's Group meeting this upcoming Tuesday (Dec 16th). Topic for the evening's discussions: What's your programming mantra? When you code, do you consciously think about the principles in the Zen of Python? Do you find yourself

Your Million Dollar Python Project at the Toronto Python User's Group on Tuesday

2008-11-11 Thread Mike C. Fletcher
://www.pygta.org. Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

Regular Toronto Python User's Group (PyGTA) meeting on Tuesday the 21st

2008-10-16 Thread Mike C. Fletcher
. http://www.pygta.org/ Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

Re: PyOpenGL double-buffered hardware surface

2008-10-05 Thread Mike C. Fletcher
. If wxPython, see their GLcanvas object. If GLUT, see glutInitDisplayMode, etceteras. Good luck, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman

Re: Some questions about PyOpenGL and wxPython

2008-09-21 Thread Mike C. Fletcher
what's wrong there. glColor should be working. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Py3K or Not at PyGTA Tuesday

2008-09-12 Thread Mike C. Fletcher
://www.pygta.org/ Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

Regular Toronto Area Python User's Group this Tuesday 7pm

2008-08-13 Thread Mike C. Fletcher
. -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: PyOpenGL Tutorial?

2008-07-25 Thread Mike C. Fletcher
tutorials that are not wxPython specific on the PyOpenGL documentation page. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Regular Toronto Python User's Group (PyGTA) Meeting July 15th: Code Aesthetics

2008-07-11 Thread Mike C. Fletcher
as the evening winds on and the philosophy runs deep. http://www.pygta.org Have fun, Mike [1] http://pyre.third-bit.com/blog/archives/1650.html -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http

Regular Toronto-Area Python User's Group this Tuesday

2008-04-10 Thread Mike C. Fletcher
sites. Have fun all, Mike http://www.pygta.org/ -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python

Toronto Area Python User's Group Meeting

2008-03-12 Thread Mike C. Fletcher
Seneca will be describing how to use Core Image to process your images in subtle and advanced ways (think sufficiently complex to support an image bureau). Enjoy everyone, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Re: simpleparse - what is wrong with my grammar?

2008-02-25 Thread Mike C. Fletcher
Laszlo Nagy wrote: ... Is there any way I can specify precedence tables? Or do I have to use a different parser generator then? You normally specify them as top_precedence/second_precedence/last_precedence sets. SimpleParse' limitation is with ambiguity, not with precedence. SimpleParse

Re: simpleparse - what is wrong with my grammar?

2008-02-24 Thread Mike C. Fletcher
formulations. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Mike C. Fletcher
dmitrey wrote: Hi all, the url http://torquedev.blogspot.com/2008/02/changes-in-air.html (blog of a game developers) says IronPython is faster than CPython in 1.6 times. Is it really true? On certain platforms, I believe so, for certain types of operations. Not sure if Mono also

Re: PyOpenGL

2008-02-04 Thread Mike C. Fletcher
pointer. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: TopSort in Python?

2008-01-20 Thread Mike C. Fletcher
a thread started in 1999! For some of us 1999 is well into our Pythonic life-cycle :) Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman

Re: GUI development with 3D view

2007-12-10 Thread Mike C. Fletcher
that have problems with the 3.x alphas so far. Tempus fugit, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Screen Shots?

2007-12-04 Thread Mike C. Fletcher
If you are using Pygame (you don't say which GUI library you are using), you can draw the mini-map into a surface and then re-blit the surface to the screen each time you want to display it. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder

Re: dependency algorithm

2007-11-14 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: TwistedMatrix missing OpenSSL?

2007-10-05 Thread Mike C. Fletcher
: -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Regular Toronto Area Python User's Group meeting this Tuesday @ Linux Caffe

2007-09-16 Thread Mike C. Fletcher
access, good eats, and a very cool ambiance. They're at the corner of Grace and Harbord, one block South of Christie station. Hope to see you all out, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Re: Question: wxpython and 3d engine example with model load ?

2007-08-23 Thread Mike C. Fletcher
page in a few seconds of googling, so I guess finding that is left as an exercise for the reader. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

Regular Toronto Area Python User's Group (PyGTA) meeting this Tuesday

2007-08-20 Thread Mike C. Fletcher
period. Our venue for the meeting is the wonderful Linux Caffe at Grace and Harbord Streets, more details available on the NextMeeting page in the wiki[1]. Have fun all, Mike [1] http://web.engcorp.com/pygta/wiki/NextMeeting -- Mike C

Re: Call for advice on how to start PyOpenGL!

2007-08-20 Thread Mike C. Fletcher
://www.google.com/codesearch?q=lang%3Apython -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Where do they tech Python officialy ?

2007-07-23 Thread Mike C. Fletcher
the hardcore stuff. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

PyGTK Introduction @ Toronto Area Python User's Group Meeting next Tuesday

2007-07-11 Thread Mike C. Fletcher
and sandwiches, ice cream, smoothies, coffee, tea and the like. Details on how to get to Linux Caffe are available on the PyGTA next-meeting page: http://www.pygta.org/ Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Regular Toronto Area Python User's Group (PyGTA) meeting on Tuesday

2007-06-15 Thread Mike C. Fletcher
for/with the OLPC platform. Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

Python in a strange land: IronPython and ASP.NET at the next PyGTA

2007-04-13 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: Understanding Python's interpreter

2007-04-07 Thread Mike C. Fletcher
are just as important educational targets as new Python programmers. Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDispatcher question

2007-04-05 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: interpreting glyph outlines from ttfquery?

2007-03-22 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python GUI + OpenGL

2007-03-02 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Dlls

2007-02-18 Thread Mike C. Fletcher
, but then you'd have to do that in assembler too. Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Regular Toronto Python User's Group (PyGTA) meeting this Tuesday

2007-02-15 Thread Mike C. Fletcher
out for beer, ice cream and what have you around 8:30 or 9:00. Maps and the like available on the wiki: http://web.engcorp.com/pygta/wiki/NextMeeting Have fun all, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Re: Saving PyOpenGl figures as ps

2007-02-11 Thread Mike C. Fletcher
) for the rendering, which may (depending on implementation) allow for higher resolutions. If you want a true vector graphic (PS, EPS) you'll need to use something like GL2PS. http://www.geuz.org/gl2ps/ HTH, Mike -- Mike C. Fletcher Designer, VR

Re: pygame and python 2.5

2007-02-09 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Traceback of hanged process

2007-01-08 Thread Mike C. Fletcher
://blog.vrplumber.com/835 HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Metaclass uses?

2006-12-15 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: pyopengl glShaderSourceARB error

2006-12-09 Thread Mike C. Fletcher
a simpler API and that you have to pass an array (list) of strings, not just a single string to the compilation function. The count and length (array of lengths) parameters are pulled from the list-of-strings you pass. HTH, Mike -- Mike C

Re: fork and exit needed?

2006-11-30 Thread Mike C. Fletcher
to use for the script. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: 3D Vector Type Line-Drawing Program

2006-10-10 Thread Mike C. Fletcher
fragmented view of your objects (that is, you get the triangles that would be rendered). That *can* be coded around, but generally people are either focused on making it look good or making it editable. Good luck, Mike -- Mike C. Fletcher

Re: does anybody earn a living programming in python?

2006-09-26 Thread Mike C. Fletcher
institutions. Have fun, Mike Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: simpleparse parsing problem

2006-09-02 Thread Mike C. Fletcher
that to be *, not + Best way to write a SimpleParse grammar is from the ground up, using test cases, so test each thing you think you're parsing. Makes it much easier to spot situations like this. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder

Regular Toronto Python User's Group (PyGTA) meeting this Tuesday 7pm @ Linux Caffe

2006-06-24 Thread Mike C. Fletcher
C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: Beginner Python OpenGL difficulties

2006-05-29 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Using python for a CAD program

2006-05-21 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: State of the Vaults of Parnassus

2006-05-14 Thread Mike C. Fletcher
, but that was quite a while ago. I don't *think* there's any discarding, but rather a delay so long in publishing that it would feel like a discard... Take care, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Re: Can I control Video Card by using Python under linux?

2006-03-31 Thread Mike C. Fletcher
are probably looking for the gstreamer package. It has Python bindings available. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python

Toronto and Area Python Users Group (PyGTA) Meeting Tuesday, 7pm at the Linux Caffe

2006-03-28 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Re: Cheese Shop: some history for the new-comers

2006-03-11 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Speed of data structures in python

2006-03-10 Thread Mike C. Fletcher
between nodes should be a much bigger win for converting the whole thing to a single display list. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

February Toronto Python User's Group meeting is tomorrow, 7PM at Linux Caffe

2006-02-27 Thread Mike C. Fletcher
that we'll have time for open discussion. Meeting is at the regular time and place, Linux Caffe, 7pm. Details here: http://web.engcorp.com/pygta/wiki/NextMeeting Hope to see you all there, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder

Re: Collecting snmp data - threads, processes, twisted?

2006-02-07 Thread Mike C. Fletcher
simultaneous queries and/or use multiple protocols (gives you more OS-level buffering). Have fun, Mike Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo

Re: OpenGL

2006-01-22 Thread Mike C. Fletcher
these days is focusing on the OpenGL-ctypes implementation, which hopefully will let far more people work on the source-code (and add features and coverage of more extensions). Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Re: OpenGL

2006-01-22 Thread Mike C. Fletcher
an empty array of a given size, that kind of thing. I haven't written a numarray one yet, but it should be a fairly trivial change from the Numpy/scipy-core module. Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http

Re: Extracting results from a large hotshot profile

2006-01-16 Thread Mike C. Fletcher
by writing code to display the results statically. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Extracting results from a large hotshot profile

2006-01-16 Thread Mike C. Fletcher
... or maybe there's something going on with threads intermixing to create greater depth. Let me know if that helps, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http

Re: Limiting the size of List and making it Homogeneous

2006-01-13 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: PyOpengl text rendering with autocad font

2005-12-15 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: new in programing

2005-12-09 Thread Mike C. Fletcher
variable name). HTH, Mike Efrain Marrero wrote: i want to now how to do this in python this is java for(int i=1 ; i=lim ; i++){ for(int j=i+1; j=lim+1; j++){ ... -- Mike C. Fletcher Designer, VR

Re: Favorite flavor of Linux? (for python or anything else)

2005-12-04 Thread Mike C. Fletcher
know that, Pythonicity in Gentoo is pretty straightforward. Anyway, just a vote that's trying very hard to keep on-topic for the python list, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http

Re: 3d Transformation

2005-11-29 Thread Mike C. Fletcher
-- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

Re: System tray Icon

2005-10-24 Thread Mike C. Fletcher
an app run with just a system tray Icon??? any help would be greatly appreciated. I have no clue where to start. -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

Re: graphic memory animation

2005-10-17 Thread Mike C. Fletcher
is it easy to interface with Python (it seems PyOpenGL is not freeware...) PyOpenGL has a BSD-style license, that's about as 'free' as one can get in the freeware sense. Just a note, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder

Re: Merging sorted lists/iterators/generators into one stream of values...

2005-10-10 Thread Mike C. Fletcher
] yield best_source[0] try: best_source[0] = best_source[-1]() except StopIteration: sources.pop() ... Have fun, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http

  1   2   >