Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

ImportError: No module named shapely.wkb OPENERP v7

Naroči se

Get notified when there's activity on this post

This question has been flagged
geoengine
3 Odgovori
10863 Prikazi
Avatar
Silviaa

I'm using OpenERP V7 by Server and also Can be used by Eclipse in Windows. Added Geo-engine Modules in Addons path and installed postgis. In openERP-server.cfg given the required details (i.e)

db_template =template_Postgis
addons-path= /addons,/geoengine

When hosting in web it throws "No handler found" error. in log file

Traceback (most recent call last):
File "D:\OpenERP 7.0-20130701-231330\Server\server\.\openerp\service\__init__.py", line 60, in load_server_wide_modules
File "D:\OpenERP 7.0-20130701-231330\Server\server\.\openerp\modules\module.py", line 415, in load_openerp_module
File "D:\OpenERP 7.0-20130701-231330\Server\server\openerp\addons\web\http.py", line 628, in wsgi_postload
File "D:\OpenERP 7.0-20130701-231330\Server\server\openerp\addons\web\http.py", line 517, in __init__
File "D:\OpenERP 7.0-20130701-231330\Server\server\openerp\addons\web\http.py", line 580, in load_addons
File "D:\OpenERP 7.0-20130701-231330\Server\server\.\openerp\modules\module.py", line 133, in load_module
File "D:\OpenERP 7.0-20130701-231330\Server\server\geoengine\base_geoengine\__init__.py", line 23, in <module>
  File "D:\OpenERP 7.0-20130701-231330\Server\server\geoengine\base_geoengine\geo_model.py", line 26, in <module>
  File "D:\OpenERP 7.0-20130701-231330\Server\server\geoengine\base_geoengine\geo_field.py", line 24, in <module>
ImportError: No module named shapely.wkb

When Launching from Eclipse error doesn't exist but module installation fails . Shapley Module Error throws only from server. How do i resolve it?

0
Avatar
Opusti
Avatar
Med Said BARA
Best Answer

Try installin python package named "shapely" (It is based on the widely deployed GEOS (the engine of PostGIS)).

You also need to install "libgeos_c >=3.1"

0
Avatar
Opusti
Silviaa
Avtor

I can see my module when running throw eclipse, i'm strucking with server

Med Said BARA

Could you post or send the content of your openerp-server.log

Silviaa
Avtor

@med@ updated error log file

Med Said BARA

Geoengine from C2C is not yet ported under OpenERP V7.0 it's still under development. go to launchpad and make a search for geospatial addons for V7.0 (you will find many branches including the core-editor one and camptocamp and savoirfairelinux....... But try to take a look to camptocamp site, there is a news about the upcoming new version for V7.0 and V8.0

Avatar
NextERP Romania SRL
Best Answer

i made update on geospatial-addons to suit version 7, you can try it on

https://code.launchpad.net/~fekete-mihai/geospatial-addons/geospatial-addons

0
Avatar
Opusti
Avatar
Akash Verma
Best Answer

Hi Guys !!

We are an IT development company based in India, We are Gold partners with Oracle and are experts in ERP implementation.

We have also developed a Mini ERP to meet the needs of the SME's.

We get very good reviews for our end-to-end IT services from our clients.

We can cater to any requirement in IT and that too in affordable prices.

Why should a modest budget mean you have to compromise on the quality of the services or products.

Do give us a call to discuss your needs and rest assured for the best services.

Best Regards,

Akash Verma

Sr. Business Development Manager

SRDT Pvt. Ltd.

+91-8176047544

-1
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
base_geospatial_demo installation OK, but can't see maps Solved
postgis geoengine
Avatar
Avatar
2
mar. 20
4348
How to Install new python modules in All-in-one setup in Windows
geoengine odoo9 shapely
Avatar
0
avg. 17
6490
GeoEngine install error in Odoo 10
geospatial geoengine odoo10
Avatar
0
jul. 17
3976
A polygon I am drawing onto Google Maps is showing up in the wrong location - can you help me understand why? Solved
geospatial geoengine odoo
Avatar
1
apr. 16
5210
GeoEngine Issues
geo geoengine geo_edit_map
Avatar
1
mar. 15
6624
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now