Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~25.2K People Reached
About Me

Just fumbling...

PC Specs
1 WIN7 tablet (work related) 4 linux PCs and 3 Android tablets/phones
Favorite Tags
Member Avatar for dusk2dawm

import sqlite3 datafile = 'XZ704.DB' datadir = '/full_path_to/SQLITE_FILES/' db = datadir+datafile conn = sqlite3.connect(db) cur = conn.cursor() cur.execute("SELECT * FROM Airports LIMIT 1") --- OperationalError: no such table: Airports --- That works fine in a terminal but for some reason python 2.7 no like. I have tried full path, relative …

Member Avatar for rproffitt
0
24K
Member Avatar for dusk2dawm

Could anyone please assist me by naming the technique used or a link to describing site where I can learn more about how to build a page where the background changes as the upper layer is scrolled? Example here: http://www.bbc.co.uk/news/resources/idt-dc75304f-e77c-4125-aacf-83e7714a5840

Member Avatar for Troy III
0
200
Member Avatar for dusk2dawm

Gents, I have been unable to install this thermo-printer on a new Windows 7 laptop: http://www.aliexpress.com/item/Mini-portable-printer-Thermal-Line-Mini-printer-gwp-80-portable-printer-mini-light-simple-USB-port/1560601015.html Win 7 does not automatically recognize / install it when USB connection is made. Win 7 does not auto-run / auto-install the drivers from supplied CD. Good ideas appreciated!

Member Avatar for dusk2dawm
0
1K