Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/ui/uiwx/dControlMixin.py",
 

line 26, in _onWxHit
self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/ui/uiwx/dPemMixin.py",
 

line 915, in raiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/lib/eventMixin.py", 

line 93, in raiseEvent
bindingFunction(event)
File "CxnEditor.py", line 201, in onHit_btnTest
self.testConnection()
File "CxnEditor.py", line 275, in testConnection
for kk, vv in self.currentConn.items():
AttributeError: 'unicode' object has no attribute 'items'
Dabo Info Log: Sat Sep 27 15:29:08 2008: Application finished.


Ed Leafe wrote:
> On Sep 27, 2008, at 4:22 PM, Jeff Johnson wrote:
>
>   
>> Ed:  Nope - App Finished.  The only thing I can figure is that the
>> permissions are not correct on MySQL and I don't know enough about it.
>> Although, using the Administrative Interface, I can connect to dabodev
>> using the exact same parameters as the connection editor.
>>     
>
>
>       I can't imagine what the difference would be. Normally things like  
> this are firewall issues, but if one app can hit the server, the other  
> should be able to.
>
>       Try this: edit the CxnEditor.py file, adding the two lines between  
> the blank lines below to the testConnection() method. When you click  
> the test button, it should print out the actual connection parameters.  
> Then re-run the program, and try it again. If it fails, copy the  
> output and paste it into a reply to this email.
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>       def testConnection(self):
>               # Update the values
>               self.updtFromForm()
>               
>               for kk, vv in self.currentConn.items():
>                       print "%s: >%s<" % (kk, vv)
>                       
>               # Create a connection object.
>               ci = 
> dabo.db.dConnectInfo(connInfo=self.connDict[self.currentConn])
>               [rest snipped]
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
>
> -- Ed Leafe
>
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
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]

Reply via email to