Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20622 > unrolled thread
| Started by | JohannesTU <johannes.exner@tu-dortmund.de> |
|---|---|
| First post | 2012-02-20 06:57 -0800 |
| Last post | 2012-02-20 06:57 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
PyKota, Python: AttributeError: 'module' object has no attribute '_quote' JohannesTU <johannes.exner@tu-dortmund.de> - 2012-02-20 06:57 -0800
| From | JohannesTU <johannes.exner@tu-dortmund.de> |
|---|---|
| Date | 2012-02-20 06:57 -0800 |
| Subject | PyKota, Python: AttributeError: 'module' object has no attribute '_quote' |
| Message-ID | <mailman.10.1329749830.3037.python-list@python.org> |
Hello everyone,
I'm new to linux/suse, but I was given the task to install the print
accounting software PyKota.
Before that I never even touched a linux system, so I don't have any basic
knowlegde at all!
Up to now I was able to solve all problems with the help of google, but now
I'm stuck.
My problem:
linux-6n5c:/usr/local/bin # pkusers --add john paul
Creation...
ERROR: PyKota v1.26_official
ERROR: pkusers failed
ERROR: Traceback (most recent call last):
ERROR: File "/usr/local/bin/pkusers", line 442, in <module>
ERROR: retcode = manager.main(args, options)
ERROR: File "/usr/local/bin/pkusers", line 345, in main
ERROR: oldentry = getattr(self.storage, "add%s" % suffix)(entry)
ERROR: File
"/usr/local/lib/python2.7/site-packages/pykota/storages/sql.py", line 598,
in addUser
ERROR: oldentry = self.getUser(user.Name)
ERROR: File
"/usr/local/lib/python2.7/site-packages/pykota/storage.py", line 623, in
getUser
ERROR: user = self.getUserFromBackend(username)
ERROR: File
"/usr/local/lib/python2.7/site-packages/pykota/storages/sql.py", line 355,
in getUserFromBackend
ERROR: % self.doQuote(self.userCharsetToDatabase(username)))
ERROR: File
"/usr/local/lib/python2.7/site-packages/pykota/storages/pgstorage.py", line
144, in doQuote
ERROR: return pg._quote(field, typ)
ERROR: AttributeError: 'module' object has no attribute '_quote'
I have no idea how to deal with it or what it even means!
Executing "linux-6n5c:/usr/local/bin # pkusers" works fine and shows me
commands, version number etc.
But adding users or printers (with pkprinters) won't work.
I would be really thankful if anyone could give me some advice or hints how
to solve the problem!
Kind regards
Johannes
--
View this message in context: http://python.6.n6.nabble.com/PyKota-Python-AttributeError-module-object-has-no-attribute-quote-tp4487915p4487915.html
Sent from the Python - python-list mailing list archive at Nabble.com.
Back to top | Article view | comp.lang.python
csiph-web