Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Still I am unable to start openerp with gevent on windows

Odoberať

Get notified when there's activity on this post

This question has been flagged
pythonopenerp7gevent
2 Replies
10688 Zobrazenia
Avatar
keshav

Im chat is not enabled getting same import error in windows

C:\openerp\server\server>openerp-server --gevent
Traceback (most recent call last):
 File "C:\python26\lib\site-packages\py2exe\boot_common.py", line 92, in <modul
 e>
 File "linecache.pyc", line 9, in <module>
    i    Nt
  File "C:\openerp\server\server\.\os.py", line 11, in <module>
    from gevent.hub import get_hub, reinit
  File "C:\openerp\server\server\.\gevent\__init__.py", line 35, in <module>
    from gevent.hub import get_hub, iwait, wait, PYPY
  File "C:\openerp\server\server\.\gevent\hub.py", line 8, in <module>
    import greenlet  # http://pypi.python.org/pypi/greenlet/
  File "C:\openerp\server\server\.\greenlet.py", line 4, in <module>
    from gevent.hub import greenlet, getcurrent, get_hub, GreenletExit, Waiter,
PY3, iwait, wait
ImportError: cannot import name greenlet
Traceback (most recent call last):
  File "openerp-server", line 2, in <module>
  File "C:\openerp\server\server\.\openerp\__init__.py", line 30, in <module>
    import os
  File "C:\openerp\server\server\.\os.py", line 11, in <module>
    from gevent.hub import get_hub, reinit
  File "C:\openerp\server\server\.\gevent\__init__.py", line 35, in <module>
    from gevent.hub import get_hub, iwait, wait, PYPY
  File "C:\openerp\server\server\.\gevent\hub.py", line 8, in <module>
    import greenlet  # http://pypi.python.org/pypi/greenlet/
  File "C:\openerp\server\server\.\greenlet.py", line 4, in <module>
    from gevent.hub import greenlet, getcurrent, get_hub, GreenletExit, Waiter,
PY3, iwait, wait
ImportError: cannot import name greenlet

 

0
Avatar
Zrušiť
Avatar
Hardikgiri Goswami
Best Answer

You can download it using 2 ways

pip install greenlet

or

easy_install greenlet

Source : pypi.python.org/pypi/greenlet

4
Avatar
Zrušiť
Avatar
Jagdish Panchal
Best Answer

Hi,

You need to install greenlet for python try this link

0
Avatar
Zrušiť
keshav
Autor

I've already installed greenlet also copied greenlet form python folder to D:\ folder still I am getting same error is there any other way to solve this error

Jagdish Panchal

Remove this module and re install it

keshav
Autor

I re installed it but still getting same error from gevent.hub import get_hub, iwait, wait File "D:\openerp\OpenERP\Server\server.\gevent\hub.py", line 8, in <module> import greenlet # http://pypi.python.org/pypi/greenlet/ ImportError: No module named greenlet

Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
How to send email in openerp by python code Solved
python openerp7
Avatar
Avatar
Avatar
Avatar
Avatar
4
okt 16
32088
How to divide a data into x caracters to be displayed in a field?
python openerp7
Avatar
Avatar
1
sep 15
4682
error compilation python
python openerp7
Avatar
Avatar
1
jún 15
1579
Date_from of a payslip in openerp
python openerp7
Avatar
0
apr 15
1183
AttributeError: 'NoneType' object has no attribute '_table'
python openerp7
Avatar
Avatar
2
apr 15
1562
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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