<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nuxeo Drive doesn't start in Ubuntu nor Windows in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325771#M12772</link>
    <description>&lt;P&gt;Hi ataillefer,&lt;/P&gt;
&lt;P&gt;I have done what you said for Ubuntu, but I can execute the application already.
Now I get this  error message:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):
File "/usr/local/bin/ndrive", line 5, in &lt;MODULE&gt;
from nxdrive.commandline import main
File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 17, in &lt;MODULE&gt;
from nxdrive.controller import Controller
File "/usr/local/lib/python2.7/dist-packages/nxdrive/controller.py", line 34, in &lt;MODULE&gt;
from nxdrive.synchronizer import Synchronizer
File "/usr/local/lib/python2.7/dist-packages/nxdrive/synchronizer.py", line 2236, in &lt;MODULE&gt;
from watchdog.events import FileSystemEventHandler, FileCreatedEvent
ImportError: No module named watchdog.events&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;
&lt;P&gt;Do you know which is the problem?
Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2014 10:27:29 GMT</pubDate>
    <dc:creator>frangarciaguez_</dc:creator>
    <dc:date>2014-11-28T10:27:29Z</dc:date>
    <item>
      <title>Nuxeo Drive doesn't start in Ubuntu nor Windows</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325769#M12770</link>
      <description>&lt;P&gt;When I try to start Nuxeo Drive in Ubuntu 12.04 from console, I get the following message:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Traceback (most recent call last):
  File "/usr/local/bin/ndrive", line 5, in &amp;lt;module&amp;gt;
    from nxdrive.commandline import main
  File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 17, in &amp;lt;module&amp;gt;
    from nxdrive.controller import Controller
  File "/usr/local/lib/python2.7/dist-packages/nxdrive/controller.py", line 20, in &amp;lt;module&amp;gt;
    from nxdrive.client import Unauthorized
  File "/usr/local/lib/python2.7/dist-packages/nxdrive/client/__init__.py", line 13, in &amp;lt;module&amp;gt;
    from nxdrive.client.local_client import DEDUPED_BASENAME_PATTERN
  File "/usr/local/lib/python2.7/dist-packages/nxdrive/client/local_client.py", line 20, in &amp;lt;module&amp;gt;
    from send2trash import send2trash
ImportError: No module named send2trash
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have followed the instructions given in &lt;A href="https://github.com/nuxeo/nuxeo-drive/#ubuntudebian-and-other-linux-variants-client" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-drive/#ubuntudebian-and-other-linux-variants-client&lt;/A&gt;, from the Nuxeo Drive Tab in the Home menu.&lt;/P&gt;
&lt;P&gt;And when I try to start it from my client pc with Windows 7, I get this other:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Traceback (most recent call last):
  File "cx_Freeze_init__.py", line 743, in &amp;lt;module&amp;gt;
  File "cx_Freeze__init__.py", line 332, in bootstrap
  File "cx_Freeze__init__.py", line 359, in chainload
  File "cx_Freeze__init__.py", line 729, in _chainload
  File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in &amp;lt;module&amp;gt;
  File "c:\users\nuxeo\appdata\local\temp\tmpuszz1a\scripts\ndrivew.pyw", line 9, in &amp;lt;module&amp;gt;
  File "nuxeo-drive-client\nxdrive\commandline.py", line 677, in main
  File "nuxeo-drive-client\nxdrive\commandline.py", line 444, in handle
  File "nuxeo-drive-client\nxdrive\commandline.py", line 419, in get_controller
  OperationalError: (OperationalError) database is locked u'PRAGMA table_info("device_config")' 0
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which are the problems?
Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:15:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325769#M12770</guid>
      <dc:creator>frangarciaguez_</dc:creator>
      <dc:date>2014-11-26T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Drive doesn't start in Ubuntu nor Windows</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325770#M12771</link>
      <description>&lt;P&gt;About Linux, can you please retry runing all commands:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo pip install -U -r &lt;A href="https://raw.github.com/nuxeo/nuxeo-drive/master/requirements.txt" target="test_blank"&gt;https://raw.github.com/nuxeo/nuxeo-drive/master/requirements.txt&lt;/A&gt;
sudo pip install -U git+https://github.com/nuxeo/nuxeo-drive.git
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE&gt;send2trash&lt;/CODE&gt; has been added quite recently so you might be missing this requirement, the first command shouls install it.&lt;/P&gt;
&lt;P&gt;About Windows could be that you already have a Nuxeo Drive instance runinng, in which case you should make sure no ndrive process is running before launching Drive.&lt;/P&gt;
&lt;P&gt;Else could be that you need to remove the C:/Users/nuxeo/.nuxeo-drive directory (after having quit Drive) and restart Drive.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 11:30:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325770#M12771</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2014-11-27T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Drive doesn't start in Ubuntu nor Windows</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325771#M12772</link>
      <description>&lt;P&gt;Hi ataillefer,&lt;/P&gt;
&lt;P&gt;I have done what you said for Ubuntu, but I can execute the application already.
Now I get this  error message:&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):
File "/usr/local/bin/ndrive", line 5, in &lt;MODULE&gt;
from nxdrive.commandline import main
File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 17, in &lt;MODULE&gt;
from nxdrive.controller import Controller
File "/usr/local/lib/python2.7/dist-packages/nxdrive/controller.py", line 34, in &lt;MODULE&gt;
from nxdrive.synchronizer import Synchronizer
File "/usr/local/lib/python2.7/dist-packages/nxdrive/synchronizer.py", line 2236, in &lt;MODULE&gt;
from watchdog.events import FileSystemEventHandler, FileCreatedEvent
ImportError: No module named watchdog.events&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;
&lt;P&gt;Do you know which is the problem?
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 10:27:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325771#M12772</guid>
      <dc:creator>frangarciaguez_</dc:creator>
      <dc:date>2014-11-28T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Drive doesn't start in Ubuntu nor Windows</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325772#M12773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 11:30:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-drive-doesn-t-start-in-ubuntu-nor-windows/m-p/325772#M12773</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2015-01-13T11:30:28Z</dc:date>
    </item>
  </channel>
</rss>

