Subject Re: Firebird and Django’s WordPress alternative : Mezzanine
Author mariuz
It worked well wih wordpress import now i have one issue with the blogspot one when i try to import the jimicompot.blogspot.com account

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 899: ordinal not in range(128)

python manage.py import_blogger --mezzanine-user=mariuz --blogger-id=2056422686106747007
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-12-18 08:05:00) while time zone support is active.
RuntimeWarning)
Imported post: Rebuilding firebird 2.5.2 from debian sid to debian stable
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-12-17 04:05:00.001000) while time zone support is active.
RuntimeWarning)
Imported post: Rebuilding firebird 2.5.2 from git repository on debian stable 6.0
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-11-15 09:18:00.002000) while time zone support is active.
RuntimeWarning)
Imported post: Firebird 2.5.2 on ubuntu hardy
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-11-15 07:36:00) while time zone support is active.
RuntimeWarning)
Imported post: Firebird 2.5.2 for ubuntu lucid is uploaded
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-11-15 06:44:00.003000) while time zone support is active.
RuntimeWarning)
Imported post: Firebird 2.5.2 uploaded for ubuntu oneiric
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-11-15 04:00:00) while time zone support is active.
RuntimeWarning)
Imported post: firebird2.5_2.5.2~svn+54698.ds4-1ubuntuX final uploaded to firebird stable ppa for ubuntu precise and quantal
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-08-20 03:47:00) while time zone support is active.
RuntimeWarning)
Imported post: Testing backportpackage on backporting #ubuntu quantal to precise packages
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-01-30 15:58:00) while time zone support is active.
RuntimeWarning)
Imported post: flamerobin_0.9.3~svn+2212 is now uploaded to ppa
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-11-13 15:14:00.001000) while time zone support is active.
RuntimeWarning)
Imported post: Firebird 2.5.1 landed into my ppa
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-11-13 14:11:00.001000) while time zone support is active.
RuntimeWarning)
Imported post: Rebuilding firebird 2.5.1 from debian stable to ubuntu natty
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-10-11 07:50:00) while time zone support is active.
RuntimeWarning)
Imported post: How to Sync Packages from Debian to my PPA faster
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-02-15 06:33:00) while time zone support is active.
RuntimeWarning)
Imported post: #firebird 2.5 sync build bug + compiler flags , ld symbolic-functions
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-02-15 04:33:00) while time zone support is active.
RuntimeWarning)
Imported tag: debian
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2011-02-15 02:33:00) while time zone support is active.
RuntimeWarning)
Imported tag: ubuntu natty
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2010-11-22 05:03:00) while time zone support is active.
RuntimeWarning)
Traceback (most recent call last):
File "manage.py", line 28, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/mezzanine/blog/management/base.py", line 174, in handle
post.save()
File "/usr/local/lib/python2.7/dist-packages/mezzanine/core/models.py", line 209, in save
super(Displayable, self).save(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/mezzanine/core/models.py", line 88, in save
super(Slugged, self).save(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/mezzanine/core/models.py", line 44, in save
super(SiteRelated, self).save(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/mezzanine/core/models.py", line 128, in save
super(MetaData, self).save(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 463, in save
self.save_base(using=using, force_insert=force_insert, force_update=force_update)
File "/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 529, in save_base
rows = manager.using(using).filter(pk=pk_val)._update(values)
File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 560, in _update
return query.get_compiler(self.db).execute_sql(None)
File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 988, in execute_sql
cursor = super(SQLUpdateCompiler, self).execute_sql(result_type)
File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 818, in execute_sql
cursor.execute(sql, params)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/util.py", line 40, in execute
return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/firebird/base.py", line 146, in execute
return self.cursor.execute(q, params)
File "/usr/local/lib/python2.7/dist-packages/fdb/fbcore.py", line 3041, in execute
self._ps._execute(parameters)
File "/usr/local/lib/python2.7/dist-packages/fdb/fbcore.py", line 2718, in _execute
self.__Tuple2XSQLDA(self.in_sqlda, parameters)
File "/usr/local/lib/python2.7/dist-packages/fdb/fbcore.py", line 2538, in __Tuple2XSQLDA
value = value.encode(self.__python_charset)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 899: ordinal not in range(128)




--- In firebird-python@yahoogroups.com, "mariuz" wrote:

http://www.firebirdnews.org/?p=8103