Ok, here goes:

Traceback (most recent call last):
  File "C:\Python24\Scripts\paster-script.py", line 7, in ?
    sys.exit(
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 76, in run
    invoke(command, command_name, options, args[1:])
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 115, in invoke
    exit_code = runner.run(args)
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\a
ppinstall.py", line 65, in run
    return super(AbstractInstallCommand, self).run(new_args)
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\c
ommand.py", line 210, in run
    result = self.command()
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\a
ppinstall.py", line 451, in command
    installer.setup_config(
  File "c:\python24\lib\site-packages\PasteScript-1.3.4-py2.4.egg\paste
\script\a
ppinstall.py", line 588, in setup_config
    mod.setup_config(command, filename, section, vars)
  File "D:\Projects\Pylons_projects\gameolymp\gameolymp\websetup.py",
line 28, i
n setup_config
    t.create()
  File "build\bdist.win32\egg\sqlalchemy\schema.py", line 364, in
create
  File "build\bdist.win32\egg\sqlalchemy\schema.py", line 1150, in
create_all
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 702, in
create
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 732, in
_run_visi
tor
  File "build\bdist.win32\egg\sqlalchemy\schema.py", line 1172, in
accept_visito
r
  File "build\bdist.win32\egg\sqlalchemy\ansisql.py", line 798, in
visit_metadat
a
  File "build\bdist.win32\egg\sqlalchemy\sql.py", line 2602, in
accept_visitor
  File "build\bdist.win32\egg\sqlalchemy\ansisql.py", line 833, in
visit_table
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 1217,
in execute
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 520, in
execute
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 535, in
execute_t
ext
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 584, in
_execute_
raw
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 602, in
_execute
sqlalchemy.exceptions.SQLError: (ProgrammingError) relation "users"
does not exi
st
 '\nCREATE TABLE user_roles (\n\tuser_id INTEGER, \n\trole_id INTEGER,
\n\t FORE
IGN KEY(user_id) REFERENCES users (id), \n\t FOREIGN KEY(role_id)
REFERENCES rol
es (id)\n)\n\n' {}

D:\Projects\Pylons_projects\gameolymp>

On Jun 12, 3:50 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> its very possible that if you just posted a complete stack trace, the
> issue may be apparent.
>
> On Jun 12, 4:39 am, voltron <[EMAIL PROTECTED]> wrote:
>
> > I have a set ob tables, access objects and mappers defined, on trying
> > to setup my pylons app, which ultimately calls table.create() I get a
> > " relation does not exist " error, but I know the relation exists in
> > the mapper that I defined. Several other tables are created without
> > problems
>
> > Is there someone that would be willing to take a look at my models and
> > mappers of forum? I would not want to post a big lump of code here.
>
> > Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to