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
>
> # A
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 bi
onger
getting compiled to .pyc. Instead, when I check the pytz directory 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
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. I
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 sockets