By far one of the worst hosts for django, you might try
http://djangofriendly.com/hosts/ for a better alternative.
*worst based on afforementioned website.

On Tue, Apr 15, 2008 at 10:44 PM, Juanjo Conti <[EMAIL PROTECTED]> wrote:

>
> Hi! I have followed this tutorial to install Djangono DreamHost, over
> sqlite: http://wiki.dreamhost.com/index.php/Django
>
> But when I reach the syncdb part i get this error:
>
> [squirt]$ python2.4 manage.py syncdb
> Traceback (most recent call last):
>   File "manage.py", line 11, in ?
>     execute_manager(settings)
>   File "/home/jjconti/django_src/django/core/management/__init__.py",
> line 272, in execute_manager
>     utility.execute()
>   File "/home/jjconti/django_src/django/core/management/__init__.py",
> line 219, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File "/home/jjconti/django_src/django/core/management/base.py", line
> 72, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/home/jjconti/django_src/django/core/management/base.py", line
> 86, in execute
>     output = self.handle(*args, **options)
>   File "/home/jjconti/django_src/django/core/management/base.py", line
> 168, in handle
>     return self.handle_noargs(**options)
>   File
> "/home/jjconti/django_src/django/core/management/commands/syncdb.py",
> line 48, in handle_noargs
>     tables = [table_name_converter(name) for name in table_list()]
>   File "/home/jjconti/django_src/django/core/management/sql.py", line
> 14, in table_list
>     return get_introspection_module().get_table_list(cursor)
>   File
> "/home/jjconti/django_src/django/db/backends/sqlite3/introspection.py",
> line 9, in get_table_list
>     cursor.execute("""
>   File "/home/jjconti/django_src/django/db/backends/util.py", line 18,
> in execute
>     return self.cursor.execute(sql, params)
>   File "/home/jjconti/django_src/django/db/backends/sqlite3/base.py",
> line 133, in execute
>     return Database.Cursor.execute(self, query, params)
> pysqlite2.dbapi2.Warning: You can only execute one statement at a time.
>
>
> Did anyone installed Django in this hosting? Could you help me to solve
> this problem?
>
> Thanks in advance,
>
> Juanjo
> --
> mi blog: http://www.juanjoconti.com.ar
>
> >
>


-- 
Justin Lilly
Web Developer/Designer
http://justinlilly.com

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

Reply via email to