Comment 1 for bug 594483

Revision history for this message
Maciej Muehleisen (mue-comnets) wrote : Re: [openWNS-develop] [Bug 594483] [NEW] Directory to add wrowser plugins does not exists

Hi,

after first time running ./playground .py the file should be there. Try
"ls -la ~/.wns/playground.config". You can then for example use "gedit
~/.wns/playground.config" to edit the file. For your Linux version the
line must be:

[AdditionalPluginPaths]
path1 =
/usr/local/lib/python2.6/dist-packages/openwns/wrowser/playgroundPlugins/

The problems you have with wrowser can be fixed by installing the
package python-psycopg2 using "sudo apt-get install python-psycopg2" as
stated in
http://docs.openwns.org/UsersGuide/gettingStarted/postgresql.html under
Prerequisites.

Greats,

Mac

Re Hova Andre Rove wrote:
> Public bug reported:
>
> I have installed openwns-sdk and wrowser succesfully. But when I tried to add the wrowser plugins, the directory .wns does not exists in my home directory and I have tried the solution number #559052 but I do not have the preparecampaign option. If I tried to open a campaign, the results are:
> Traceback (most recent call last):
> File "/usr/local/lib/python2.6/dist-packages/openwns/wrowser/Windows.py", line 139, in on_actionOpenCampaignDatabase_triggered
> from simdb import Campaigns
> File "/usr/local/lib/python2.6/dist-packages/openwns/wrowser/simdb/Campaigns.py", line 28, in <module>
> import openwns.wrowser.simdb.Database as db
> File "/usr/local/lib/python2.6/dist-packages/openwns/wrowser/simdb/Database.py", line 28, in <module>
> import psycopg2 as pg
> Even in the usr/local/lib/python2.6/site-packages there is no openwns directory but in dist-packages there is a openwns directory.
>
> ** Affects: openwns-wrowser
> Importance: Undecided
> Status: New
>
>