Re: [WinAppDbg-users] Unsuccessful installation on Windows 7 Pro, 32-Bit
Brought to you by:
qvasimodo
|
From: Tony C. <cap...@gm...> - 2014-11-26 00:04:17
|
That seems to have fixed it. I'm reluctant to upgrade modules out of concern that another python app will break. Thanks Mario On Tue, Nov 25, 2014 at 12:35 PM, Mario Vilas <mv...@gm...> wrote: > Hi, > > From what I see in the traceback I'd say the problem lies with SQLAlchemy. > Maybe the version you have installed is not the right one? Try upgrading > with pip install --upgrade sqlalchemy. Another possibility is you have > installed SQLAlchemy but you're missing the actual database connectors it > uses underneath. > > If all else fails, just skip pip entirely (it's a piece of crap anyway...) > and install manually with the setup.py script bundled in the winappdbg > sources. > > Cheers! > -Mario > > On Tue, Nov 25, 2014 at 8:19 PM, Tony Cappellini <cap...@gm...> > wrote: > >> >> After running the msi installer on Windows 7 Pro, 32-Bit , I am unable to >> successfully >> import winappdbg or any of its modules. >> >> I've deleted the installation directory and reinstalled using pip, >> but still cannot successfully import winappdbg or its modules. >> >> Is there a workaround for this issue? >> >> Thanks >> >> >> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >> on win32 >> Type "help", "copyright", "credits" or "license" for more information. >> >>> import winappdbg >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> File "C:\Python27\Lib\site-packages\winappdbg\__init__.py", line 254, >> in <module> >> from sql import * >> File "C:\Python27\Lib\site-packages\winappdbg\sql.py", line 355, in >> <module> >> class MemoryDTO (BaseDTO): >> File "C:\Python27\Lib\site-packages\sqlalchemy\ext\declarative.py", >> line 1126, in __init__ >> _as_declarative(cls, classname, cls.__dict__) >> File "C:\Python27\Lib\site-packages\sqlalchemy\ext\declarative.py", >> line 1035, in _as_declarative >> **table_kw) >> File "C:\Python27\Lib\site-packages\sqlalchemy\schema.py", line 209, in >> __new__ >> table._init(name, metadata, *args, **kw) >> File "C:\Python27\Lib\site-packages\sqlalchemy\schema.py", line 249, in >> _init >> self._extra_kwargs(**kwargs) >> File "C:\Python27\Lib\site-packages\sqlalchemy\schema.py", line 305, in >> _extra_kwargs >> "Invalid argument(s) for Table: %r" % kwargs.keys()) >> TypeError: Invalid argument(s) for Table: ['drizzle_engine', >> 'mysql_engine', 'mysql_charset'] >> >>> >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> WinAppDbg-users mailing list >> Win...@li... >> https://lists.sourceforge.net/lists/listinfo/winappdbg-users >> >> > > > -- > "There's a reason we separate military and the police: one fights > the enemy of the state, the other serves and protects the people. When > the military becomes both, then the enemies of the state tend to become the > people." > |