SQL SERVER : how to access it from Python

2005-09-13 Thread Chavez Gutierrez, Freddy
Title: SQL SERVER : how to access it from Python Hi all. I like to access a SQL SERVER from a Python 2.4 script running on WinXP. I need to run store procedures and to query some tables. Where should I start to investigate this topic? Thanks for your help. Regards, Freddy Chavez. -- http

how to convert a PY to a PYC file

2005-09-05 Thread Chavez Gutierrez, Freddy
Title: how to convert a PY to a PYC file I want to distribute a Python application to several computers, but I don't want they to be able to see the pure python code (the 'py' file). Is there a way to generate a 'pyc' file and distribute that only? Regards, Freddy Chavez. -- http://mai