Pectojin / duplicati-client

A command line client for controlling the Duplicati Server
GNU Lesser General Public License v2.1
75 stars 20 forks source link

duplicati_client.exe - windows #5

Closed snagytx closed 6 years ago

snagytx commented 6 years ago

The command:

duplicati_client.exe --help

returns:

Traceback (most recent call last): File "duplicati_client.py", line 1111, in AttributeError: module 'parser' has no attribute 'parser' [20484] Failed to execute script duplicati_client

OS:

Windows 10 - no python or other components installed.

Pectojin commented 6 years ago

Hey @snagytx,

Thanks for noticing. It seems I had missed testing this release on Windows.

The issue is caused by an overlapping namespace, which for some reason didn't cause problems on Linux.

I fixed it in 17588fcd662aead781045ce1cc726f51af900176 just now.

The new release, 0.3.9, includes this fix: https://github.com/Pectojin/duplicati_client/releases/tag/0.3.9_beta