Re: [OT] Re: MySQL connections

2015-01-15 Thread Jacob Kruger
- Original Message - From: Dennis Lee Bieber wlfr...@ix.netcom.com To: python-list@python.org Sent: Thursday, January 15, 2015 4:22 PM Subject: Re: [OT] Re: MySQL connections On Thu, 15 Jan 2015 13:48:34 +0200, Jacob Kruger ja...@blindza.co.za declaimed the following: Agree

Re: MySQL connections

2015-01-15 Thread Jacob Kruger
- Original Message - From: Chris Angelico ros...@gmail.com Cc: python-list@python.org Sent: Thursday, January 15, 2015 2:33 PM Subject: Re: MySQL connections On Thu, Jan 15, 2015 at 10:59 PM, Jacob Kruger ja...@blindza.co.za wrote: Tried generating .exe with both cx_freeze

Re: [OT] Re: MySQL connections

2015-01-15 Thread Jacob Kruger
- Original Message - functions. When was the last time those systems had Windows Update and reboots performed? Daily basis. Think, in line with your other message, will just try rewrite code - and, issue relating to structure etc. is left over from when pulled it out of wxPython

Re: MySQL connections

2015-01-15 Thread Mark Lawrence
On 15/01/2015 16:40, Jacob Kruger wrote: If you want to check it out, have attached the full code file - might be a bit messy/large - but, effectively, right at bottom, launch an instance of the class a2m, passing through arguments, and then from within __init__ call convertProcess function,

MySQL connections

2015-01-15 Thread Jacob Kruger
Development machine is windows7 64 bit machine, now working with either/both python 2.7 or 3.4 - test purposes, trying to figure out if this was something like a version incompatibility issue, and tried using both XAMPP and WAMP MySQL server version 5.0.11 instances thus far. Now, aside from

Re: MySQL connections

2015-01-15 Thread Chris Angelico
On Thu, Jan 15, 2015 at 7:13 PM, Jacob Kruger ja...@blindza.co.za wrote: However, if implement similar code - down to just trying to open a connection, wait a few seconds, and then close it again, inside a function called from a prior function, in the class am implementing in a file

[OT] Re: MySQL connections

2015-01-15 Thread Peter Otten
Jacob Kruger wrote: However, if implement similar code - down to just trying to open a connection, wait a few seconds, and then close it again, inside a function called from a prior function, in the class am implementing in a file called/executed from command line, then, the moment I try to

Re: MySQL connections

2015-01-15 Thread Jacob Kruger
: BlindZA Roger Wilco wants to welcome you...to the space janitor's closet... - Original Message - From: Jacob Kruger To: python-list@python.org Sent: Thursday, January 15, 2015 10:13 AM Subject: MySQL connections Development machine is windows7 64 bit machine, now working

Re: [OT] Re: MySQL connections

2015-01-15 Thread Jacob Kruger
- Original Message - From: Peter Otten __pete...@web.de To: python-list@python.org Sent: Thursday, January 15, 2015 12:40 PM Subject: [OT] Re: MySQL connections Jacob Kruger wrote: However, if implement similar code - down to just trying to open a connection, wait a few seconds

Re: MySQL connections

2015-01-15 Thread Chris Angelico
On Thu, Jan 15, 2015 at 10:59 PM, Jacob Kruger ja...@blindza.co.za wrote: Tried generating .exe with both cx_freeze, and pyInstaller, and the code itself, and both versions of executable generate errors, same as running it from command line - only difference is the source of the error mentioned

Re: MySQL connections

2015-01-15 Thread Jacob Kruger
- Original Message - From: Chris Angelico ros...@gmail.com You've posted your working versions; can you post a non-working version? Problem is that works fine in interpreter, but, not when executing it as part of code in file. Also, I'm seeing a very small hint here that might