Browsing all articles tagged with sqlalchemy
“‘BoundMetaData’ is not defined” error in SQLAlchemy
I get this error when creating a BoundMetaData object in SQLAlchemy 0.3.10. The fix is to just use MetaData instead of BoundMetaData. BoundMetaData is deprecated and replaced with MetaData
Example code:
from sqlalchemy import *
db = create_engine('sqlite:///test.db')
metadata = MetaData(db)
"""
Continue with the rest of your Python code
"""
Connect with me
What I'm Doing (via twitter)...
- is applying for US visa. The website is not helping at all http://twitpic.com/16hvxp 5 days ago
- @abumuaaz want to focus on my wireless project (yes, I get paid for that) and some development work. Ada job to pass ka? :) in reply to abumuaaz 6 days ago
- is running 'sudo dd if=/dev/zero of=/dev/sda' on his laptop. Will it work, my computer forensic friends? 6 days ago
- is on his first day of being jobless, hahaha. 1 week ago
- finished reading Crowdsourcing: Why the Power of the Crowd Is Driving the Future of Business, in 32 hours. Next, Wikinomics. 1 week ago
- is on his way to island hopping. Woohoo! 1 week ago
- is leaving on a jetplane, don't know when he'll be back again... 1 week ago
- missed his flight to KK. Will need to take the first flight tomorrow and pray he'll make it for his 9am meeting. 1 week ago
- More updates...
Categories
Tags
bash
blog
book
database
debian
embedded
gutsy
howto
hsdpa
html
kde
kubuntu
linux
lpi
nature
network
Photoblog
photography
php
pylons
python
recovery
script
security
shell
sqlalchemy
ssh
ubuntu
vim
wireless
wordpress











