[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#721192:



I'm trying to use it from the sources but I have a problem..
I installed these dependencies:
python3-gtkspellcheck python3-distutils-extra

Then built and installed from source:

bzr branch lp:uberwriter
cd uberwriter
python3 setup.py build
sudo python3 setup.py install

Here's the error:

$ uberwriter

(uberwriter:11695): GLib-GIO-ERROR **: Settings schema 'net.launchpad.uberwriter' is not installed

Trace/breakpoint trap

Actually I got the same error when I tried to run it directly from the source, but I hoped that the installation would have helped.

Last note: the installation process seemed to work fine, except for this error:

Writing /usr/local/lib/python3.4/dist-packages/uberwriter-0.1.egg-info
Traceback (most recent call last):
  File "setup.py", line 163, in <module>
    'pylocales' : ['locales.db']
  File "/usr/lib/python3/dist-packages/DistUtilsExtra/auto.py", line 100, in setup
    distutils.core.setup(**attrs)
  File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "setup.py", line 128, in run
    desktop_file = move_desktop_file(self.root, target_data, self.prefix)
  File "setup.py", line 61, in move_desktop_file
    old_desktop_path = os.path.normpath(root + target_data +
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'


Reply to: