-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/09/2014 04:10 AM, SamuraiNinja007 wrote: > The database works fine from the view code if I only import > SimpleClient within the same view file. This kind of implies that > importing SimpleClient (and therefore the python driver) in multiple > places is what is breaking my code.
I would investigate how that module (or maybe others it imports) use globals: in particular, any globals associated with "THE" connection or its settings, state, etc. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlOXCFMACgkQ+gerLs4ltQ78/QCgrIlh5GBAXjObcxh0eVsxe0xb ZkUAoKBgjNyMFUefbZmL8BhffYY+seLE =gtFd -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
