pirboazo
unread,Jun 28, 2010, 10:47:01 AM6/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlpython
Hi all,
I install cx_oracle , XE db on ubuntu 9.04 and sqlpython without error
during the installation.
But the sqlpython launch send me this list of error message.
Can you give some help.
Pierre
pib@ltpib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/
admin$ sqlpython -h
/usr/bin/gedit
Traceback (most recent call last):
File "/usr/local/bin/sqlpython", line 8, in <module>
load_entry_point('sqlpython==1.7.1', 'console_scripts',
'sqlpython')()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 277,
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2180,
in load_entry_point
return ep.load()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1913,
in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
File "/usr/local/lib/python2.6/dist-packages/sqlpython-1.7.1-
py2.6.egg/sqlpython/__init__.py", line 1, in <module>
import mysqlpy
File "/usr/local/lib/python2.6/dist-packages/sqlpython-1.7.1-
py2.6.egg/sqlpython/mysqlpy.py", line 11, in <module>
from sqlpyPlus import *
File "/usr/local/lib/python2.6/dist-packages/sqlpython-1.7.1-
py2.6.egg/sqlpython/sqlpyPlus.py", line 26, in <module>
import sys, os, re, sqlpython, pyparsing, re, completion
File "/usr/local/lib/python2.6/dist-packages/sqlpython-1.7.1-
py2.6.egg/sqlpython/sqlpython.py", line 12, in <module>
import pyparsing, connections
File "/usr/local/lib/python2.6/dist-packages/sqlpython-1.7.1-
py2.6.egg/sqlpython/connections.py", line 212, in <module>
gerald_classes = {'oracle': gerald.oracle_schema.User,
AttributeError: 'module' object has no attribute 'oracle_schema'
pib@ltpib:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/
admin$