Re: [sqlite] sqlite and Python

2013-10-23 Thread Simon Slavin
On 23 Oct 2013, at 7:33pm, David Simmons wrote: > The paths we follow are sometimes clouded with ego that prevent seeing the > obvious. Making code changes to first find and then include an explicit path > to the sqlite database solved the problem. Thanks for your help I can now > move forw

Re: [sqlite] sqlite and Python

2013-10-23 Thread Stephan Beal
On Wed, Oct 23, 2013 at 8:33 PM, David Simmons wrote: > The paths we follow are sometimes clouded with ego that prevent seeing the > obvious. Making code changes to first find and then include an explicit > path to the sqlite database solved the problem. Thanks for your help I can > now move for

Re: [sqlite] sqlite and Python

2013-10-23 Thread David Simmons
The paths we follow are sometimes clouded with ego that prevent seeing the obvious. Making code changes to first find and then include an explicit path to the sqlite database solved the problem. Thanks for your help I can now move forward. BTW - I could not isolated Error Code 255 to a spec

Re: [sqlite] sqlite and Python

2013-10-23 Thread Simon Slavin
On 22 Oct 2013, at 11:00pm, David Simmons wrote: > I am becoming more and more frustrated when I attempt to create a local Mac > app with py2app when sqlite3 database is being used. The py2app creates the > application, however; executing it immediately causes the app to exit with > error co

[sqlite] sqlite and Python

2013-10-23 Thread David Simmons
I am becoming more and more frustrated when I attempt to create a local Mac app with py2app when sqlite3 database is being used. The py2app creates the application, however; executing it immediately causes the app to exit with error code 255. I've spent days searching the internet for a soluti