Użytkownik Carey Gagnon napisał: >> Hi. >> >> In your application class initProperties() method add line: >> self.CryptoKey = "my_encryption_key" >> >> -- >> Regards >> Jacek Kałucki >> >> > > I added to the appwizard frmBase.py file in the initProperties section, but > I still get the simple crypt warning. And re did the cxnml file by creating > file with the cxnEditor and saving the new file. > > The cxnEditor gave the error too when testing the connection before saving > > Perhap I've been up way too long today. > > I'll play again in the morning...wait...it's already morning... > > Thanks for the point in the right direction Jacek! >
Other possibility is, you don't have Crypto package installed. Did 'from Crypto.Cipher import DES3' issued from Python shell works? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
