Re: Bluetooth

2010-03-10 Thread Jeff Peck
On 3/7/2010 1:26 PM, PythonAB wrote: Hello, I'm writing a script that has to connect a bluetooth device with a 3D application. On my search for a bluetooth module i ran into this: http://www.python.org/download/releases/2.4/notes/ where it says: The socket module now supports Bluetooth

Re: How do I Block Events in wxPython

2009-12-09 Thread Jeff Peck
Philip Semanchuk wrote: On Dec 9, 2009, at 10:42 AM, Wanderer wrote: I have a wxPython program which does some calculations and displays the results. During these calculations if I click the mouse inside the dialog the program locks up. If I leave the dialog alone the process completes fine.

Python 2.6 + Pytz 2009a + Py2exe problem

2009-03-18 Thread Jeff Peck
in library.zip, I see these files: __init__.pyc reference.pyc tzfile.pyc tzinfo.pyc It appears that the zoneinfo directory is missing. I have tried pasting this in manually with no luck. Any ideas? Thanks, Jeff Peck -- http://mail.python.org/mailman/listinfo/python-list

RE: Python + PostgreSQL

2009-03-17 Thread Jeff Peck
Just thought I'd add that I've been using SQLAlchemy + Postgresql w/ psycopg2 driver with great success for a long time now. This is just a preference, but I like using SQLAlchemy without the ORM. It has really good support for basic low level stuff like defining tables, inserts and updates. The

Re: excel column autofit

2007-06-12 Thread Jeff Peck
Lance Hoffmeyer wrote: Hey all, Wondering why the syntax won't autofit Column A? I am not getting any errors. Also, is there a way of reducing the number of syntax lines? Basically, I am wondering if there is an easier way to copy and paste? Thanks in Advance. Lance # ADD ROW LABELS