Paul:  I updated Dabo using Subversion.  Then I started the class 
designer to make sure there were no updates out there.  I retried the 
appwizard and here is what I got:

> C:\PythonProjects\dabo\ide\wizards\AppWizard>python appwizard.py
> c:\pythonprojects\dabo\dabo\lib\SimpleCrypt.py:32: UserWarning:
> WARNING:
> Your application uses SimpleCrypt, which is fine for testing but should
> not be used in production, because:
> 
> 1) Anyone with a copy of Dabo could decrypt your password.
> 
> 2) It isn't portable between 32-bit and 64-bit python. See the trac
>    ticket at http://trac.dabodev.com/ticket/1179 for more information.
> 
>   """, UserWarning)
> Traceback (most recent call last):
>   File "c:\pythonprojects\dabo\dabo\ui\uiwx\dControlMixin.py", line 27, in 
> _onWx
> Hit
>     self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
>   File "c:\pythonprojects\dabo\dabo\ui\uiwx\dPemMixin.py", line 950, in 
> raiseEve
> nt
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
> **kwargs)
>   File "c:\pythonprojects\dabo\dabo\lib\eventMixin.py", line 93, in raiseEvent
>     bindingFunction(event)
>   File "c:\pythonprojects\dabo\dabo\ui\dialogs\Wizard.py", line 124, in onNext
>     self.CurrentPage += pg.nextPage()
>   File "c:\pythonprojects\dabo\dabo\ui\dialogs\Wizard.py", line 291, in 
> _setCurr
> Page
>     ok = self._pages[self._currentPage].onLeavePage(direction)
>   File "appwizard.py", line 301, in onLeavePage
>     conn = dabo.db.dConnection(ci)
>   File "c:\pythonprojects\dabo\dabo\db\dConnection.py", line 32, in __init__
>     self._connection = self._openConnection(**kwargs)
>   File "c:\pythonprojects\dabo\dabo\db\dConnection.py", line 79, in 
> _openConnect
> ion
>     return self._connectInfo.getConnection(forceCreate=self._forceCreate, 
> **kwar
> gs)
>   File "c:\pythonprojects\dabo\dabo\db\dConnectInfo.py", line 105, in 
> getConnect
> ion
>     return self._backendObject.getConnection(self, **kwargs)
>   File "c:\pythonprojects\dabo\dabo\db\dbPostgreSQL.py", line 72, in 
> getConnecti
> on
>     self._connection = dbapi.connect(DSN)
> psycopg2.OperationalError: FATAL:  password authentication failed for user 
> "webu
> ser"

Maybe you can tell me how to check what version I am at.  Several files 
did get updated but not the appwizard.

-- 
Jeff

Jeff Johnson
[email protected]
Phoenix Python User Group - [email protected]


_______________________________________________
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