0

I am new to Tryton. I am insalling a trytond with a command

pip install trytond

. everything goes right but when I try to check the version with command

tryrond --version

. It give me the following error. Also can someone guide me through steps of installation.

Program 'trytond' failed to run: No application is associated with the specified file for this operationAt line:1 char:1

  • trytond -c ./tryton.conf -v -d tryton --de
  • trytond -c ./tryton.conf -v -d tryton --de
  •   + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
      + FullyQualifiedErrorId : NativeCommandFailed
    
Hassan Turi
  • 334
  • 3
  • 14

1 Answers1

0

trytond is a Python script that must be run by Python. For the record, it is really not recommended to run Tryton server on Windows (any core developer does that).

ced
  • 229
  • 1
  • 7