Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Python (Windows) - ImportError: No module named win32service

Subscriure's

Get notified when there's activity on this post

This question has been flagged
debug
3 Respostes
85467 Vistes
Avatar
Silviaa

Im try to debug OpenERP 7 in windows , python 2.6 version.

When Debugging it throws the some modules not found Traceback (most recent call last):

File "D:\eclipse\plugins\org.python.pydev_2.8.2.2013090511\pysrc\pydevd.py", line 1446, in <module>
debugger.run(setup['file'], None, None)
File "D:\eclipse\plugins\org.python.pydev_2.8.2.2013090511\pysrc\pydevd.py", line 1092, in run
pydev_imports.execfile(file, globals, locals) #execute the script
File "D:\OpenERP 7.0-20130701-231330\svn\openerp-server", line 2, in <module>
 import openerp
 File "D:\OpenERP 7.0-20130701-231330\svn\openerp\__init__.py", line 39, in <module>
import addons
 File "D:\OpenERP 7.0-20130701-231330\svn\openerp\addons\__init__.py", line 38, in <module>
from openerp.modules import get_module_resource, get_module_path
 File "D:\OpenERP 7.0-20130701-231330\svn\openerp\modules\__init__.py", line 27, in <module>
from . import db, graph, loading, migration, module, registry
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\modules\graph.py", line 32, in <module>
import openerp.osv as osv
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\osv\__init__.py", line 22, in <module>
import osv
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\osv\osv.py", line 30, in <module>
import orm
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\osv\orm.py", line 62, in <module>
import fields
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\osv\fields.py", line 47, in <module>
import openerp.tools as tools
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\tools\__init__.py", line 26, in <module>
from convert import *
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\tools\convert.py", line 51, in <module>
from translate import _
 File "D:\OpenERP 7.0-20130701-231330\svn\openerp\tools\translate.py", line 45, in <module>
import osutil
File "D:\OpenERP 7.0-20130701-231330\svn\openerp\tools\osutil.py", line 31, in <module>
import win32service as ws

ImportError: No module named win32service

How do i get the required dependency python package for debug in windows Is there is any link which all the packages available for 2.6 version

How do i resolve?

2
Avatar
Descartar
Avatar
NWAWEL A IROUME
Best Answer

you have to install pypiwin32

pip install pypiwin32
4
Avatar
Descartar
Avatar
codefans
Best Answer

It's part of the pywin32 (aka win32all) package

http://sourceforge.net/projects/pywin32/

 

choose the right version.

3
Avatar
Descartar
Avatar
Kiran K
Best Answer

Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

https://github.com/mhammond/pywin32/releases

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
_sql_constraint not working Solved
debug
Avatar
Avatar
Avatar
Avatar
3
de nov. 25
291
Webhook. How can i send webhook by execute code?
debug
Avatar
0
de nov. 25
5
Facing trouble with my appointment section
debug
Avatar
0
d’oct. 25
809
ValueError: Wrong value for ir.ui.view.type: 'tree'in Odoo18 Solved
debug
Avatar
Avatar
1
de set. 25
1534
Custom Route splitting return transfers into two different returns.
debug
Avatar
0
d’ag. 25
1847
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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