Git Product home page Git Product logo

Comments (3)

gacarrillor avatar gacarrillor commented on July 23, 2024

Thanks for the report. The error message is a bit unclear, but I'll check that out soon to see if it can be reproduced and fixed. Stay tuned.

from autofields.

Dosperanso avatar Dosperanso commented on July 23, 2024

Username - russian symbols.
More info about this issue:

Не удалось загрузить модуль AutoFields из-за ошибки при вызове его метода classFactory()

UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-21: ordinal not in range(128)
Traceback (most recent call last):
File "C:/PROGRA1/QGIS21.18/apps/qgis-ltr/./python\qgis\utils.py", line 333, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/�������������/.qgis2/python/plugins\AutoFields_init_.py", line 42, in classFactory
return AutoFields( iface )
File "C:/Users/�������������/.qgis2/python/plugins\AutoFields\AutoFields.py", line 45, in init
self.installTranslator()
File "C:/Users/�������������/.qgis2/python/plugins\AutoFields\AutoFields.py", line 194, in installTranslator
userPluginPath = os.path.join( os.path.dirname( str( QgsApplication.qgisUserDbFilePath() ) ), "python/plugins/AutoFields" )
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-21: ordinal not in range(128)

Версия Python: 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)]
Версия: 2.18.27 Las Palmas, 913411074b

from autofields.

Dosperanso avatar Dosperanso commented on July 23, 2024

A temporary solution to the problem is:
In file "C:/Users/Username/.qgis2/python/plugins\AutoFields\AutoFields.py" replace this line
"userPluginPath = os.path.join( os.path.dirname( str( QgsApplication.qgisUserDbFilePath() ) ), "python/plugins/AutoFields" )"
with
userPluginPath = "C:/Users/Администратор/.qgis2/python/plugins/AutoFields"
where is "Администратор" - Username

from autofields.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.