Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with bottle-pymysql
#1
plugin = bottle_pymysql.Plugin( dbuser='nikos', dbpass='******', dbname='counters', charset = 'utf8', keyword='pymydb' )
app.install(plugin)

# calculate total hits for each and every webpage
pymydb.execute( '''SELECT url from pages ORDER by hits ASC''' )
When i try to run the script i get the error:

Output:
NameError("name 'pymydb' is not defined",)
Reply


Messages In This Thread
Issue with bottle-pymysql - by nikos - Feb-14-2019, 01:55 PM
RE: Issue with bottle-pymysql - by nikos - Feb-19-2019, 03:55 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 04:31 PM
RE: Issue with bottle-pymysql - by nikos - Feb-19-2019, 04:33 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 04:39 PM
RE: Issue with bottle-pymysql - by nikos - Feb-19-2019, 04:52 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 05:02 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 05:04 PM
RE: Issue with bottle-pymysql - by nikos - Feb-19-2019, 05:09 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 05:16 PM
RE: Issue with bottle-pymysql - by nikos - Feb-19-2019, 06:18 PM
RE: Issue with bottle-pymysql - by buran - Feb-19-2019, 07:27 PM
RE: Issue with bottle-pymysql - by nikos - Feb-23-2019, 11:15 AM
name 'pymydb' is not defined - by nikos - Feb-19-2019, 04:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating tables with pymysql using Xampp newbie1 0 2,130 Jul-15-2020, 11:10 AM
Last Post: newbie1
  pymysql.err.InterfaceError nikos 1 3,042 Feb-24-2019, 02:07 PM
Last Post: nikos
  How to access routes using Bottle Framework nikos 5 4,288 Feb-13-2019, 11:43 PM
Last Post: nikos
  unable to import pymysql IMuriel 3 7,381 Jan-08-2019, 08:56 PM
Last Post: IMuriel
  Passing a query value from a Bottle html template to a route with an encoding nikos 0 2,926 Sep-30-2018, 03:29 AM
Last Post: nikos
  Insert data to SQL through pymysql and flask iainstott 3 7,731 Oct-24-2017, 03:04 PM
Last Post: iainstott
  please explain Bottle runtime log Kebap 4 7,510 Sep-22-2016, 05:40 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020