I
I
Ivan Melnikov2019-02-04 12:55:47
Python
Ivan Melnikov, 2019-02-04 12:55:47

Is it possible to work with 1C:Enterprise on Python 3? Are there python modules for querying/writing data in 1C?

It is necessary that the python script connects to the 1C infobase once an hour and scans a certain log.
Platform 8.3,
SCP configuration 1.3.
DB - MSSQL.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vadim Shatalov, 2019-02-04
@netpastor

You can either sit on the database yourself and understand and pull out what you need from the desired table, or just connect via COM - like How to get rid of a COM connection error with a 1C Python script?

A
Andreas St, 2019-02-04
@staraday

For example, through a web service published from 1s or http

D
Dmitry Korolev, 2019-02-05
@ArchLord42

IMHO COM is bad, but odata or your own http is a good solution, and even cross-platform.

K
Konstantin, 2019-02-04
@fosihas

DB - MSSQL.

what does 1s have to do with it, that's where to connect)))
From 1s, just get information on the fields, then work with a whine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question