Re: Remote Connection

2011-04-21 Thread Irmen de Jong
On 20-04-11 05:26, ray wrote: The speech commands will scripted in Python. Dragonfly is the Python project to coordinate this but does not address connectivity. So I am wondering if there have been any Python projects to address the connectivity. ray I'm not quite sure what you want exactly

Re: Remote Connection

2011-04-19 Thread ray
On Apr 19, 8:23 pm, Chris Rebert wrote: > On Tue, Apr 19, 2011 at 6:04 PM, ray wrote: > > I wonder if there is a solution to provide remote connections between > > two computers similar to Remote Desktop.  The difference I am looking > > for is to be able to deliver speech/audio from the local ma

Re: Remote Connection

2011-04-19 Thread Chris Rebert
On Tue, Apr 19, 2011 at 6:04 PM, ray wrote: > I wonder if there is a solution to provide remote connections between > two computers similar to Remote Desktop.  The difference I am looking > for is to be able to deliver speech/audio from the local machine to > the remote machine which will process

Remote Connection

2011-04-19 Thread ray
I wonder if there is a solution to provide remote connections between two computers similar to Remote Desktop. The difference I am looking for is to be able to deliver speech/audio from the local machine to the remote machine which will process the audio via Dragon Naturally Speaking. As an addit

Re: SqlAlchemy: remote connection on problem on mysql database

2010-07-09 Thread Rebelo
from SQLAlchemy docs (http://www.sqlalchemy.org/docs/ dbengine.html#database-engine-options): " create_engine() URL Arguments SQLAlchemy indicates the source of an Engine strictly via RFC-1738 style URLs, combined with optional keyword arguments to specify options for the Engine. The form of the U

SqlAlchemy: remote connection on problem on mysql database

2010-07-09 Thread Massi
Hi everyone, in my script I'm trying to connect to a remote database using sqlalchemy. Since I'm pretty new to this library I'm not really sure of what I am doing :-). Up to now what I'm doing to connect to the database is this: engine = create_engine("mysql:// my_username:my_passw...@phpmyadmin.