bug to start application

Bug #735542 reported by Lara
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wiithon
New
Undecided
Unassigned

Bug Description

oot@maserati:~# /usr/share/wiithon/wiithon.py
Traceback (most recent call last):
  File "/usr/share/wiithon/wiithon.py", line 15, in <module>
    from cli import WiithonCLI
  File "/usr/share/wiithon/cli.py", line 11, in <module>
    from wiitdb_schema import Particion
  File "/usr/share/wiithon/wiitdb_schema.py", line 32, in <module>
    session = util.getSesionBDD(db)
  File "/usr/share/wiithon/util.py", line 377, in getSesionBDD
    session = Session()
  File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/scoping.py", line 52, in __call__
    return self.registry()
  File "/usr/lib/python2.6/dist-packages/sqlalchemy/util.py", line 1266, in __call__
    val = self.registry.value = self.createfunc()
  File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/session.py", line 176, in __init__
    super(Sess, self).__init__(**local_kwargs)
TypeError: __init__() got an unexpected keyword argument 'transactional'

Revision history for this message
H.R. ter Veer (legeregel) wrote :

Please verify if you have the packages "python-sqlalchemy" and "python-sqlalchemy-ext" installed

( sudo apt-get install python-sqlalchemy )

Revision history for this message
IcyJ (jeremy-michelle) wrote :

I also get the same error:

jeremy@nwoods-010:~$ /usr/share/wiithon/wiithon.py
Traceback (most recent call last):
  File "/usr/share/wiithon/wiithon.py", line 15, in <module>
    from cli import WiithonCLI
  File "/usr/share/wiithon/cli.py", line 11, in <module>
    from wiitdb_schema import Particion
  File "/usr/share/wiithon/wiitdb_schema.py", line 32, in <module>
    session = util.getSesionBDD(db)
  File "/usr/share/wiithon/util.py", line 377, in getSesionBDD
    session = Session()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/scoping.py", line 56, in __call__
    return self.registry()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/util.py", line 1337, in __call__
    val = self.registry.value = self.createfunc()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 176, in __init__
    super(Sess, self).__init__(**local_kwargs)
TypeError: __init__() got an unexpected keyword argument 'transactional'

Revision history for this message
IcyJ (jeremy-michelle) wrote :

I forgot to mention, I have packages "python-sqlalchemy" and "python-sqlalchemy-ext" installed.

jeremy@nwoods-010:~$ sudo apt-get install python-sqlalchemy python-sqlalchemy-ext
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-sqlalchemy is already the newest version.
python-sqlalchemy-ext is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
IcyJ (jeremy-michelle) wrote :

Followed instructions from post #14 at duplicate bug report: https://bugs.launchpad.net/wiithon/+bug/672454

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.